summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-0/+7
* Fixed bug with the way the command buffer code handledgman@chromium.org2010-07-151-2/+9
* GLES2DecoderImpl takes ownership of GLContext passed to initialize.apatrick@chromium.org2010-07-141-2/+2
* Free the resources used by a context group.gman@chromium.org2010-07-011-0/+1
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-1/+12
* Added EGL based GLContext.apatrick@chromium.org2010-06-091-5/+5
* Makes LinkProgram fail if both a vertex and fragment shadergman@chromium.org2010-06-071-27/+65
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-0/+37
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-37/+0
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-0/+37
* revert last CLgman@chromium.org2010-05-181-37/+0
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-0/+37
* Enables vertex attrib 0 and assigns a buffer to itgman@chromium.org2010-05-171-35/+66
* Adds wrapping to support BOOL types on uniforms since some OpenGL driversgman@chromium.org2010-05-131-9/+35
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-5/+2
* Landing 45240 again.apatrick@chromium.org2010-04-221-1/+1
* Revert 45240 - Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-1/+1
* Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-1/+1
* Added OSMesa based GLContext.apatrick@chromium.org2010-04-201-1/+3
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Enable GL_VERTEX_PROGRAM_POINT_SIZE during initialization to matchkbr@google.com2010-04-071-0/+3
* Fix uniform array support.gman@chromium.org2010-04-071-2/+2
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-261-0/+69
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-1/+1
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-0/+17
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-161-0/+20
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-0/+424