summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Made RenderView keep track of the fake plugin window handles itkbr@google.com2010-10-141-3/+9
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-0/+3
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-3/+2
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-2/+3
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-4/+39
* Removed now-obsoletekbr@google.com2010-09-251-8/+0
* Deleted WebGLES2ContextImpl and references to it and WebGLES2Context.kbr@google.com2010-09-211-34/+1
* Added code path to WebGraphicsContext3DCommandBufferImpl to supportkbr@google.com2010-09-201-8/+76
* Added implementations of entry points which will shortly be addedkbr@google.com2010-09-161-0/+56
* Enable webgl and accelerated compositing by default on all platforms. Removesvangelis@chromium.org2010-09-081-2/+2
* Back out r58711. It appears to have caused video/media-related ui_testsmark@chromium.org2010-09-071-2/+2
* Turning WebGL and the accelerated compositor on by default (linux and windows...vangelis@chromium.org2010-09-071-2/+2
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+23
* Break isGLES2Compliant() flag into multiple ones.zmo@google.com2010-08-191-0/+12
* Check for the GL_EXT_read_format_bgra extension, now that the command buffer ...senorblanco@google.com2010-08-121-4/+2
* Add support for BGRA pixel format to the command buffer implementation of Web...senorblanco@google.com2010-08-111-0/+21
* Enable GLSL shader translator by default. With this change, Chrome'skbr@google.com2010-08-111-1/+1
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-151-1/+1
* Adds a temporary switch --enable-glsl-translator which gman@chromium.org2010-07-021-1/+4
* Parent the GL context used by WebGL to the GL context attached to the WebView...vangelis@chromium.org2010-06-301-8/+22
* Implement getAttachedShaders for WebGL.zmo@google.com2010-06-301-0/+3
* Adding a new signature for WebGraphicsContext3DCommandBufferImpl::initialize(...vangelis@chromium.org2010-06-281-0/+19
* Fix two webgl crashes.pathorn@chromium.org2010-06-251-3/+3
* Refactored ggl::SwapBuffers to take the GGL context as an argument. apatrick@chromium.org2010-06-231-1/+1
* Add makeContextCurrent() to all gl functions.zmo@google.com2010-06-161-0/+2
* Makes shader translation a runtime switch.gman@chromium.org2010-05-171-0/+2
* Add isGLES2Compliant() to command buffer implementation of WebGraphicsContext3D.zmo@google.com2010-04-221-0/+4
* Changed WebGL to use GGL default back buffer instead of manuallykbr@google.com2010-04-151-89/+8
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+878