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