| Commit message (Expand) | Author | Age | Files | Lines |
* | Makes shader translation a runtime switch. | gman@chromium.org | 2010-05-17 | 4 | -7/+18 |
* | Adds support for compressed textures. DXT1 only. | gman@chromium.org | 2010-05-17 | 2 | -22/+30 |
* | Work around bug in gcc's name mangling causing linker to crash on Mac | kbr@google.com | 2010-05-14 | 1 | -3/+5 |
* | Step 1: Changing CommandBufferHelper to only use a portion | gman@chromium.org | 2010-05-12 | 7 | -16/+24 |
* | Changes the command buffer code to check that all | gman@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Resubmit CL http://codereview.chromium.org/1992008/ | gman@google.com | 2010-05-08 | 4 | -0/+44 |
* | Revert gpu CL which broke the Mac build. | shess@chromium.org | 2010-05-08 | 4 | -44/+0 |
* | This CL adds the option to support buffers that are bound | gman@chromium.org | 2010-05-07 | 4 | -0/+44 |
* | Various fixes for the OpenGL ES 2.0 conformance tests. | gman@chromium.org | 2010-05-06 | 2 | -19/+54 |
* | Fix some memory leaks in GPU tests. | estade@chromium.org | 2010-05-04 | 4 | -30/+13 |
* | Fix readpixels issue | gman@chromium.org | 2010-05-03 | 1 | -1/+1 |
* | Adds support for shared resources. | gman@chromium.org | 2010-05-03 | 11 | -248/+229 |
* | Fix Bug in RingBuffer | gman@chromium.org | 2010-04-30 | 3 | -16/+39 |
* | Adds error messages for synthesized gl errors. | gman@chromium.org | 2010-04-29 | 3 | -42/+61 |
* | Fixed off-by-one bug in returned name length in glGetActiveAttrib and | kbr@google.com | 2010-04-29 | 1 | -2/+4 |
* | Changes the GLES2Implementation to use a RingBuffer | gman@chromium.org | 2010-04-28 | 5 | -18/+573 |
* | Changes the code to use separate ids namspaces | gman@chromium.org | 2010-04-27 | 4 | -50/+47 |
* | A bunch more GLES2 conformance test fixes. | gman@chromium.org | 2010-04-22 | 1 | -0/+6 |
* | A few fixes for GLES2 for the conformance tests. | gman@chromium.org | 2010-04-21 | 1 | -3/+17 |
* | Added facility to stub log and check. It is still not ideal but workable. | alokp@chromium.org | 2010-04-21 | 1 | -2/+2 |
* | Resubmit CL#1629004 Support for client side buffers | gman@chromium.org | 2010-04-13 | 9 | -137/+1473 |
* | Reverting commit 44334 | gman@chromium.org | 2010-04-13 | 9 | -1473/+137 |
* | Adds client side arrays | gman@chromium.org | 2010-04-13 | 9 | -137/+1473 |
* | Adds stubs for glShaderBinary and glReleaseShaderCompiler. | gman@chromium.org | 2010-04-12 | 4 | -1/+58 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Fixes client side of readpixels so it doesn't write | gman@chromium.org | 2010-04-01 | 1 | -5/+21 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 4 | -11/+15 |
* | Adds the remaining bucket commands, switches the | gman@chromium.org | 2010-03-24 | 6 | -24/+82 |
* | Refactored glGet commands to use a SizedResult for | gman@chromium.org | 2010-03-17 | 1 | -48/+48 |
* | Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I can | dspringer@google.com | 2010-03-16 | 1 | -2/+2 |
* | Fixed bugs in glActiveTexture. Added real implementation | gman@chromium.org | 2010-03-16 | 3 | -8/+12 |
* | Another #include of <string.h> so that the nacl-g++ compiler will build Native | 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/+1 |
* | Add command buffer test for case where command inserted | gman@chromium.org | 2010-03-09 | 1 | -1/+25 |
* | Rearrange GLES2 files so they are easier to use | gman@chromium.org | 2010-03-08 | 14 | -32/+38 |
* | Fixed a command buffer wrap around bug. | gman@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | Change gl2.h to default to C bindings | gman@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Added SafeMultiply and SafeAdd to check for overflows | gman@chromium.org | 2010-03-05 | 2 | -36/+77 |
* | Attempt to submit this CL for the 3rd time. No changes. | gman@chromium.org | 2010-03-02 | 4 | -74/+275 |
* | Revert http://codereview.chromium.org/660238 | gman@chromium.org | 2010-02-27 | 4 | -275/+74 |
* | Try again. | gman@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | Resumitting reverted CL | gman@chromium.org | 2010-02-27 | 4 | -74/+275 |
* | Fix for GL break on Linux build. | gman@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | "/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c... | thakis@chromium.org | 2010-02-27 | 4 | -275/+74 |
* | Added support for glGetString, glGetShaderSource, | gman@chromium.org | 2010-02-27 | 4 | -74/+275 |
* | Fixes ReadPixel to have a result so the client | gman@chromium.org | 2010-02-24 | 2 | -8/+24 |
* | Client side implementation of ReadPixels | gman@chromium.org | 2010-02-24 | 1 | -4/+58 |
* | Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses | dspringer@google.com | 2010-02-23 | 1 | -12/+25 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 3 | -0/+3 |
* | Reimplemented glShaderSource in preparation for shader | gman@chromium.org | 2010-02-12 | 2 | -11/+11 |