summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/command_buffer_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+1
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-0/+4
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-4/+4
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-0/+9
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-9/+0
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-0/+9
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-0/+30
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+4
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-1/+1
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-9/+3
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-091-1/+0
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-4/+4
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-0/+71