summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/shader_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-2/+2
* Android bot issue were fixed by infrastructure team, so reland this.zmo@chromium.org2013-08-271-4/+13
* Revert 219501 "Validate varying varibales matching for vertex/fr..."nhiroki@chromium.org2013-08-261-13/+4
* Validate varying varibales matching for vertex/fragment shaders.zmo@chromium.org2013-08-261-4/+13
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-191-4/+14
* Remove CompileStatusMap in gpu command bufferzmo@chromium.org2013-08-071-40/+0
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-7/+7
* Refactor GPU code: Shader* info -> Shader* shadergman@chromium.org2013-03-081-92/+92
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-29/+29
* Linux/ChromeOS Chromium style checker cleanup, gpu/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-251-0/+3
* Make more GL stuff auto-generatedgman@chromium.org2012-12-071-1/+1
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-231-2/+8
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-3/+35
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-35/+3
* Current status of patch:dmurph@chromium.org2012-07-181-3/+35
* Stop validating GLSL shaders in glShaderSorucegman@chromium.org2011-11-051-21/+0
* Strip comments from shader before checking for invalid charactersgman@chromium.org2011-10-271-0/+21
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-1/+6
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-5/+3
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-3/+5
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-041-4/+6
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-18/+20
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-1/+21
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-291-5/+7
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-16/+70
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-1/+75
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+2
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+30
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-1/+6
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-0/+1
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-1/+0
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-0/+1
* revert last CLgman@chromium.org2010-05-181-1/+0
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-0/+1
* Added shader type to shader info.alokp@chromium.org2010-04-281-2/+5
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-11/+13
* Adds texture tracking.gman@chromium.org2010-02-161-0/+50