summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.cc
Commit message (Expand)AuthorAgeFilesLines
* Insert a soft flush into the command buffer on unmapTexSubImage2Djamesr@chromium.org2011-07-281-0/+2
* Fix for warning to error that trybots didn't catch.gman@chromium.org2011-07-221-2/+2
* Add support for GL_CHROMIUM_flipygman@chromium.org2011-07-221-19/+95
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-1/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-0/+1
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-1/+0
* Cache bindings on client side in command buffer.gman@chromium.org2011-07-131-46/+150
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-1/+35
* Correct reporting of compressed texture formats and shader binary formatsgman@chromium.org2011-07-071-2/+6
* Cache easy to cache OpenGL values on client side of command buffer.gman@chromium.org2011-07-061-4/+87
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-0/+2
* Revert "Revert "Add glGetMultipleIntegervCHROMIUM""gman@chromium.org2011-06-281-0/+55
* Revert "Add glGetMultipleIntegervCHROMIUM"gman@chromium.org2011-06-271-55/+0
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-271-0/+55
* DCHECK glDeleteXXX with id = 0 as this is a bug in client code.gman@chromium.org2011-06-271-1/+6
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-141-2/+261
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-141-261/+2
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-141-2/+261
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-141-0/+2
* Optimize TexImage2D.gman@chromium.org2011-06-071-5/+20
* Optimize BufferDatagman@chromium.org2011-06-071-6/+17
* Remove canvas throttling in GLES2Implementation::CopyTextureToParentTexture.jbates@chromium.org2011-06-031-7/+0
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-131-0/+9
* 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