index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
o3d
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guard against the plugin being deleted unexpectedly.
kbr@google.com
2010-06-16
1
-0
/
+10
*
Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.
kbr@google.com
2010-06-02
2
-0
/
+12
*
Fixed bug in Core Graphics backend where it was falling through to the
kbr@google.com
2010-05-28
2
-0
/
+9
*
In some circumstances the O3D plugin is briefly resized to zero height,
kbr@google.com
2010-05-28
1
-1
/
+1
*
Implemented full-screen support for Core Graphics and Core Animation
kbr@google.com
2010-05-24
2
-41
/
+87
*
Fixed crash on Mac OS X introduced in
kbr@google.com
2010-05-21
1
-7
/
+8
*
Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug...
tschmelcher@chromium.org
2010-05-06
1
-4
/
+5
*
Flush GL errors before any operation that checks for GL errors afterwards, so...
tschmelcher@chromium.org
2010-05-05
6
-26
/
+71
*
Fixed renderer_test.cc for GLES2.
amarinichev@chromium.org
2010-05-03
2
-0
/
+11
*
Pulled changes from issue 669220 to fix building with renderer=gles2.
amarinichev@chromium.org
2010-04-27
3
-8
/
+10
*
Implemented DX clipping rules to match CG version. Uses dx_clipping varying.
amarinichev@chromium.org
2010-04-20
4
-2
/
+31
*
Added --convert-dds-to-png command line option to the COLLADA converter,
kbr@google.com
2010-04-20
2
-0
/
+20
*
Use the correct target when binding a cubemap texture.
amarinichev@chromium.org
2010-04-15
1
-1
/
+1
*
Send bool response on message SET_MAX_FPS
zhurunz@google.com
2010-04-14
3
-8
/
+1
*
Fixed stream-attribute matching. Autoconverted teapot shader works correctly...
amarinichev@chromium.org
2010-04-13
2
-8
/
+8
*
Build fixes for case when fullscreen message is disabled, for IMC code
kbr@chromium.org
2010-04-08
1
-1
/
+2
*
Add a new message to allow draw on every new texture within given fps limitat...
tschmelcher@chromium.org
2010-04-08
7
-4
/
+107
*
Added support for O3D in Chrome on Mac OS X using CoreGraphics drawing
kbr@chromium.org
2010-03-11
11
-30
/
+96
*
Introduce two new GYP variables:
tschmelcher@chromium.org
2010-03-05
3
-2
/
+35
*
When an o3d window does not belong to any monitor (off screen), instead of fa...
zmo@google.com
2010-03-01
1
-7
/
+1
*
Incorporating change missed in previous CL
kbr@chromium.org
2010-02-27
1
-2
/
+2
*
Fixed uninitialized variables breaking Linux build after checkin of
kbr@google.com
2010-02-26
1
-3
/
+3
*
Added the bulk of the algorithm for GPU accelerated 2D vector curve
kbr@chromium.org
2010-02-26
11
-22
/
+2052
*
Requesting C++ readability review for these classes and unit tests.
kbr@chromium.org
2010-02-19
6
-107
/
+102
*
Added a specialized triangulator which creates triangles filling the
kbr@chromium.org
2010-02-19
6
-0
/
+808
*
Added computation of three-dimensional texture coordinates for the
kbr@chromium.org
2010-02-18
3
-0
/
+289
*
Added classifier which determines the type of a cubic curve input.
kbr@chromium.org
2010-02-18
5
-0
/
+419
*
Added interval tree data structure and unit tests. This is built on
kbr@chromium.org
2010-02-17
3
-0
/
+498
*
Re-applying patch from http://codereview.chromium.org/606005 .
zmo@google.com
2010-02-16
1
-0
/
+8
*
Reverting files back to known good state. Will re-apply
zmo@google.com
2010-02-16
1
-219
/
+109
*
Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.
zmo@google.com
2010-02-16
1
-109
/
+219
*
Fixed broken Linux build by changing Counter helper class used by
kbr@google.com
2010-02-12
1
-21
/
+21
*
Added an arena allocator and an augmentable red-black tree which
kbr@chromium.org
2010-02-12
7
-0
/
+1449
*
O3D initialized to the monitor/adapter where the window is on.
zmo@google.com
2010-02-11
2
-22
/
+79
*
linux: native OpenGL ES support
piman@google.com
2010-02-08
10
-98
/
+520
*
Fixed build problem on Mac OS X 10.6. precompile.h is inferred by name
kbr@chromium.org
2010-02-05
1
-0
/
+2
*
linux: add an option to disable FBO support for platforms that don't have it.
piman@google.com
2010-02-01
3
-3
/
+21
*
linux: fixes for the glsl renderer
piman@google.com
2010-01-29
5
-10
/
+11
*
win: fix DXSDK include path, needs to be after platform sdk include path
piman@google.com
2010-01-28
1
-1
/
+1
*
This change removes CG from O3D and uses GLSL
gman@chromium.org
2010-01-08
19
-1158
/
+839
*
Rename all GLES2 classes from ___GL to ___GLES2
gman@chromium.org
2009-12-17
23
-724
/
+761
*
Step 1 in Adding GLES2 renderer to O3D.
gman@google.com
2009-12-16
28
-0
/
+6747
*
linux: enabling fonts
piman@chromium.org
2009-12-10
2
-30
/
+4
*
Check that texture being bound is not the current
gman@chromium.org
2009-12-08
2
-0
/
+15
*
Deleted gpu process and command buffer code from O3D tree. Now resides in Chr...
apatrick@google.com
2009-11-25
22
-4537
/
+0
*
Removed O3D command buffer protocol code and O3D comand buffer configuration.
apatrick@google.com
2009-11-20
3
-43
/
+0
*
Renamed CommandBuffer to CommandBufferServer and extracted CommandBuffer inte...
apatrick@google.com
2009-11-16
4
-56
/
+36
*
Missed some files that should have been in 31811.
apatrick@google.com
2009-11-12
1
-141
/
+141
*
Made all line endings consistently LF and added svn:eol-style=LF property to ...
apatrick@google.com
2009-11-12
6
-929
/
+929
*
Recomitting 31676 with fix.
apatrick@google.com
2009-11-11
20
-48
/
+48
[next]