summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-1/+0
* Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo...bsalomon@google.com2011-08-294-2/+21
* Use 3D graphics context shareResources flag to decide whether a context shoul...apatrick@chromium.org2011-08-271-12/+8
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-46/+1
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+46
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-46/+1
* Allow GraphicsContext3D to be created with a NULL WebView for offscreensenorblanco@chromium.org2011-08-162-8/+5
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-2/+5
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-3/+1
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-102-30/+3
* Add WebGraphicsContext support for readbacks from any framebuffer.jbauman@chromium.org2011-08-084-13/+38
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-48/+54
* Expose SwapBuffersCallback to WebGraphicsContext3Dnduca@chromium.org2011-08-021-0/+4
* Revert 94775 - Implemented MapExternalResource for DumpRenderTree.zmo@google.com2011-07-291-63/+1
* Implemented MapExternalResource for DumpRenderTree.apatrick@chromium.org2011-07-291-1/+63
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-274-212/+0
* Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-224-0/+14
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-212-11/+7
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-212-2/+6
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-212-6/+2
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-212-2/+6
* Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-204-14/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-6/+12
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-194-0/+14
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-12/+6
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-144-0/+16
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-134-16/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-134-0/+16
* Update src/webkit/gpu to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+2
* Coverity: Handle a NULL input in WebGraphicsContext3DInProcessImpl::shaderSou...thestig@chromium.org2011-06-221-1/+4
* Fix chromium-gpu layout tests.apatrick@chromium.org2011-06-211-0/+6
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-7/+0
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-162-6/+12
* Hook up with Angle shader translator backend.zmo@google.com2011-06-141-15/+6
* make command buffer work in DRTgman@chromium.org2011-06-041-5/+33
* make command buffer work in DRTgman@chromium.org2011-06-033-1405/+1514
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-014-23/+22
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-314-22/+23
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-314-23/+22
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-234-23/+59
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-131-0/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-122-8/+27
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-122-2/+0
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-122-27/+8
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-122-8/+27
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-112-27/+8
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-112-8/+27
* Make the GraphicsContext3D implementation selectablegman@chromium.org2011-05-063-0/+2117
* The skia bindings calls were not at a correct place to ensure that the host G...twiz@chromium.org2011-04-261-0/+2