summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/program_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Process webgl program log, replacing hashed name with original name.zmo@google.com2013-01-251-0/+7
* 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-5/+31
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-31/+5
* Current status of patch:dmurph@chromium.org2012-07-181-5/+31
* Add glBindUniformLocationCHROMIUMgman@chromium.org2012-06-261-10/+27
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-191-10/+0
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-131-2/+2
* Revert 141302 - hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-081-2/+2
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-081-2/+2
* Add more disable-workaround checksgman@chromium.org2012-05-081-0/+2
* generate INVALID_VALUE if calling Uniform1i/v on sampler > MAX_IMAGE_TEXTURE_...gman@chromium.org2012-05-021-1/+5
* Clear uniformsgman@chromium.org2012-04-281-1/+13
* Hanlde long attribute name mapping in bindAttribLocation.zmo@chromium.org2012-04-071-0/+10
* Delete Programs when no longer referencedgman@chromium.org2012-04-051-4/+18
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-2/+3
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-3/+2
* Fails glLinkProgram if two glBindAttribLocation conflicts.zmo@chromium.org2012-03-021-0/+14
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-2/+3
* Map uniform locations to fake locations.gman@chromium.org2012-02-221-25/+26
* Swizzle Uniform Locationsgman@chromium.org2012-02-071-2/+8
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-1/+2
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-0/+4
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-041-2/+3
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-15/+21
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-251-4/+19
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-1/+4
* Fixed bug in DetachShader.gman@chromium.org2011-03-161-1/+1
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-291-5/+6
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-201-4/+11
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-5/+34
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-0/+4
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-13/+6
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+0
* Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.gman@chromium.org2010-08-121-1/+1
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+4
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-0/+14
* Makes LinkProgram fail if both a vertex and fragment shadergman@chromium.org2010-06-071-0/+11
* Changes the command buffer code to check that allgman@chromium.org2010-05-121-1/+15
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-0/+3
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-8/+24
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-211-14/+22
* Fix uniform array support.gman@chromium.org2010-04-071-2/+3
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-16/+47
* Adds texture tracking.gman@chromium.org2010-02-161-0/+131