summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/command_buffer_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-141-1/+5
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-7/+6
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-2/+2
* Added lots of logging to the GPU code.apatrick@chromium.org2010-09-201-2/+12
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-9/+8
* Fixed a command buffer wrap around bug.gman@chromium.org2010-03-081-1/+1
* Added check for negative size to CommandBufferService.apatrick@chromium.org2010-02-221-1/+2
* Fixed integer overflow.apatrick@chromium.org2010-02-191-0/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-4/+4
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-37/+19
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-091-5/+5
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-11/+33
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-10/+13
* First batch of GCC fixes for GPU code.scherkus@chromium.org2009-12-101-2/+4
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-251-0/+159
* Reverting the rest of 32952apatrick@google.com2009-11-241-159/+0
* Branched gpu process and command buffer code into Chrome tree. Fixed up paths...apatrick@google.com2009-11-241-0/+159