| Commit message (Expand) | Author | Age | Files | Lines |
* | Make context groups share a TextureBufferManager | gman@chromium.org | 2012-06-01 | 1 | -4/+4 |
* | Separate management of shared memory from CmdBufService to separate class | gman@chromium.org | 2012-05-26 | 1 | -112/+10 |
* | Use shared memory to update the renderer's view of the command buffer state. | jbauman@chromium.org | 2012-02-17 | 1 | -0/+18 |
* | Revert 122034 - Use shared memory to update the renderer's view of the comman... | zmo@google.com | 2012-02-15 | 1 | -18/+0 |
* | Use shared memory to update the renderer's view of the command buffer state. | jbauman@chromium.org | 2012-02-15 | 1 | -0/+18 |
* | Track shared memory used by GPU process | gman@chromium.org | 2012-01-04 | 1 | -3/+16 |
* | Coverity fixes for uninitialized vars | groby@chromium.org | 2011-12-29 | 1 | -1/+2 |
* | Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff... | gman@chromium.org | 2011-12-12 | 1 | -57/+30 |
* | Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | rsimha@google.com | 2011-12-08 | 1 | -30/+57 |
* | Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer" | gman@chromium.org | 2011-12-07 | 1 | -57/+30 |
* | Revert 113250 - Add CommandBuffer::SetGetBuffer | dglazkov@chromium.org | 2011-12-06 | 1 | -22/+57 |
* | Add CommandBuffer::SetGetBuffer | gman@chromium.org | 2011-12-06 | 1 | -57/+22 |
* | base::Bind() conversion for remaining GPU files. | dcheng@chromium.org | 2011-11-22 | 1 | -13/+10 |
* | Reland 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-21 | 1 | -3/+7 |
* | Revert 93066 - Execute all GL commands up to the put offset reported by a eac... | apatrick@chromium.org | 2011-07-20 | 1 | -7/+3 |
* | Execute all GL commands up to the put offset reported by a each flush.This me... | apatrick@chromium.org | 2011-07-19 | 1 | -3/+7 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-14 | 1 | -0/+6 |
* | Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne... | kbr@chromium.org | 2011-07-13 | 1 | -6/+0 |
* | Detect and expose loss of OpenGL context using GL_ARB_robustness. | kbr@chromium.org | 2011-07-13 | 1 | -0/+6 |
* | Send message to renderer on command buffer error | jbauman@chromium.org | 2011-06-07 | 1 | -0/+7 |
* | Rework FlushSync to return early if commands have been processed since the la... | piman@google.com | 2011-04-28 | 1 | -4/+16 |
* | implemented latch support in renderer process. this corresponds with a webkit... | jbates@chromium.org | 2011-04-12 | 1 | -3/+27 |
* | Validate that a GPU transfer buffer's size is valid when it is registered rat... | apatrick@chromium.org | 2011-03-19 | 1 | -28/+27 |
* | Moved creation of GPU command buffer shared memory into the browser process. | apatrick@chromium.org | 2011-02-28 | 1 | -19/+38 |
* | Moved creation of GPU transfer buffers into the browser process. | apatrick@chromium.org | 2011-02-24 | 1 | -15/+36 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 1 | -1/+5 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -7/+6 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -2/+2 |
* | Added lots of logging to the GPU code. | apatrick@chromium.org | 2010-09-20 | 1 | -2/+12 |
* | Step 1: Changing CommandBufferHelper to only use a portion | gman@chromium.org | 2010-05-12 | 1 | -9/+8 |
* | Fixed a command buffer wrap around bug. | gman@chromium.org | 2010-03-08 | 1 | -1/+1 |
* | Added check for negative size to CommandBufferService. | apatrick@chromium.org | 2010-02-22 | 1 | -1/+2 |
* | Fixed integer overflow. | apatrick@chromium.org | 2010-02-19 | 1 | -0/+3 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -1/+1 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 1 | -4/+4 |
* | Redesigned CommandBuffer and NPDevice3D interfaces. | apatrick@chromium.org | 2010-01-29 | 1 | -37/+19 |
* | Removing the dependency of command-buffer client on base/task.h. This file in... | alokp@chromium.org | 2010-01-09 | 1 | -5/+5 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -11/+33 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -10/+13 |
* | First batch of GCC fixes for GPU code. | scherkus@chromium.org | 2009-12-10 | 1 | -2/+4 |
* | Landing the GPU process and command buffer code again, this time with a DEPS ... | apatrick@google.com | 2009-11-25 | 1 | -0/+159 |
* | Reverting the rest of 32952 | apatrick@google.com | 2009-11-24 | 1 | -159/+0 |
* | Branched gpu process and command buffer code into Chrome tree. Fixed up paths... | apatrick@google.com | 2009-11-24 | 1 | -0/+159 |