summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.backer@chromium.org2012-01-191-2/+1
* Revert 114133 - Revert 114059 - Fixed service side implementation of glTexSto...vangelis@chromium.org2011-12-141-2/+3
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-131-0/+1
* Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to onl...vangelis@chromium.org2011-12-131-3/+2
* Fixed service side implementation of glTexStorage2DEXT to only initialize the...vangelis@chromium.org2011-12-121-2/+3
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-2/+2
* Added ReleaseCurrent to GLES2CmdDecoder.apatrick@chromium.org2011-11-041-0/+1
* Defer clearing textures and renderbuffersgman@chromium.org2011-11-021-0/+9
* External stream texture support.sievers@chromium.org2011-09-281-0/+2
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-1/+1
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-2/+1
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+2
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-2/+1
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-5/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+5
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-1/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+1
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-1/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+1
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-4/+3
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-2/+2
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-2/+2
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-2/+2
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-3/+9
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-181-0/+1
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-6/+8
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-8/+6
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-6/+8
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-081-8/+3
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+1
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-3/+5
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-1/+4
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-291-0/+2
* Expose UpdateOffscreenFrameBufferSize from GLES2Decoder to allow Mackbr@google.com2010-06-021-0/+1
* Landing 45240 again.apatrick@chromium.org2010-04-221-2/+2
* Revert 45240 - Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-2/+2
* Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-2/+2
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-9/+5
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-261-1/+6
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-1/+5
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-0/+1
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-1/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-091-0/+3
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-3/+3
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-271-1/+2
* Call xglMakeCurrent for each command buffer to allow for multiple GL contexts.apatrick@chromium.org2010-01-201-0/+39