summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/gpu into webkit/common/gpujamesr@chromium.org2013-05-2617-5708/+0
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-261-3/+3
* Make decoder correct for on-screen WGC3DIPCBIboliu@chromium.org2013-05-241-1/+15
* Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."erg@chromium.org2013-05-241-6/+5
* Part 1/3 (compositor) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-244-0/+13
* Remove all but one use of WeakPtrFactory::DetachFromThread.wez@chromium.org2013-05-241-5/+6
* Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...kaanb@chromium.org2013-05-231-0/+4
* Make GpuMemoryBufferFactory a function pointer rather than a callback.kaanb@chromium.org2013-05-212-4/+15
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-162-2/+129
* Update code to use the new version of copyTextureCHROMIUM() with added parame...jun.a.jiang@intel.com2013-05-144-29/+0
* Clean up unused includes and code in webkit/gpujamesr@chromium.org2013-05-103-54/+0
* Add the WebGraphicsContext3DProviderImpl class.danakj@chromium.org2013-05-093-0/+65
* Remove inside_chromium_build gyp variablejamesr@chromium.org2013-05-081-18/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-082-19/+19
* Add signalSyncPoint to the WebGraphicsContext3D command buffer impls.danakj@chromium.org2013-04-272-4/+81
* Add option to use GLContextVirtual in WGC3DIPCBIboliu@chromium.org2013-04-202-4/+43
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-194-2/+34
* Add create WGC3DInProcessCommandBuffer for on-screen contextboliu@chromium.org2013-04-193-22/+72
* Initialize glCopyTexSubImage2D in Skia's GL interfacebsalomon@google.com2013-04-161-0/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-072-14/+14
* 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