summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Fix in-process implementation of glGetShaderPrecisionFormatbrianderson@chromium.org2013-03-301-2/+37
* Lazy initialize WGC3DInProcessCommandBufferImplboliu@chromium.org2013-03-273-130/+156
* mac: Clean up a few more uses of USE_SKIAthakis@chromium.org2013-03-254-27/+0
* Adding async upload methods to WGC3DInProcessCommandBufferkaanb@chromium.org2013-03-232-0/+35
* Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che...pkasting@chromium.org2013-03-233-42/+66
* Lazy initialize WGC3DInProcessCommandBufferImplboliu@chromium.org2013-03-223-66/+42
* Remove support for WebGraphicsContext3DInProcessImpl.danakj@chromium.org2013-03-214-89/+25
* Revert 189019 "Remove support for WebGraphicsContext3DInProcessI..."kbr@chromium.org2013-03-194-25/+83
* Remove support for WebGraphicsContext3DInProcessImpl.danakj@chromium.org2013-03-194-83/+25
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-182-2/+2
* Make ContextProvider::InitializeOnMainThread implicit.danakj@chromium.org2013-03-153-17/+40
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+2
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-144-0/+11
* cc: Fix background filters with non-zero offsets.danakj@chromium.org2013-03-131-1/+4
* ContextProvider::BindToCurrentThread should fail consistently.danakj@chromium.org2013-03-121-2/+4
* Fix incorrect computation of antialias flag in implementations of WebGraphics...kbr@chromium.org2013-03-081-3/+3
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Provide shared context to Platform API in renderer.danakj@chromium.org2013-03-061-2/+1
* Set vertex array object function pointers in GL interfaces used by Skia.bsalomon@google.com2013-03-051-0/+3
* Implement the Platform::sharedOffscreenGraphicsContext3D method.danakj@chromium.org2013-02-287-60/+395
* cc: Route offscreen context creation for compositor to the browser.danakj@chromium.org2013-02-223-0/+109
* Fixed bug in allocation of temporary scanline during frame buffer readback.kbr@chromium.org2013-02-132-7/+4
* Added temporary #ifdefs to support incompatible ANGLE API upgrade.kbr@chromium.org2013-02-121-0/+8
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-1/+0
* Make webkit_gpu build on Win64jschuh@chromium.org2013-01-261-0/+2
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-153-5/+5
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-092-0/+2
* Make WebGraphics3DInProcessCommandBufferImpl handle lost contextgman@chromium.org2012-12-221-8/+17
* Ignore GL_ANGLE_framebuffer_multisample on Android.aelias@chromium.org2012-12-141-0/+4
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-122-2/+8
* Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...jamesr@chromium.org2012-12-082-2/+6
* Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a componentpiman@chromium.org2012-11-307-12/+202
* Revert 170082 - Remove compositor_test_supportdcheng@chromium.org2012-11-291-1/+0
* Remove compositor_test_supportpiman@chromium.org2012-11-281-0/+1
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-214-0/+28
* Add some extensions to the in-process GL shader translator.sievers@chromium.org2012-11-012-0/+11
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-184-1/+23
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-184-23/+1
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-184-1/+23
* Automate more Better Session Restore tests.marja@chromium.org2012-10-151-0/+1
* Expose EXT_debug_marker to webkitgman@chromium.org2012-08-232-0/+16
* Add GL_CHROMIUM_texture_mailbox entrypoints to wgc3d implementationspiman@chromium.org2012-08-074-0/+35
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-281-1/+1
* Add a shallow command buffer flush that doesn't glFlushbrianderson@chromium.org2012-07-233-0/+8
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-231-0/+1
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-4/+1
* Current status of patch:dmurph@chromium.org2012-07-181-1/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Adding necessary plumbing for bindUniformLocationCHROMIUM extension.alexst@chromium.org2012-07-024-0/+13
* Aura: Fix partial swaps in the UIbacker@chromium.org2012-06-261-5/+7