summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/program_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-0/+83
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-041-14/+19
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-6/+35
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-251-20/+22
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-2/+16
* Fixed bug in DetachShader.gman@chromium.org2011-03-161-1/+5
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-291-2/+6
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-201-2/+5
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-9/+59
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-5/+39
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-041-9/+16
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+22
* Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.gman@chromium.org2010-08-121-3/+7
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+4
* Fixed bug with the way the command buffer code handledgman@chromium.org2010-07-151-7/+13
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+17
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-1/+21
* Makes LinkProgram fail if both a vertex and fragment shadergman@chromium.org2010-06-071-0/+35
* Changes the command buffer code to check that allgman@chromium.org2010-05-121-10/+25
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-1/+14
* glGetProgramiv was returning incorrect values for GL_ACTIVE_UNIFORM_MAX_LENGT...alokp@chromium.org2010-04-271-2/+4
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-22/+29
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-211-25/+56
* Fix uniform array support.gman@chromium.org2010-04-071-11/+35
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-25/+69
* Adds texture tracking.gman@chromium.org2010-02-161-0/+155