summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-4/+3
* Fix typogman@chromium.org2010-05-101-1/+1
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-084-0/+56
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-084-56/+0
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-074-0/+56
* A few more changes for conformance tests.gman@chromium.org2010-05-072-0/+8
* Adds support for shared resources.gman@chromium.org2010-05-038-0/+445
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-222-0/+16
* Added facility to stub log and check. It is still not ideal but workable.alokp@chromium.org2010-04-211-19/+9
* Client side code should include local logging so it can be stubbed out.alokp@chromium.org2010-04-211-0/+2
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-135-0/+474
* Reverting commit 44334gman@chromium.org2010-04-135-474/+0
* Adds client side arraysgman@chromium.org2010-04-135-0/+474
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-124-0/+139
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-245-0/+239
* Stub out a define GPU_LOG and GPU_CHECK for native client builds.sehr@google.com2010-03-191-0/+2
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-0/+24
* Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I candspringer@google.com2010-03-161-0/+11
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-162-6/+23
* First step on the way to a native GLES2 backend for commandgman@chromium.org2010-03-111-8/+14
* Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definitiondspringer@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/+2
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-0817-1424/+179
* Change gl2.h to default to C bindingsgman@chromium.org2010-03-081-4/+24
* Resubmittinggman@chromium.org2010-03-051-2/+3
* Reverting previous CL.gman@chromium.org2010-03-051-3/+2
* Implements index validation for DrawElements.gman@chromium.org2010-03-051-2/+3
* Added SafeMultiply and SafeAdd to check for overflowsgman@chromium.org2010-03-052-9/+65
* Attempt to submit this CL for the 3rd time. No changes.gman@chromium.org2010-03-026-138/+120
* Revert http://codereview.chromium.org/660238gman@chromium.org2010-02-276-120/+138
* Resumitting reverted CLgman@chromium.org2010-02-276-138/+120
* "/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...thakis@chromium.org2010-02-276-120/+138
* Added support for glGetString, glGetShaderSource,gman@chromium.org2010-02-276-138/+120
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-252-2/+22
* Fixes ReadPixel to have a result so the clientgman@chromium.org2010-02-242-6/+25
* Fixed integer overflow.apatrick@chromium.org2010-02-191-0/+4
* Adds texture tracking.gman@chromium.org2010-02-161-0/+1
* Reimplemented glShaderSource in preparation for shadergman@chromium.org2010-02-122-36/+25
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-091-8/+8
* Addsgman@chromium.org2010-02-054-218/+181
* 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