summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/shader_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Hanlde long attribute name mapping in bindAttribLocation.zmo@chromium.org2012-04-071-1/+11
* Stop validating GLSL shaders in glShaderSorucegman@chromium.org2011-11-051-186/+0
* Strip comments from shader before checking for invalid charactersgman@chromium.org2011-10-271-0/+187
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-3/+5
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-2/+40
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-291-2/+2
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-8/+31
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-0/+27
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+2
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+17
* Added shader type to shader info.alokp@chromium.org2010-04-281-2/+4
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-6/+18
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-7/+9
* Adds texture tracking.gman@chromium.org2010-02-161-0/+32