summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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