summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* Adding new virtual method setVisibility(bool) to WebGraphicsContext3DInProces...mmocny@chromium.org2011-10-192-0/+6
* Last straw for translated_shader_source extension.zmo@google.com2011-10-172-0/+26
* Allow specification of the share group in WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-152-19/+26
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-142-0/+5
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-132-12/+36
* Add a call to GLContext::ReleaseCurrent(). Without this we seem to be leaking...satish@chromium.org2011-10-111-0/+1
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-102-23/+51
* Properly support BGRA textures on desktop GLpiman@chromium.org2011-10-091-0/+11
* Release current context after initializing a WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-091-0/+1
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-10/+5
* Add locks around the g_all_shared_contexts set and the GLES2Decoderjamesr@chromium.org2011-09-291-1/+14
* Add std prefix for find().zhenghao@google.com2011-09-221-1/+1
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-1/+1
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-46/+59
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-60/+53
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-53/+60
* Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...bsalomon@google.com2011-09-064-6/+8
* 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