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