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
*
Hookup the GPUTrace events.
dsinclair@chromium.org
2013-02-20
1
-1
/
+0
*
Add a command to lose the context
gman@chromium.org
2012-12-17
1
-0
/
+4
*
gpu: Add async pixel transfers.
epenner@chromium.org
2012-12-17
1
-0
/
+6
*
Support creating virtual contexts.
sievers@chromium.org
2012-11-29
1
-1
/
+4
*
Only check for context lost when finishing a batch of flushed commands.
jbauman@chromium.org
2012-11-26
1
-0
/
+2
*
Virtual GL
gman@chromium.org
2012-11-07
1
-0
/
+3
*
gpu: Measure processing commands time per command buffer.
reveman@chromium.org
2012-09-27
1
-0
/
+1
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
1
-0
/
+4
*
Report texture upload time in renderingStats.
reveman@chromium.org
2012-09-06
1
-0
/
+5
*
Add GL_CHROMIUM_get_error_query
gman@chromium.org
2012-07-09
1
-0
/
+3
*
Disable GL_CHROMIUM_gpu_memory_manager extension on webgraphicscontext3d_in_p...
mmocny@chromium.org
2012-05-30
1
-1
/
+3
*
Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.
apatrick@chromium.org
2012-05-17
1
-4
/
+4
*
Add more disable-workaround checks
gman@chromium.org
2012-05-08
1
-2
/
+0
*
WebGraphicsContext3DInProcessCommandBuffer should report that it does not sup...
vollick@chromium.org
2012-05-02
1
-1
/
+3
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-25
1
-0
/
+4
*
Revert 131177 - aura: Change shared context to be offscreen for arm
mazda@chromium.org
2012-04-10
1
-4
/
+0
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-06
1
-0
/
+4
*
Schedule for pending queries
gman@chromium.org
2012-03-13
1
-0
/
+3
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
1
-0
/
+4
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
1
-1
/
+1
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-1
/
+1
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-1
/
+1
*
Added a flag gles2_cmd_decoder.cc so the unit tests can turn off all the LOG ...
gman@chromium.org
2012-02-10
1
-0
/
+13
*
Fix TexImage2D clearing too agressively
gman@chromium.org
2012-02-07
1
-0
/
+6
*
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
[next]