| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a bunch of gpu/worker/plugin renderer code to content. I temporarily di... | jam@chromium.org | 2011-03-17 | 1 | -131/+0 |
* | Moved creation of GPU command buffer shared memory into the browser process. | apatrick@chromium.org | 2011-02-28 | 1 | -0/+1 |
* | Moved creation of GPU transfer buffers into the browser process. | apatrick@chromium.org | 2011-02-24 | 1 | -0/+2 |
* | Added context lost callback. | amarinichev@google.com | 2011-02-02 | 1 | -0/+2 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 1 | -1/+2 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | - Relanding 61718. | apatrick@chromium.org | 2010-11-09 | 1 | -5/+7 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -7/+5 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -5/+7 |
* | Revert 61718 - GPU process terminates on hang. | mnissler@chromium.org | 2010-10-07 | 1 | -7/+5 |
* | GPU process terminates on hang. | apatrick@chromium.org | 2010-10-06 | 1 | -5/+7 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -7/+10 |
* | SwapBuffers notification is sent from GPU process to renderer process. | apatrick@chromium.org | 2010-08-06 | 1 | -0/+8 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Step 1: Changing CommandBufferHelper to only use a portion | gman@chromium.org | 2010-05-12 | 1 | -1/+1 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -0/+4 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -4/+4 |
* | I just put the code that does not compile on ARM. Trybots will fail because I... | apatrick@chromium.org | 2010-02-24 | 1 | -0/+9 |
* | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -9/+0 |
* | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -0/+9 |
* | Implemented async flushes for Pepper 3D. | apatrick@chromium.org | 2010-02-09 | 1 | -0/+30 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -0/+4 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 1 | -1/+1 |
* | Redesigned CommandBuffer and NPDevice3D interfaces. | apatrick@chromium.org | 2010-01-29 | 1 | -9/+3 |
* | Removing the dependency of command-buffer client on base/task.h. This file in... | alokp@chromium.org | 2010-01-09 | 1 | -1/+0 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -4/+4 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -0/+71 |