summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/shader_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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