summaryrefslogtreecommitdiffstats
path: root/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/gpu into webkit/common/gpujamesr@chromium.org2013-05-261-610/+0
* Part 1/3 (compositor) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-241-0/+1
* Make GpuMemoryBufferFactory a function pointer rather than a callback.kaanb@chromium.org2013-05-211-0/+6
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-161-1/+8
* Update code to use the new version of copyTextureCHROMIUM() with added parame...jun.a.jiang@intel.com2013-05-141-4/+0
* Add signalSyncPoint to the WebGraphicsContext3D command buffer impls.danakj@chromium.org2013-04-271-0/+6
* Add option to use GLContextVirtual in WGC3DIPCBIboliu@chromium.org2013-04-201-0/+4
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-191-0/+5
* Add create WGC3DInProcessCommandBuffer for on-screen contextboliu@chromium.org2013-04-191-2/+18
* Lazy initialize WGC3DInProcessCommandBufferImplboliu@chromium.org2013-03-271-4/+7
* mac: Clean up a few more uses of USE_SKIAthakis@chromium.org2013-03-251-6/+0
* Adding async upload methods to WGC3DInProcessCommandBufferkaanb@chromium.org2013-03-231-0/+23
* Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che...pkasting@chromium.org2013-03-231-7/+4
* Lazy initialize WGC3DInProcessCommandBufferImplboliu@chromium.org2013-03-221-4/+7
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-0/+2
* Fixed bug in allocation of temporary scanline during frame buffer readback.kbr@chromium.org2013-02-131-1/+1
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-151-2/+2
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-121-1/+2
* Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a componentpiman@chromium.org2012-11-301-2/+4
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-211-0/+3
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+3
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-3/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+3
* Expose EXT_debug_marker to webkitgman@chromium.org2012-08-231-0/+4
* Add GL_CHROMIUM_texture_mailbox entrypoints to wgc3d implementationspiman@chromium.org2012-08-071-0/+7
* Add a shallow command buffer flush that doesn't glFlushbrianderson@chromium.org2012-07-231-0/+2
* 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-021-0/+3
* Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...twiz@chromium.org2012-06-191-2/+2
* remove WEBKIT_USING_SKIAjamesr@chromium.org2012-05-111-2/+0
* Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.twiz@chromium.org2012-05-091-3/+3
* Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens...twiz@chromium.org2012-05-041-0/+4
* Implement GetShaderPrecisionFormatzmo@google.com2012-03-301-5/+4
* Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.mmocny@chromium.org2012-03-231-1/+6
* WebKit support for EXT_occlusion_query.reveman@google.com2012-03-141-0/+10
* Remove dead WebGraphicsContext3D initialization codejamesr@chromium.org2012-02-231-7/+3
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-0/+3
* Change PluginWindowHandle to AcceleratedWidget in ui/gfx/glpiman@chromium.org2012-02-011-4/+0
* Removing old setVisibility method which was removed during a refactor a while...mmocny@chromium.org2012-01-181-3/+1
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+4
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-2/+2
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-231-0/+4
* Flip Y-axis in WebGL for Skia-Macepoger@chromium.org2011-11-231-1/+1
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+1
* Add entry points for compressed textures.gman@chromium.org2011-11-111-0/+17
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-251-2/+2
* Adding new virtual method setVisibility(bool) to WebGraphicsContext3DInProces...mmocny@chromium.org2011-10-191-0/+2
* Last straw for translated_shader_source extension.zmo@google.com2011-10-171-0/+2
* Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...bsalomon@google.com2011-09-061-1/+2
* Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo...bsalomon@google.com2011-08-291-0/+4