summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/program_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a gpu driver bug workaround to count in all varyings in packing check.zmo@chromium.org2014-02-071-11/+37
* Hookup clear_uniforms_before_first_program_use workaround with implementation.zmo@chromium.org2014-02-061-9/+9
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-6/+6
* Report relevant variable names in info logs on failed shader linkoetuaho@nvidia.com2014-01-131-7/+28
* Make command buffer handles the situation that unused uniform array elements ...zmo@chromium.org2013-10-251-3/+53
* Uniforms and attributes name conflicts should cause link failurezmo@chromium.org2013-09-091-41/+92
* Apply varying packing rule.zmo@chromium.org2013-09-051-37/+91
* Android bot issue were fixed by infrastructure team, so reland this.zmo@chromium.org2013-08-271-8/+152
* Revert 219501 "Validate varying varibales matching for vertex/fr..."nhiroki@chromium.org2013-08-261-152/+8
* Validate varying varibales matching for vertex/fragment shaders.zmo@chromium.org2013-08-261-8/+152
* Fix shader uniform precision bug.zmo@chromium.org2013-08-221-6/+2
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-191-7/+90
* Remove CompileStatusMap in gpu command bufferzmo@chromium.org2013-08-071-170/+1
* Use a direct include of strings headers in extensions/, google_apis/, gpu/.avi@chromium.org2013-06-111-2/+2
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+7
* Make shader translator options effect cache keygman@chromium.org2013-05-171-5/+15
* Send shader information to disk cache on access as well as create.dsinclair@chromium.org2013-04-111-1/+2
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-16/+28
* Refactor GPU code: Shader* info -> Shader* shadergman@chromium.org2013-03-081-237/+227
* Make GPU headers use more forward declarationsgman@chromium.org2013-02-281-0/+1
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-113/+113
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-061-3/+3
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-251-0/+6
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-251-1/+1
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-251-1/+1
* Make GL calls go through subclassable class.gman@chromium.org2012-10-251-1/+1
* Fix Uniform Name Parsinggman@chromium.org2012-08-221-0/+63
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-231-4/+10
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-10/+384
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-378/+10
* Current status of patch:dmurph@chromium.org2012-07-181-10/+378
* Add glBindUniformLocationCHROMIUMgman@chromium.org2012-06-261-39/+64
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-191-20/+75
* Consolidate GPU unit test expectiation functions.gman@chromium.org2012-05-101-195/+19
* Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniformsgman@chromium.org2012-05-101-0/+147
* Delete Programs when no longer referencedgman@chromium.org2012-04-051-0/+10
* Fails glLinkProgram if two glBindAttribLocation conflicts.zmo@chromium.org2012-03-021-1/+81
* Map uniform locations to fake locations.gman@chromium.org2012-02-221-48/+76
* Swizzle Uniform Locationsgman@chromium.org2012-02-071-3/+15
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-5/+2
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-2/+5
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-081-1/+1
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-9/+112
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-041-6/+8
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-86/+126
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-251-8/+17
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-1/+22
* Fixed bug in DetachShader.gman@chromium.org2011-03-161-0/+2