summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/shader_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache varying variable info in Shader object in command buffer.zmo@chromium.org2013-08-191-0/+2
* Remove CompileStatusMap in gpu command bufferzmo@chromium.org2013-08-071-2/+6
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Use a direct include of strings headers in extensions/, google_apis/, gpu/.avi@chromium.org2013-06-111-1/+1
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+2
* Refactor GPU code: Shader* info -> Shader* shadergman@chromium.org2013-03-081-39/+39
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-23/+24
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-251-0/+10
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-231-1/+1
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-1/+5
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-5/+1
* Current status of patch:dmurph@chromium.org2012-07-181-1/+5
* 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