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
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for O3D in Chrome on Mac OS X using CoreGraphics drawing
kbr@chromium.org
2010-03-11
2
-16
/
+14
*
Introduce two new GYP variables:
tschmelcher@chromium.org
2010-03-05
2
-2
/
+26
*
When an o3d window does not belong to any monitor (off screen), instead of fa...
zmo@google.com
2010-03-01
1
-7
/
+1
*
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
*
O3D initialized to the monitor/adapter where the window is on.
zmo@google.com
2010-02-11
2
-22
/
+79
*
Check that texture being bound is not the current
gman@chromium.org
2009-12-08
1
-0
/
+8
*
Made all line endings consistently LF and added svn:eol-style=LF property to ...
apatrick@google.com
2009-11-12
1
-1
/
+1
*
Trying to fix the build. gman taking over.
apatrick@google.com
2009-10-23
1
-0
/
+2
*
Changed O3D to use CommandBuffer in-process. Still not connecting to the GPU ...
apatrick@google.com
2009-10-19
2
-201
/
+0
*
Missing file from last checking
gman@google.com
2009-10-15
1
-0
/
+3
*
Fix clearing render targets in D3D if there
gman@google.com
2009-10-15
1
-16
/
+24
*
Rewrote full-screen support on Windows. O3D now always creates its own
kbr@google.com
2009-09-17
2
-37
/
+59
*
This updated the GYP deps file to the last known good revision of Chrome,
gspencer@google.com
2009-09-15
1
-1
/
+1
*
Made gyp file for command buffer libraries.
apatrick@google.com
2009-09-15
1
-2
/
+2
*
Make more stuff private in renderer
gman@google.com
2009-09-09
1
-1
/
+1
*
Make O3D always clear the backbuffer one way or
gman@google.com
2009-09-04
1
-1
/
+11
*
Update Texture::Lock to take an AccessMode.
gman@google.com
2009-09-01
2
-98
/
+32
*
Switching DISPLAY_MODE_DEFAULT to create to a non-full-screen window at the c...
vangelis@google.com
2009-08-31
1
-7
/
+15
*
Fixes toDataURL for GL by making it all work through
gman@google.com
2009-08-28
4
-161
/
+143
*
temp fix for bug with compressed texture clearing
gman@google.com
2009-08-27
1
-19
/
+20
*
Clear textures on creation for D3D because it
gman@google.com
2009-08-27
1
-0
/
+41
*
Created new build target for opengl command buffer service, fixed various bug...
petersont@google.com
2009-08-26
2
-2
/
+16
*
Cleanup Renderer.
gman@google.com
2009-08-25
4
-117
/
+87
*
Make Mac also look for O3D_FORCE_SOFTWARE_RENDERER
gman@google.com
2009-08-24
1
-9
/
+1
*
Changes the Windows backbuffer to RGBA mode.
gman@google.com
2009-08-21
2
-86
/
+63
*
Fix bug where shaders fail if the last // #o3d line
gman@google.com
2009-08-19
1
-0
/
+1
*
Change StreamBank to inherit from VertexSource
gman@google.com
2009-08-17
2
-24
/
+15
*
Fixes for POT only systems
gman@google.com
2009-08-13
1
-2
/
+4
*
Changes to Bitmap before exposing to JavaScript
gman@google.com
2009-08-11
4
-134
/
+126
*
Change Force Software Render to also use environment variable
gman@google.com
2009-08-11
1
-28
/
+3
*
This CL adds client.toDataURL which gets the contents
gman@google.com
2009-08-08
2
-28
/
+37
*
Add nonPowerOfTwoTextures to clientInfo
gman@google.com
2009-08-08
1
-1
/
+1
*
A step in exposing Bitmap to JavaScript.
gman@google.com
2009-08-06
1
-27
/
+27
*
Fixes for last bitmap change
gman@google.com
2009-08-04
1
-17
/
+10
*
Add SetRect to Texture2d and TextureCUBE
gman@google.com
2009-08-03
2
-73
/
+356
*
Don't zero newly allocated bitmap data - it's already been zeroed.
maf@google.com
2009-07-30
1
-4
/
+0
*
Fixes for bitmap and GL/CB
gman@google.com
2009-07-15
1
-4
/
+4
*
expose bitmap in js.
yux@google.com
2009-07-15
3
-46
/
+48
*
Plugin no longer makes synchronous NPAPI calls from a Windows message handler...
apatrick@google.com
2009-07-13
1
-23
/
+18
*
Add ClientInfo
gman@google.com
2009-07-09
1
-2
/
+9
*
Adding in most of the unit tests. This adds 406 of our unit tests
gspencer@google.com
2009-07-01
1
-2
/
+2
*
Add support for Param Arrays for Effect parameters.
gman@google.com
2009-06-29
1
-51
/
+405
*
Review URL: http://codereview.chromium.org/146126
ericu@google.com
2009-06-25
2
-29
/
+43
*
Code to load the software renderer and initialize it. Code to force the softw...
apatrick@google.com
2009-06-23
3
-11
/
+100
*
Review URL: http://codereview.chromium.org/140024
ericu@google.com
2009-06-22
1
-6
/
+13
*
Undoing gcl bug damage AGAIN
gman@google.com
2009-06-17
1
-398
/
+44
*
adding svn:ignore properties to ignore .o3dtgz
gman@google.com
2009-06-17
1
-44
/
+398
*
Undoing gcl bug damage
gman@google.com
2009-06-17
1
-398
/
+44
[next]