summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-48/+48
* Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I candspringer@google.com2010-03-161-2/+2
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-163-8/+12
* Another #include of <string.h> so that the nacl-g++ compiler will build Nativedspringer@google.com2010-03-101-0/+2
* Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff.dspringer@google.com2010-03-091-0/+1
* Add command buffer test for case where command insertedgman@chromium.org2010-03-091-1/+25
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-0814-32/+38
* Fixed a command buffer wrap around bug.gman@chromium.org2010-03-081-0/+4
* Change gl2.h to default to C bindingsgman@chromium.org2010-03-081-0/+1
* Added SafeMultiply and SafeAdd to check for overflowsgman@chromium.org2010-03-052-36/+77
* Attempt to submit this CL for the 3rd time. No changes.gman@chromium.org2010-03-024-74/+275
* Revert http://codereview.chromium.org/660238gman@chromium.org2010-02-274-275/+74
* Try again.gman@chromium.org2010-02-271-1/+1
* Resumitting reverted CLgman@chromium.org2010-02-274-74/+275
* Fix for GL break on Linux build.gman@chromium.org2010-02-271-1/+1
* "/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...thakis@chromium.org2010-02-274-275/+74
* Added support for glGetString, glGetShaderSource,gman@chromium.org2010-02-274-74/+275
* Fixes ReadPixel to have a result so the clientgman@chromium.org2010-02-242-8/+24
* Client side implementation of ReadPixelsgman@chromium.org2010-02-241-4/+58
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-231-12/+25
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* Reimplemented glShaderSource in preparation for shadergman@chromium.org2010-02-122-11/+11
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-092-0/+4
* Addsgman@chromium.org2010-02-054-45/+251
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-036-46/+41
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-1/+39
* Implements glGetUniformiv and glGetUniformfv.gman@chromium.org2010-02-031-3/+8
* This file was missing from the last CL as it was sittinggman@chromium.org2010-02-021-1/+1
* Change the GLES2Implementation Flush and Finish functionsgman@chromium.org2010-02-022-8/+17
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-014-26/+26
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-294-59/+50
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-293-77/+79
* Add commands Jump, Call and Returngman@chromium.org2010-01-283-59/+21
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-273-20/+35
* 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 a sync to glFinish and SwapBuffers at thegman@chromium.org2010-01-132-6/+12
* Fixed some bugs that prevented the GPU plugin from shutting down without cras...apatrick@google.com2010-01-082-0/+6
* A bunch of unit tests for GLES2gman@chromium.org2010-01-054-51/+68
* linux: gles2 client fixespiman@chromium.org2009-12-232-5/+4
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-2210-53/+35
* Added chromium source file preamble.apatrick@google.com2009-12-1721-291/+39
* Another round of gcc fixes for GPU command buffers.scherkus@chromium.org2009-12-151-1/+1
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-1217-92/+79
* First batch of GCC fixes for GPU code.scherkus@chromium.org2009-12-101-4/+7
* Update initialization of gles2_demo.cc to matchgman@chromium.org2009-12-081-2/+10
* TEST=nonegman@chromium.org2009-12-081-0/+6
* Removed command buffer's last dependency on NPAPI.apatrick@google.com2009-12-084-21/+6
* Merged in recent changes to command buffer code.apatrick@google.com2009-11-259-245/+497
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-2525-0/+5007