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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup.
backer@chromium.org
2012-01-19
1
-3
/
+0
*
Add --enable-gpu-debugging to call glGetError after every command in the comm...
gman@chromium.org
2012-01-14
1
-1
/
+12
*
Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...
vangelis@chromium.org
2011-12-14
1
-1
/
+2
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
1
-0
/
+4
*
Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...
vangelis@chromium.org
2011-12-13
1
-2
/
+1
*
Fixed service side implementation of glTexStorage2DEXT to only initialize the...
vangelis@chromium.org
2011-12-12
1
-1
/
+2
*
base::Bind() conversion for remaining GPU files.
dcheng@chromium.org
2011-11-22
1
-3
/
+2
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-1
/
+0
*
Added ReleaseCurrent to GLES2CmdDecoder.
apatrick@chromium.org
2011-11-04
1
-2
/
+3
*
Defer clearing textures and renderbuffers
gman@chromium.org
2011-11-02
1
-0
/
+12
*
External stream texture support.
sievers@chromium.org
2011-09-28
1
-0
/
+3
*
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
zmo@google.com
2011-09-22
1
-3
/
+3
*
Turn on glsl built-in function emulation in ANGLE shader translator.
zmo@google.com
2011-09-20
1
-1
/
+5
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
1
-2
/
+1
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
1
-0
/
+2
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-7
/
+3
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-3
/
+7
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-7
/
+3
*
Revert 94743 - Allow the renderer process to map textures from one context in...
jamesr@chromium.org
2011-07-30
1
-21
/
+0
*
Allow the renderer process to map textures from one context into another.
apatrick@chromium.org
2011-07-29
1
-0
/
+21
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-5
/
+0
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-0
/
+5
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
1
-5
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-0
/
+3
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-3
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-0
/
+3
*
RendererGLContext supports reparenting a GL context.
apatrick@chromium.org
2011-06-20
1
-7
/
+4
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
1
-3
/
+6
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
1
-6
/
+3
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
1
-3
/
+6
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
1
-1
/
+7
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
GpuScheduler no longer spins when it is waiting on a latch.
jbates@chromium.org
2011-04-18
1
-0
/
+5
*
Initialize a few uninitialized members in GPU classes.
finnur@chromium.org
2011-03-28
1
-1
/
+3
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-14
1
-0
/
+5
*
Revert 77899 - Connect up --disable-gl-multisampling to command buffer
kinuko@chromium.org
2011-03-12
1
-5
/
+0
*
Connect up --disable-gl-multisampling to command buffer
jbauman@chromium.org
2011-03-12
1
-0
/
+5
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-3
/
+1
*
Resize synchronization for Linux.
backer@chromium.org
2010-11-25
1
-0
/
+4
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
1
-5
/
+7
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
1
-0
/
+3
*
A step in making it possible for WebGL to request no features
gman@chromium.org
2010-09-30
1
-2
/
+5
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
1
-0
/
+7
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
1
-7
/
+0
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
1
-0
/
+7
*
GLES2DecoderImpl takes ownership of GLContext passed to initialize.
apatrick@chromium.org
2010-07-14
1
-0
/
+1
*
Expose UpdateOffscreenFrameBufferSize from GLES2Decoder to allow Mac
kbr@google.com
2010-06-02
1
-0
/
+5
*
Changes the code to use separate ids namspaces
gman@chromium.org
2010-04-27
1
-3
/
+0
*
Landing 45240 again.
apatrick@chromium.org
2010-04-22
1
-5
/
+5
[next]