summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/command_buffer_service.h
Commit message (Expand)AuthorAgeFilesLines
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-2/+3
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-3/+2
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-2/+3
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+2
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-2/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+2
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-071-0/+2
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-13/+12
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-2/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-1/+2
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-1/+3
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-141-1/+2
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fixes a broken build (missing newline).rohitrao@chromium.org2010-02-011-1/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-3/+3
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-11/+4
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-091-1/+12
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-3/+3
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-46/+13
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-251-0/+93
* Reverting the rest of 32952apatrick@google.com2009-11-241-93/+0
* Branched gpu process and command buffer code into Chrome tree. Fixed up paths...apatrick@google.com2009-11-241-0/+93