summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/program_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-271-5/+2
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-271-2/+5
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-081-1/+1
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-9/+112
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-041-6/+8
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-291-86/+126
* 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-8/+17
* Fix bug in shader and program managers.gman@chromium.org2011-03-231-1/+22
* Fixed bug in DetachShader.gman@chromium.org2011-03-161-0/+2
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-291-5/+1
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-16/+126
* Use the shader translator to correct bad type informationgman@chromium.org2010-11-121-15/+104
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-141-1/+1
* Fixes glAttachShader to be OpenGL ES 2.0 spec compliant.gman@chromium.org2010-08-121-5/+5
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+4
* Fixed bug with the way the command buffer code handledgman@chromium.org2010-07-151-1/+7
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+32
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-0/+23
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-5/+6
* Makes LinkProgram fail if both a vertex and fragment shadergman@chromium.org2010-06-071-0/+31
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-0/+3
* glGetProgramiv was returning incorrect values for GL_ACTIVE_UNIFORM_MAX_LENGT...alokp@chromium.org2010-04-271-1/+2
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-23/+29
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-211-8/+44
* Fix uniform array support.gman@chromium.org2010-04-071-8/+48
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-261-0/+31
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-1/+0
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-2/+4
* Adds texture tracking.gman@chromium.org2010-02-161-0/+318