summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leaks in GPU tests.estade@chromium.org2010-05-044-30/+13
* Fix readpixels issuegman@chromium.org2010-05-031-1/+1
* Adds support for shared resources.gman@chromium.org2010-05-0311-248/+229
* Fix Bug in RingBuffergman@chromium.org2010-04-303-16/+39
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-293-42/+61
* Fixed off-by-one bug in returned name length in glGetActiveAttrib andkbr@google.com2010-04-291-2/+4
* Changes the GLES2Implementation to use a RingBuffergman@chromium.org2010-04-285-18/+573
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-274-50/+47
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-0/+6
* A few fixes for GLES2 for the conformance tests.gman@chromium.org2010-04-211-3/+17
* Added facility to stub log and check. It is still not ideal but workable.alokp@chromium.org2010-04-211-2/+2
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-139-137/+1473
* Reverting commit 44334gman@chromium.org2010-04-139-1473/+137
* Adds client side arraysgman@chromium.org2010-04-139-137/+1473
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-124-1/+58
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-1/+1
* Fixes client side of readpixels so it doesn't writegman@chromium.org2010-04-011-5/+21
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-254-11/+15
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-246-24/+82
* 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