summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* amend DEPS now files have movedben@chromium.org2010-03-171-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-172-2/+2
* Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I candspringer@google.com2010-03-162-2/+13
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-1616-41/+556
* Remove redundant nphostapi.h from webkit/glue/plugins, update source files asdspringer@google.com2010-03-154-4/+4
* Track the bound framebuffer and renderbuffer andgman@chromium.org2010-03-113-19/+90
* First step on the way to a native GLES2 backend for commandgman@chromium.org2010-03-113-25/+81
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-335/+11
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-101-11/+335
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-335/+11
* Another #include of <string.h> so that the nacl-g++ compiler will build Nativedspringer@google.com2010-03-101-0/+2
* 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-092-0/+3
* 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-0835-676/+226
* 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-083-4/+26
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-1/+1
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-053-88/+157
* 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
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-1/+1
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-1/+1
* 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-2533-3692/+4664
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-249-19/+59
* 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 '-ldl' to Linux targets that use dynamic loader functions.mmoss@google.com2010-02-231-0/+2
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-235-65/+267
* Add build rules for Pepper 3D demos on the Mac.dspringer@google.com2010-02-232-14/+83
* Added check for negative size to CommandBufferService.apatrick@chromium.org2010-02-222-1/+6
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-209-59/+19
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-209-19/+59
* 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-1912-2/+12
* Removed redundant conditionals from gpu/demos.gyp.alokp@chromium.org2010-02-171-20/+13
* 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