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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hierarchy. Hierarchy. Hierarchy!!!
avi@chromium.org
2010-04-09
4
-5
/
+5
*
Fixed bug in size of invalid rect. This slipped through in
kbr@chromium.org
2010-04-09
1
-2
/
+2
*
Build fixes for case when fullscreen message is disabled, for IMC code
kbr@chromium.org
2010-04-08
3
-26
/
+29
*
Add a new message to allow draw on every new texture within given fps limitat...
tschmelcher@chromium.org
2010-04-08
7
-4
/
+107
*
A number of incidental changes I've made over the passed few weeks have appar...
petersont@google.com
2010-04-08
10
-115
/
+420
*
Modified effect.js to emit glsl as well as the original o3d shader language. ...
petersont@google.com
2010-04-07
3
-303
/
+1006
*
Review URL: http://codereview.chromium.org/1565008
petersont@google.com
2010-04-05
2
-331
/
+65
*
Rev O3D DEPS to pull in new Nixysa.
maf@google.com
2010-03-31
1
-1
/
+1
*
Fix except clauses with multiple browser names. The scripts parse the list on...
kkania@chromium.org
2010-03-30
3
-9
/
+17
*
Implemented Texture2D.drawImage, along the way cleaned up a number of lingeri...
petersont@google.com
2010-03-22
14
-85
/
+215
*
Bump GYP dep to get fixes for escaping/quoting in 'defines'.
tschmelcher@chromium.org
2010-03-20
1
-1
/
+1
*
Linux: link with --as-needed to eliminate direct dependencies on 15 shared li...
tschmelcher@chromium.org
2010-03-19
1
-6
/
+20
*
Added textures, texture samplers and render targets to o3d-webgl. Also fixed...
petersont@google.com
2010-03-12
36
-201
/
+2246
*
Added support for O3D in Chrome on Mac OS X using CoreGraphics drawing
kbr@chromium.org
2010-03-11
19
-66
/
+429
*
Corrected the mismatch between the dimensions of vectors and matrices. The bi...
alokp@chromium.org
2010-03-10
3
-5
/
+5
*
Linux: Fix build break in r40786 due to file not ending with a newline. (Don'...
tschmelcher@chromium.org
2010-03-05
2
-2
/
+2
*
Introduce two new GYP variables:
tschmelcher@chromium.org
2010-03-05
14
-8
/
+327
*
Added support for increasing the polygon offset with each successive
kbr@google.com
2010-03-03
4
-11
/
+116
*
Revert my change to the O3D plugin's description format, since it breaks the ...
tschmelcher@chromium.org
2010-03-02
1
-1
/
+1
*
When an o3d window does not belong to any monitor (off screen), instead of fa...
zmo@google.com
2010-03-01
1
-7
/
+1
*
Fix minor issues for some tests, and disable others.
kkania@google.com
2010-03-01
4
-8
/
+16
*
Incorporating change missed in previous CL
kbr@chromium.org
2010-02-27
1
-2
/
+2
*
First check in of the o3d implimentation in webgl. Classes work well enough ...
petersont@google.com
2010-02-26
40
-0
/
+8656
*
Thanks to apatrick, added missing support to GLSL ES grammar for
kbr@chromium.org
2010-02-26
24
-15
/
+746
*
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
39
-23
/
+5909
*
Linux: make sure the fullscreen window always gets focus
tschmelcher@chromium.org
2010-02-22
2
-3
/
+11
*
Make ActiveX CLSIDs and names into overridable variables too. Also make the N...
tschmelcher@chromium.org
2010-02-22
16
-93
/
+265
*
Linux: Implement cursor type NONE. Also ensure fullscreen windows are created...
tschmelcher@chromium.org
2010-02-19
2
-7
/
+39
*
Set the correct content window parameters for the "soft" fullscreen mode:
zmo@google.com
2010-02-19
1
-1
/
+9
*
Added viewAll method to CameraController.
kbr@chromium.org
2010-02-19
1
-2
/
+67
*
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
*
This fixes a bug in the 2d particle shader that made
gman@chromium.org
2010-02-18
1
-2
/
+3
*
Fixed regression caused by http://codereview.chromium.org/599012 where
kbr@chromium.org
2010-02-17
1
-1
/
+1
*
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
2
-4
/
+33
*
Reverting files back to known good state. Will re-apply
zmo@google.com
2010-02-16
2
-244
/
+113
*
Make plugin name and mimetype into overridable GYP variables, so that third p...
tschmelcher@chromium.org
2010-02-16
2
-20
/
+22
*
Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.
zmo@google.com
2010-02-16
2
-113
/
+244
*
Clone of issue 598075. See: http://codereview.chromium.org/598075
twiz@google.com
2010-02-12
7
-84
/
+7
*
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
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-4
/
+4
*
Roll imported Nixysa version forward to get the new universally compatible ve...
maf@google.com
2010-02-09
1
-1
/
+1
*
Roll back Nixysa imported rev so that we get the Python 2.4 compatible version.
maf@google.com
2010-02-09
1
-1
/
+1
*
Bump DEPS to pull in latest Nixysa.
maf@google.com
2010-02-08
1
-1
/
+1
[next]