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
/
gpu
/
command_buffer
/
service
/
gles2_cmd_decoder_unittest_base.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize glCheckFramebuffer checks.
gman@chromium.org
2011-12-20
1
-0
/
+1
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
1
-0
/
+5
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
1
-5
/
+0
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
1
-0
/
+5
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
1
-5
/
+0
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
1
-0
/
+5
*
Rebind to correct backbuffer after clearing READ buffer.
gman@chromium.org
2011-12-01
1
-18
/
+31
*
Add OVERRIDE to gpu/ and gl/.
avi@chromium.org
2011-11-16
1
-8
/
+8
*
Defer clearing textures and renderbuffers
gman@chromium.org
2011-11-02
1
-73
/
+105
*
Make DeleteFramebuffer rebind fbo backbuffer
gman@chromium.org
2011-11-01
1
-1
/
+4
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
1
-2
/
+0
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
1
-1
/
+2
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-1
/
+0
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
1
-1
/
+1
*
Removed vestigial GL_latch_CHROMIUM code.
apatrick@chromium.org
2011-07-27
1
-2
/
+1
*
Reapply Enforce-RGB patch with bugs fixed
gman@chromium.org
2011-06-20
1
-5
/
+22
*
Revert 89002 - Enforce RGB even on buggy drivers.
asargent@chromium.org
2011-06-14
1
-20
/
+5
*
Enforce RGB even on buggy drivers.
gman@chromium.org
2011-06-14
1
-5
/
+20
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
1
-2
/
+4
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
1
-4
/
+2
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
1
-2
/
+4
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
1
-0
/
+2
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-1
/
+1
*
Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...
antonm@chromium.org
2011-05-12
1
-1
/
+1
*
Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-12
1
-1
/
+1
*
Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...
apatrick@chromium.org
2011-05-11
1
-1
/
+1
*
Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...
apatrick@chromium.org
2011-05-11
1
-1
/
+1
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
1
-1
/
+2
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
1
-1
/
+1
*
Implement latch system to help with GPU compositing flow control.
gman@chromium.org
2011-03-24
1
-1
/
+2
*
Make readPixels work around bug in OSX drivers that don't always
gman@chromium.org
2011-03-10
1
-1
/
+1
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
1
-2
/
+2
*
More out-of-lining of test code, along with a bunch of GMOCK objects.
erg@google.com
2011-02-08
1
-10
/
+2
*
Fix glIsFoo() functions for non-bound objects in command buffer.
enne@chromium.org
2011-01-05
1
-3
/
+26
*
Fix glCopyTexImage2D and glCopyTexSubImage2D to handle
gman@chromium.org
2010-12-21
1
-0
/
+3
*
Adds support for GL_FIXED vertex attributes.
gman@chromium.org
2010-11-18
1
-0
/
+1
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
1
-9
/
+9
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
1
-1
/
+1
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
1
-3
/
+3
*
Fixes for the default texture.
gman@chromium.org
2010-08-24
1
-3
/
+4
*
Fix glGetFramebufferAttachmentParameteriv so it returns
gman@chromium.org
2010-08-12
1
-0
/
+14
*
Adds support for OpenGL ES 2.0 extensions
gman@chromium.org
2010-07-16
1
-0
/
+2
*
GLES2DecoderImpl takes ownership of GLContext passed to initialize.
apatrick@chromium.org
2010-07-14
1
-1
/
+1
*
Added EGL based GLContext.
apatrick@chromium.org
2010-06-09
1
-4
/
+4
*
Makes LinkProgram fail if both a vertex and fragment shader
gman@chromium.org
2010-06-07
1
-4
/
+17
*
Resubmit http://codereview.chromium.org/2096008/show
gman@chromium.org
2010-05-19
1
-0
/
+5
*
Reverting again, will manually build on linux since trybots are apparently no...
gman@chromium.org
2010-05-18
1
-5
/
+0
*
Resubmit with fix that trybot didn't catch.
gman@chromium.org
2010-05-18
1
-0
/
+5
*
revert last CL
gman@chromium.org
2010-05-18
1
-5
/
+0
*
Update the GLSL translator code to use the correct constants
gman@chromium.org
2010-05-18
1
-0
/
+5
[next]