summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-21/+21
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-21/+21
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-21/+21
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-061-6/+13
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-051-4/+0
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-21/+21
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-21/+21
* Fix garbage seen on Mac OS X when toggling compositor and resizingkbr@google.com2011-05-041-0/+4
* Add a yield command to the command buffer.piman@google.com2011-04-231-0/+1
* instrumented gles2 commands that call glFinish so that they show up in about:...jbates@chromium.org2011-04-191-0/+21
* Fix a regression in command buffer TexSubImage2D.zmo@google.com2011-04-141-1/+2
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-131-4/+13
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-7/+8
* Fixes to allow building with -pedantic.neb@chromium.org2011-02-111-1/+1
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-051-23/+36
* Fix for jankiness in some accelerated 2D canvas demos: If there is already a...senorblanco@chromium.org2011-01-261-0/+13
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-131-1/+29
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-071-0/+6
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-0/+31
* Fixes divide by zero bug in readpixelsgman@chromium.org2010-12-031-2/+4
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-25/+29
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-14/+24
* Mac: clang buildthakis@chromium.org2010-09-221-5/+6
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-081-7/+7
* Adds MapBufferSubData and MapTexSubImage2D.gman@chromium.org2010-07-141-0/+102
* Makes shader translation a runtime switch.gman@chromium.org2010-05-171-0/+12
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-171-22/+14
* Changes the command buffer code to check that allgman@chromium.org2010-05-121-2/+2
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-0/+4
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-081-4/+0
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-071-0/+4
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-061-18/+17
* Fix readpixels issuegman@chromium.org2010-05-031-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-031-28/+130
* Fix Bug in RingBuffergman@chromium.org2010-04-301-15/+18
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-291-26/+37
* Fixed off-by-one bug in returned name length in glGetActiveAttrib andkbr@google.com2010-04-291-2/+4
* Changes the GLES2Implementation to use a RingBuffergman@chromium.org2010-04-281-7/+10
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-11/+13
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-0/+6
* A few fixes for GLES2 for the conformance tests.gman@chromium.org2010-04-211-3/+17
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-131-5/+547
* Reverting commit 44334gman@chromium.org2010-04-131-547/+5
* Adds client side arraysgman@chromium.org2010-04-131-5/+547
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-121-1/+25
* Fixes client side of readpixels so it doesn't writegman@chromium.org2010-04-011-5/+21
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-19/+50
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-161-5/+0
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-2/+2
* Added SafeMultiply and SafeAdd to check for overflowsgman@chromium.org2010-03-051-12/+47