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
*
Optimize glUniform* API type validation.
vmiura@chromium.org
2014-03-12
1
-172
/
+86
*
Move init_vertex_attributes workarounds to gpu driver bug list.
zmo@chromium.org
2014-03-12
1
-1
/
+3
*
WebGL TexParameterf and GetTexParameterf needs to handle float param correctly
zmo@chromium.org
2014-03-09
1
-12
/
+10
*
Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...
zmo@chromium.org
2014-03-05
1
-0
/
+38
*
Roll ANGLE to include the loop unrolling fix.
zmo@chromium.org
2014-03-01
1
-0
/
+2
*
Fail gracefully on PBO pack buffer failure.
jmadill@chromium.org
2014-03-01
1
-0
/
+3
*
Fix CopyTextureCHROMIUM for external textures without GLImage
sievers@chromium.org
2014-02-21
1
-9
/
+3
*
Do not rely on a texture's internalformat matching format
oetuaho@nvidia.com
2014-02-20
1
-6
/
+12
*
Fix typos in function names in GL errors in command decoder
oetuaho@nvidia.com
2014-02-17
1
-12
/
+12
*
gpu: Generate mailboxes on client side
piman@chromium.org
2014-02-15
1
-12
/
+15
*
Implement support for rendering to 32-bit float textures on ES3
oetuaho@nvidia.com
2014-02-14
1
-18
/
+8
*
Explicitly disable all attribs and reset all attrib divisors before drawing i...
bajones@chromium.org
2014-02-12
1
-0
/
+17
*
Enable mac driver bug workaround init_varyings_without_static_use.
zmo@chromium.org
2014-02-12
1
-0
/
+2
*
Reduce cost of glBind* on contexts without bind_generates_resource.
vmiura@chromium.org
2014-02-12
1
-12
/
+14
*
Stop using HMAC for gpu mailboxes
piman@chromium.org
2014-02-08
1
-17
/
+12
*
Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...
zmo@chromium.org
2014-02-07
1
-0
/
+8
*
Add a gpu driver bug workaround to count in all varyings in packing check.
zmo@chromium.org
2014-02-07
1
-0
/
+2
*
Hookup clear_uniforms_before_first_program_use workaround with implementation.
zmo@chromium.org
2014-02-06
1
-5
/
+10
*
Android: Always update SurfaceTexture when used
sievers@chromium.org
2014-01-29
1
-29
/
+44
*
Don't allow glBindTexImage2D() with GL_TEXTURE_CUBE_MAP
sievers@chromium.org
2014-01-29
1
-0
/
+7
*
Fix regression with r247334
sievers@google.com
2014-01-28
1
-18
/
+22
*
[gpu] Remove StreamTexture(Manager) concept from command decoder
sievers@google.com
2014-01-27
1
-145
/
+25
*
gpu: Fix crash in GLES2DecoderImpl::Destroy.
reveman@chromium.org
2014-01-24
1
-2
/
+1
*
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
[next]