| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds the remaining bucket commands, switches the | gman@chromium.org | 2010-03-24 | 5 | -0/+239 |
* | Stub out a define GPU_LOG and GPU_CHECK for native client builds. | sehr@google.com | 2010-03-19 | 1 | -0/+2 |
* | Refactored glGet commands to use a SizedResult for | gman@chromium.org | 2010-03-17 | 1 | -0/+24 |
* | Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I can | dspringer@google.com | 2010-03-16 | 1 | -0/+11 |
* | Fixed bugs in glActiveTexture. Added real implementation | gman@chromium.org | 2010-03-16 | 2 | -6/+23 |
* | First step on the way to a native GLES2 backend for command | gman@chromium.org | 2010-03-11 | 1 | -8/+14 |
* | Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definition | dspringer@google.com | 2010-03-10 | 1 | -0/+2 |
* | Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff. | dspringer@google.com | 2010-03-09 | 1 | -0/+2 |
* | Rearrange GLES2 files so they are easier to use | gman@chromium.org | 2010-03-08 | 17 | -1424/+179 |
* | Change gl2.h to default to C bindings | gman@chromium.org | 2010-03-08 | 1 | -4/+24 |
* | Resubmitting | gman@chromium.org | 2010-03-05 | 1 | -2/+3 |
* | Reverting previous CL. | gman@chromium.org | 2010-03-05 | 1 | -3/+2 |
* | Implements index validation for DrawElements. | gman@chromium.org | 2010-03-05 | 1 | -2/+3 |
* | Added SafeMultiply and SafeAdd to check for overflows | gman@chromium.org | 2010-03-05 | 2 | -9/+65 |
* | Attempt to submit this CL for the 3rd time. No changes. | gman@chromium.org | 2010-03-02 | 6 | -138/+120 |
* | Revert http://codereview.chromium.org/660238 | gman@chromium.org | 2010-02-27 | 6 | -120/+138 |
* | Resumitting reverted CL | gman@chromium.org | 2010-02-27 | 6 | -138/+120 |
* | "/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c... | thakis@chromium.org | 2010-02-27 | 6 | -120/+138 |
* | Added support for glGetString, glGetShaderSource, | gman@chromium.org | 2010-02-27 | 6 | -138/+120 |
* | Reorangizing the GLES2 code to handle shared | gman@chromium.org | 2010-02-25 | 2 | -2/+22 |
* | Fixes ReadPixel to have a result so the client | gman@chromium.org | 2010-02-24 | 2 | -6/+25 |
* | Fixed integer overflow. | apatrick@chromium.org | 2010-02-19 | 1 | -0/+4 |
* | Adds texture tracking. | gman@chromium.org | 2010-02-16 | 1 | -0/+1 |
* | Reimplemented glShaderSource in preparation for shader | gman@chromium.org | 2010-02-12 | 2 | -36/+25 |
* | Fixed GPU unit tests on Mac OS X. | kbr@google.com | 2010-02-09 | 1 | -8/+8 |
* | Adds | gman@chromium.org | 2010-02-05 | 4 | -218/+181 |
* | Added support for lost context recovery on the client side. None of our servi... | apatrick@chromium.org | 2010-02-03 | 1 | -0/+1 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 2 | -3/+5 |
* | Implements glGetUniformiv and glGetUniformfv. | gman@chromium.org | 2010-02-03 | 3 | -0/+55 |
* | Moved the initialization of static variable outside the class declaration. Ne... | alokp@chromium.org | 2010-02-02 | 2 | -1/+3 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 3 | -13/+13 |
* | Remove trailing comma to allow compilation with Native Client's higher warnin... | sehr@google.com | 2010-02-01 | 1 | -1/+1 |
* | Redesigned CommandBuffer and NPDevice3D interfaces. | apatrick@chromium.org | 2010-01-29 | 3 | -48/+39 |
* | Implements glGetVertexAttribPointerv | gman@chromium.org | 2010-01-29 | 1 | -0/+12 |
* | Add commands Jump, Call and Return | gman@chromium.org | 2010-01-28 | 1 | -30/+22 |
* | Windows now uses the TLS API instead of __declspec(thread) for client side co... | apatrick@chromium.org | 2010-01-27 | 1 | -0/+61 |
* | Removing the dependency of command-buffer client on base/task.h. This file in... | alokp@chromium.org | 2010-01-09 | 2 | -14/+1 |
* | A bunch of unit tests for GLES2 | gman@chromium.org | 2010-01-05 | 4 | -324/+361 |
* | Changes needed to compile command-buffer code with nacl gcc. This CL just add... | alokp@chromium.org | 2010-01-04 | 1 | -0/+4 |
* | Adds a GLMock object so we can check the code is | gman@chromium.org | 2009-12-23 | 2 | -5/+8 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 5 | -18/+46 |
* | Added chromium source file preamble. | apatrick@google.com | 2009-12-17 | 15 | -284/+33 |
* | Implements Validation for all GLenum arguments and | gman@chromium.org | 2009-12-16 | 2 | -357/+361 |
* | Another round of gcc fixes for GPU command buffers. | scherkus@chromium.org | 2009-12-15 | 2 | -645/+1166 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 19 | -251/+250 |
* | Implements bucket commands and adds unit tests to | gman@chromium.org | 2009-12-10 | 1 | -37/+51 |
* | Fixed typo. | apatrick@google.com | 2009-12-03 | 1 | -1/+1 |
* | TBR=apatrick@chromium.org | gman@chromium.org | 2009-12-03 | 3 | -372/+775 |
* | Merged in recent changes to command buffer code. | apatrick@google.com | 2009-11-25 | 5 | -268/+261 |
* | Landing the GPU process and command buffer code again, this time with a DEPS ... | apatrick@google.com | 2009-11-25 | 25 | -0/+14326 |