summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/command_buffer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* - Relanding 61718.apatrick@chromium.org2010-11-091-17/+60
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-1/+1
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-60/+17
* Relanding 61718.apatrick@chromium.org2010-10-211-17/+60
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-60/+17
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-17/+60
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+7
* SwapBuffers notification is sent from GPU process to renderer process.apatrick@chromium.org2010-08-061-0/+10
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-9/+9
* Call set_unblock(true) on async resize message to guarantee itskbr@google.com2010-05-061-1/+15
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-2/+2
* 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-16/+19
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-10/+9
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-9/+10
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-10/+9
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-6/+56
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+7
* 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-57/+12
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-091-5/+0
* linux: implement gpu pluginpiman@chromium.org2010-01-061-1/+9
* Revert 35509 - linux: implement gpu pluginpiman@chromium.org2010-01-051-9/+1
* linux: implement gpu pluginpiman@chromium.org2010-01-051-1/+9
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-15/+55
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-0/+173