summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-3/+3
* Turn on glsl built-in function emulation in ANGLE shader translator.zmo@google.com2011-09-201-1/+5
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-2/+1
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-0/+2
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-7/+3
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-3/+7
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-7/+3
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-21/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+21
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-5/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-0/+5
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-5/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+3
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-3/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+3
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-7/+4
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-3/+6
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-6/+3
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-3/+6
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-1/+7
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-181-0/+5
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-1/+3
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-0/+5
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-5/+0
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-0/+5
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-3/+1
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+4
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-5/+7
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-0/+3
* A step in making it possible for WebGL to request no featuresgman@chromium.org2010-09-301-2/+5
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-171-0/+7
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-7/+0
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-0/+7
* GLES2DecoderImpl takes ownership of GLContext passed to initialize.apatrick@chromium.org2010-07-141-0/+1
* Expose UpdateOffscreenFrameBufferSize from GLES2Decoder to allow Mackbr@google.com2010-06-021-0/+5
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-3/+0
* Landing 45240 again.apatrick@chromium.org2010-04-221-5/+5
* Revert 45240 - Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-5/+5
* Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-211-5/+5
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-43/+16
* Implemented offscreen rendering path for GLES2CmdDecoder on Linux.kbr@google.com2010-03-311-6/+6
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-2/+10
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-0/+4
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-251-4/+7
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-231-1/+10
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-091-1/+1