summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-0/+1
* [GPU] Get GPU process running on the mackbr@google.com2010-02-032-3/+5
* Implements glGetUniformiv and glGetUniformfv.gman@chromium.org2010-02-033-0/+55
* Moved the initialization of static variable outside the class declaration. Ne...alokp@chromium.org2010-02-022-1/+3
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-013-13/+13
* Remove trailing comma to allow compilation with Native Client's higher warnin...sehr@google.com2010-02-011-1/+1
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-293-48/+39
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-291-0/+12
* Add commands Jump, Call and Returngman@chromium.org2010-01-281-30/+22
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-271-0/+61
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-092-14/+1
* A bunch of unit tests for GLES2gman@chromium.org2010-01-054-324/+361
* Changes needed to compile command-buffer code with nacl gcc. This CL just add...alokp@chromium.org2010-01-041-0/+4
* Adds a GLMock object so we can check the code isgman@chromium.org2009-12-232-5/+8
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-225-18/+46
* Added chromium source file preamble.apatrick@google.com2009-12-1715-284/+33
* Implements Validation for all GLenum arguments and gman@chromium.org2009-12-162-357/+361
* Another round of gcc fixes for GPU command buffers.scherkus@chromium.org2009-12-152-645/+1166
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-1219-251/+250
* Implements bucket commands and adds unit tests togman@chromium.org2009-12-101-37/+51
* Fixed typo.apatrick@google.com2009-12-031-1/+1
* TBR=apatrick@chromium.orggman@chromium.org2009-12-033-372/+775
* Merged in recent changes to command buffer code.apatrick@google.com2009-11-255-268/+261
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-2525-0/+14326
* Reverting the rest of 32952apatrick@google.com2009-11-2425-14326/+0
* Branched gpu process and command buffer code into Chrome tree. Fixed up paths...apatrick@google.com2009-11-2425-0/+14326