summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-0/+3
* Added ggl::IsCommandBufferContextLost that checks the state of the command bu...amarinichev@google.com2010-11-221-0/+2
* Removed supports_extension and calling methods fromkbr@google.com2010-11-121-4/+0
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-0/+2
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-2/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+2
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-031-2/+3
* Changes WebGL to rely on the command buffergman@chromium.org2010-10-201-1/+0
* Removed now-obsoletekbr@google.com2010-09-251-5/+0
* Added code path to WebGraphicsContext3DCommandBufferImpl to supportkbr@google.com2010-09-201-0/+7
* Added implementations of entry points which will shortly be addedkbr@google.com2010-09-161-0/+26
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+5
* Break isGLES2Compliant() flag into multiple ones.zmo@google.com2010-08-191-0/+3
* Add support for BGRA pixel format to the command buffer implementation of Web...senorblanco@google.com2010-08-111-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Parent the GL context used by WebGL to the GL context attached to the WebView...vangelis@chromium.org2010-06-301-3/+0
* Implement getAttachedShaders for WebGL.zmo@google.com2010-06-301-0/+5
* Adding a new signature for WebGraphicsContext3DCommandBufferImpl::initialize(...vangelis@chromium.org2010-06-281-0/+9
* Add isGLES2Compliant() to command buffer implementation of WebGraphicsContext3D.zmo@google.com2010-04-221-0/+2
* Changed WebGL to use GGL default back buffer instead of manuallykbr@google.com2010-04-151-3/+0
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+352