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
/
program_manager_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a gpu driver bug workaround to count in all varyings in packing check.
zmo@chromium.org
2014-02-07
1
-11
/
+37
*
Hookup clear_uniforms_before_first_program_use workaround with implementation.
zmo@chromium.org
2014-02-06
1
-9
/
+9
*
Encapsulate functionality of the mock GL interface to MockGLInterface
oetuaho@nvidia.com
2014-01-25
1
-6
/
+6
*
Report relevant variable names in info logs on failed shader link
oetuaho@nvidia.com
2014-01-13
1
-7
/
+28
*
Make command buffer handles the situation that unused uniform array elements ...
zmo@chromium.org
2013-10-25
1
-3
/
+53
*
Uniforms and attributes name conflicts should cause link failure
zmo@chromium.org
2013-09-09
1
-41
/
+92
*
Apply varying packing rule.
zmo@chromium.org
2013-09-05
1
-37
/
+91
*
Android bot issue were fixed by infrastructure team, so reland this.
zmo@chromium.org
2013-08-27
1
-8
/
+152
*
Revert 219501 "Validate varying varibales matching for vertex/fr..."
nhiroki@chromium.org
2013-08-26
1
-152
/
+8
*
Validate varying varibales matching for vertex/fragment shaders.
zmo@chromium.org
2013-08-26
1
-8
/
+152
*
Fix shader uniform precision bug.
zmo@chromium.org
2013-08-22
1
-6
/
+2
*
Cache varying variable info in Shader object in command buffer.
zmo@chromium.org
2013-08-19
1
-7
/
+90
*
Remove CompileStatusMap in gpu command buffer
zmo@chromium.org
2013-08-07
1
-170
/
+1
*
Use a direct include of strings headers in extensions/, google_apis/, gpu/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-7
/
+7
*
Make shader translator options effect cache key
gman@chromium.org
2013-05-17
1
-5
/
+15
*
Send shader information to disk cache on access as well as create.
dsinclair@chromium.org
2013-04-11
1
-1
/
+2
*
Add per-profile disk caching of complied GPU shaders.
dsinclair@chromium.org
2013-03-13
1
-16
/
+28
*
Refactor GPU code: Shader* info -> Shader* shader
gman@chromium.org
2013-03-08
1
-237
/
+227
*
Make GPU headers use more forward declarations
gman@chromium.org
2013-02-28
1
-0
/
+1
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
1
-113
/
+113
*
Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.
rsleevi@chromium.org
2013-02-06
1
-3
/
+3
*
Process webgl program log, replacing hashed name with original name.
zmo@google.com
2013-01-25
1
-0
/
+6
*
Make more GL stuff auto-generated
gman@chromium.org
2012-12-07
1
-1
/
+1
*
Revert "Revert 164047 - Make GL calls go through subclassable class."
gman@chromium.org
2012-10-25
1
-1
/
+1
*
Revert 164047 - Make GL calls go through subclassable class.
bartfab@chromium.org
2012-10-25
1
-1
/
+1
*
Make GL calls go through subclassable class.
gman@chromium.org
2012-10-25
1
-1
/
+1
*
Fix Uniform Name Parsing
gman@chromium.org
2012-08-22
1
-0
/
+63
*
Bug fixes for getTranslatedShader
dmurph@chromium.org
2012-07-23
1
-4
/
+10
*
gpu in-memory program cache implementation with a memory limit + lru eviction.
dmurph@chromium.org
2012-07-23
1
-10
/
+384
*
Revert 147328 - Current status of patch:
gman@chromium.org
2012-07-19
1
-378
/
+10
*
Current status of patch:
dmurph@chromium.org
2012-07-18
1
-10
/
+378
*
Add glBindUniformLocationCHROMIUM
gman@chromium.org
2012-06-26
1
-39
/
+64
*
Add support for GL_CHROMIUM_consistent_uniform_locations
gman@chromium.org
2012-06-19
1
-20
/
+75
*
Consolidate GPU unit test expectiation functions.
gman@chromium.org
2012-05-10
1
-195
/
+19
*
Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniforms
gman@chromium.org
2012-05-10
1
-0
/
+147
*
Delete Programs when no longer referenced
gman@chromium.org
2012-04-05
1
-0
/
+10
*
Fails glLinkProgram if two glBindAttribLocation conflicts.
zmo@chromium.org
2012-03-02
1
-1
/
+81
*
Map uniform locations to fake locations.
gman@chromium.org
2012-02-22
1
-48
/
+76
*
Swizzle Uniform Locations
gman@chromium.org
2012-02-07
1
-3
/
+15
*
Revert 102978 - Change X11 error handler override to allow easy X11 error che...
dominich@chromium.org
2011-09-27
1
-5
/
+2
*
Change X11 error handler override to allow easy X11 error checking.
dominich@chromium.org
2011-09-27
1
-2
/
+5
*
Cache OpenGL program info on the client side of the command buffer.
gman@chromium.org
2011-08-08
1
-1
/
+1
*
Add glGetProgramInfoCHROMIUM.
gman@chromium.org
2011-07-11
1
-9
/
+112
*
Hook up shader long variable name mapping with GPU command buffer port.
zmo@google.com
2011-06-04
1
-6
/
+8
*
Fix Issue that glProgramInfoLog was not called if program did not link.
gman@chromium.org
2011-04-29
1
-86
/
+126
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Make Command Buffer limit count for glUniformXXv calls.
gman@chromium.org
2011-03-25
1
-8
/
+17
*
Fix bug in shader and program managers.
gman@chromium.org
2011-03-23
1
-1
/
+22
*
Fixed bug in DetachShader.
gman@chromium.org
2011-03-16
1
-0
/
+2
[next]