summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Makes shader translation a runtime switch.gman@chromium.org2010-05-174-7/+18
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-172-22/+30
* Work around bug in gcc's name mangling causing linker to crash on Mackbr@google.com2010-05-141-3/+5
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-127-16/+24
* Changes the command buffer code to check that allgman@chromium.org2010-05-121-2/+2
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-084-0/+44
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-084-44/+0
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-074-0/+44
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-062-19/+54
* 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