summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Fixed a command buffer wrap around bug.gman@chromium.org2010-03-082-1/+5
* Change gl2.h to default to C bindingsgman@chromium.org2010-03-082-4/+25
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-052-87/+156
* Resubmittinggman@chromium.org2010-03-058-117/+407
* Reverting previous CL.gman@chromium.org2010-03-058-407/+117
* Implements index validation for DrawElements.gman@chromium.org2010-03-058-117/+407
* Added SafeMultiply and SafeAdd to check for overflowsgman@chromium.org2010-03-057-164/+497
* Attempt to submit this CL for the 3rd time. No changes.gman@chromium.org2010-03-0218-559/+747
* Bullshit CL to get the buildbots to try againgman@chromium.org2010-02-271-1/+1
* Revert http://codereview.chromium.org/660238gman@chromium.org2010-02-2718-747/+559
* Try again.gman@chromium.org2010-02-271-1/+1
* Resumitting reverted CLgman@chromium.org2010-02-2718-559/+747
* 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-2718-747/+559
* Added support for glGetString, glGetShaderSource,gman@chromium.org2010-02-2718-559/+747
* Adds validation for GLsizei and GLsizeiptr types.gman@chromium.org2010-02-255-24/+671
* Reorangizing the GLES2 code to handle sharedgman@chromium.org2010-02-2532-3689/+4653
* Fixes ReadPixel to have a result so the clientgman@chromium.org2010-02-246-20/+86
* 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-235-65/+267
* Added check for negative size to CommandBufferService.apatrick@chromium.org2010-02-222-1/+6
* Fixed integer overflow.apatrick@chromium.org2010-02-193-0/+16
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1911-2/+11
* Updates many commands to require the client to set the gman@chromium.org2010-02-177-23/+383
* Fixes the issues with Jump, JumpRel, Call, CallRelgman@chromium.org2010-02-172-2/+6
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Fix for build breakagegman@chromium.org2010-02-161-7/+7
* Adds texture tracking.gman@chromium.org2010-02-1620-534/+1936
* Reimplemented glShaderSource in preparation for shadergman@chromium.org2010-02-129-97/+284
* Fixed GPU unit tests on Mac OS X.kbr@google.com2010-02-0910-28/+67
* 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