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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
During virtual context switches only restore texture units
kaanb@chromium.org
2014-01-16
1
-6
/
+8
*
GPU: Add trace for real SwapBuffers.
epenner@chromium.org
2014-01-16
1
-3
/
+0
*
Remove some dead code found by scythe.
thakis@chromium.org
2014-01-16
1
-64
/
+0
*
Support nested tracing in gpu_tracer.
vmiura@chromium.org
2014-01-15
1
-8
/
+48
*
Remove chromium extensions obsoleted by gpu::Capabilities
boliu@chromium.org
2014-01-11
1
-7
/
+1
*
Add synthetic delay points for latency testing
skyostil@chromium.org
2014-01-10
1
-0
/
+5
*
Make correct GL context current during gpu_tracer processing
vmiura@chromium.org
2014-01-10
1
-1
/
+1
*
gpu: Support parallel active queries in command buffer
jadahl@opera.com
2014-01-08
1
-17
/
+13
*
Implicitly ensure backbuffer creation on draw
jamesr@chromium.org
2013-12-13
1
-6
/
+29
*
Add GL entry points for DiscardBackbufferCHROMIUM
jamesr@chromium.org
2013-12-13
1
-0
/
+12
*
Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...
geofflang@chromium.org
2013-12-11
1
-21
/
+84
*
Fix exit process on lost context workaround.
jmadill@chromium.org
2013-12-07
1
-2
/
+2
*
Introduce gpu::Capabilities
boliu@chromium.org
2013-12-04
1
-0
/
+37
*
Implemented failIfMajorPerformanceCaveat WebGL context creation attribute.
bajones@chromium.org
2013-11-28
1
-8
/
+17
*
gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_t...
reveman@chromium.org
2013-11-22
1
-16
/
+2
*
gpu: Support ES3 msaa and depth/stencil formats
sievers@chromium.org
2013-11-15
1
-47
/
+94
*
gpu: Remove set_testing_force_is_angle
sievers@chromium.org
2013-11-14
1
-24
/
+18
*
Split incompatible MSAA extensions.
sievers@chromium.org
2013-11-13
1
-36
/
+103
*
[Android] Add workaround to unbind gpu memory buffer only on NVIDIA
boliu@chromium.org
2013-11-13
1
-0
/
+4
*
Delete gpu/command_buffer/client/atomicops.h
thakis@chromium.org
2013-11-06
1
-4
/
+0
*
Don't call into driver for unsupported extensions.
sievers@chromium.org
2013-10-31
1
-0
/
+8
*
Break the dependency of BackTexture on the entire Decoder. Part 2 because a c...
kloveless@chromium.org
2013-10-24
1
-40
/
+42
*
Re-land: gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-22
1
-18
/
+113
*
Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."
reveman@chromium.org
2013-10-21
1
-100
/
+17
*
Revert 229640 "Break the dependency BackTexture had on the entir..."
jochen@chromium.org
2013-10-19
1
-40
/
+38
*
Break the dependency BackTexture had on the entire Decoder.
kloveless@chromium.org
2013-10-19
1
-38
/
+40
*
gpu: Add Will/DidUseTexImage to GLImage API.
reveman@chromium.org
2013-10-19
1
-17
/
+100
*
Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubI...
kloveless@chromium.org
2013-10-18
1
-31
/
+0
*
Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES query
sievers@chromium.org
2013-10-17
1
-5
/
+8
*
Apply shader short circuit workaround on MacOSX
zmo@chromium.org
2013-10-17
1
-0
/
+2
*
Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - bu...
kloveless@chromium.org
2013-10-11
1
-11
/
+0
*
Removed HandleBufferDataImmediate.
kloveless@chromium.org
2013-10-10
1
-14
/
+0
*
Break BackRenderbuffer dependency on the decoder.
kloveless@chromium.org
2013-10-10
1
-14
/
+26
*
Remove GetAttribLocationImmediate and GetUniformLocationImmediate.
kloveless@chromium.org
2013-10-09
1
-26
/
+0
*
Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D.
kloveless@chromium.org
2013-10-09
1
-44
/
+0
*
ScopedRenderBufferBinder no longer depends on the Decoder.
kloveless@chromium.org
2013-10-09
1
-16
/
+8
*
Move the ScopedGLErrorSuprressor to only take ErrorState.
kloveless@chromium.org
2013-10-08
1
-31
/
+38
*
Remove TexImage2DImmediate as a first example of removing an immediate functi...
kloveless@chromium.org
2013-10-08
1
-32
/
+0
*
Move more framebuffer state out of ContextState and into FramebufferState.
kloveless@chromium.org
2013-10-02
1
-41
/
+44
*
Route GenMailboxCHROMIUM through GpuControl
piman@chromium.org
2013-10-01
1
-9
/
+1
*
Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OES
sheu@chromium.org
2013-09-26
1
-24
/
+23
*
gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible
skyostil@chromium.org
2013-09-20
1
-11
/
+14
*
Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info.
zmo@chromium.org
2013-09-20
1
-6
/
+5
*
Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."
thakis@chromium.org
2013-09-19
1
-14
/
+11
*
gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible
skyostil@chromium.org
2013-09-19
1
-11
/
+14
*
Moved multisample buffer verification to the command buffer
bajones@chromium.org
2013-09-13
1
-1
/
+132
*
gpu: Record GL state to trace
skyostil@chromium.org
2013-09-12
1
-0
/
+21
*
cc: Invalidate appropriate FBO attachment for offscreen rendering
skyostil@chromium.org
2013-09-11
1
-1
/
+26
*
Roll in ANGLE and turn on gl_Position init workaround.
zmo@chromium.org
2013-09-09
1
-3
/
+2
*
Add driver bug workaround for SH_INIT_GL_POSITION.
zmo@chromium.org
2013-09-07
1
-6
/
+10
[prev]
[next]