summaryrefslogtreecommitdiffstats
path: root/webkit/gpu/webgraphicscontext3d_in_process_impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+19
* Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_...apatrick@chromium.org2011-11-091-3/+0
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-251-2/+3
* Allow specification of the share group in WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-151-1/+6
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-141-0/+2
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-101-1/+8
* 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
* Add WebGraphicsContext support for readbacks from any framebuffer.jbauman@chromium.org2011-08-081-0/+2
* Expose SwapBuffersCallback to WebGraphicsContext3Dnduca@chromium.org2011-08-021-0/+4
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-5/+0
* Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-221-0/+2
* Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-201-2/+0
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-191-0/+2
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+1
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-1/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+1
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-3/+3
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-3/+3
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-3/+3
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-0/+2
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-131-0/+2
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-121-1/+0
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-2/+2
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-0/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Added context lost callback.amarinichev@google.com2011-02-021-0/+3
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-12/+1
* Remove behind-the-flag outdated code in WebGraphicsContext's two implementati...zmo@google.com2011-01-281-453/+0
* Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL...zmo@google.com2011-01-271-0/+455
* Revert 72807 - Refactor WebGraphicsContext3D to use WGC3D types which match c...mbelshe@chromium.org2011-01-271-455/+0
* Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL...zmo@google.com2011-01-271-0/+455
* Add GL_CHROMIUM_framebuffer_multisample support to Chromium'skbr@chromium.org2011-01-261-0/+8
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback.kbr@google.com2011-01-121-2/+4
* Move the in-process WebGL implementation from the WebKit to thekbr@google.com2011-01-111-0/+471