summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-114-0/+13
* Add entry points for compressed textures.gman@chromium.org2011-11-114-0/+52
* Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_...apatrick@chromium.org2011-11-092-11/+0
* Expose gles2 bgra extensions when GL_EXT_bgra is supportedpiman@chromium.org2011-11-041-4/+13
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-6/+5
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-254-7/+12
* Only depend on translator_glslpiman@chromium.org2011-10-221-1/+0
* 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