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