summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Addsgman@chromium.org2010-02-0516-507/+1359
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-038-48/+42
* [GPU] Get GPU process running on the mackbr@google.com2010-02-039-12/+361
* Implements glGetUniformiv and glGetUniformfv.gman@chromium.org2010-02-036-28/+413
* This file was missing from the last CL as it was sittinggman@chromium.org2010-02-022-2/+3
* Change the GLES2Implementation Flush and Finish functionsgman@chromium.org2010-02-022-8/+17
* Fixed compile/link errors for gpu unit-tests. I had to mostly fix signed/unsi...alokp@chromium.org2010-02-025-27/+66
* Fixed compile error for unit-tests on linux. We do not include any glew file ...alokp@chromium.org2010-02-023-5/+9
* Moved the initialization of static variable outside the class declaration. Ne...alokp@chromium.org2010-02-022-1/+3
* 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-0128-1402/+1402
* 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-2912-281/+209
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-297-163/+185
* Add commands Jump, Call and Returngman@chromium.org2010-01-2813-112/+265
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-275-21/+98
* Call xglMakeCurrent for each command buffer to allow for multiple GL contexts.apatrick@chromium.org2010-01-206-28/+108
* Added pglGetCurrentContext. Make gles2 implementation pointer global variable...apatrick@chromium.org2010-01-192-11/+12
* Fixed gles2 demo by switching it from a console application to a windowed one...apatrick@chromium.org2010-01-191-11/+18
* Adds unit tests for glDrawArrays and glDrawBuffersgman@chromium.org2010-01-136-194/+778
* Adds a sync to glFinish and SwapBuffers at thegman@chromium.org2010-01-133-8/+20
* linux: dynamically load libGL.so.1, and use glew to dynamically resolve symbolspiman@chromium.org2010-01-092-1/+39
* Removing the dependency of command-buffer client on base/task.h. This file in...alokp@chromium.org2010-01-095-20/+19
* Fixed some bugs that prevented the GPU plugin from shutting down without cras...apatrick@google.com2010-01-083-2/+7
* Add missing stdio.h include for printf.craig.schlenter@chromium.org2010-01-061-0/+3
* linux: implement gpu pluginpiman@chromium.org2010-01-065-24/+79
* Minor fix for GLES2gman@chromium.org2010-01-061-1/+1
* Revert 35509 - linux: implement gpu pluginpiman@chromium.org2010-01-055-80/+25
* linux: fix uninitialized variablepiman@chromium.org2010-01-051-1/+1
* linux: implement gpu pluginpiman@chromium.org2010-01-055-25/+80
* A bunch of unit tests for GLES2gman@chromium.org2010-01-0517-889/+4526
* Changes needed to compile command-buffer code with nacl gcc. This CL just add...alokp@chromium.org2010-01-041-0/+4
* linux: gles2 client fixespiman@chromium.org2009-12-232-5/+4
* Adds a GLMock object so we can check the code isgman@chromium.org2009-12-2311-104/+1130
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-2226-243/+216
* Add Immediate command data size validation.gman@chromium.org2009-12-223-542/+895
* Added chromium source file preamble.apatrick@google.com2009-12-1755-1042/+121
* Fixes VertexAttribPointer by allowing null (0) to begman@chromium.org2009-12-171-9/+8
* Implements Validation for all GLenum arguments and gman@chromium.org2009-12-1610-2632/+2397
* Another round of gcc fixes for GPU command buffers.scherkus@chromium.org2009-12-154-666/+1216
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-1262-549/+497
* First batch of GCC fixes for GPU code.scherkus@chromium.org2009-12-107-13/+19
* Setting some svn properties for /src/gpu files.scherkus@chromium.org2009-12-101-0/+0
* Implements bucket commands and adds unit tests togman@chromium.org2009-12-105-76/+673
* Update initialization of gles2_demo.cc to matchgman@chromium.org2009-12-081-2/+10
* TEST=nonegman@chromium.org2009-12-082-1/+22
* Removed command buffer's last dependency on NPAPI.apatrick@google.com2009-12-0811-61/+20
* Fixed typo.apatrick@google.com2009-12-031-1/+1
* TBR=apatrick@chromium.orggman@chromium.org2009-12-035-374/+847
* Merged in recent changes to command buffer code.apatrick@google.com2009-11-2519-1477/+1956