summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Fixed loss of rendered output on Mac OS X if Pepper 3D application useskbr@google.com2010-04-1410-76/+179
* Translate a few OpenGL ES values to OpenGL values.gman@chromium.org2010-04-141-4/+20
* Added gl2ext.h for conformance tests to compile.alokp@chromium.org2010-04-131-0/+773
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-1324-170/+2178
* Reverting commit 44334gman@chromium.org2010-04-1324-2178/+170
* Adds client side arraysgman@chromium.org2010-04-1324-170/+2178
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-1217-14/+414
* Connects tracking renderbuffers and framebuffersgman@chromium.org2010-04-125-57/+278
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-0925-1117/+1381
* Enable GL_VERTEX_PROGRAM_POINT_SIZE during initialization to matchkbr@google.com2010-04-073-0/+14
* Fix uniform array support.gman@chromium.org2010-04-075-24/+89
* Eliminate unnecessary dependencies on OpenGL.framework.mark@chromium.org2010-04-021-6/+4
* Fixed GPU process startup crash on Linux. Because there was no currentkbr@google.com2010-04-021-10/+8
* Fixes client side of readpixels so it doesn't writegman@chromium.org2010-04-011-5/+21
* Implemented offscreen rendering path for GLES2CmdDecoder on Linux.kbr@google.com2010-03-315-83/+298
* Disable more GPU tests.nsylvain@chromium.org2010-03-311-9/+18
* Disable the ProcessorDoesNothingIfRingBufferIsEmpty because it crashesnsylvain@chromium.org2010-03-311-1/+2
* dds some docs about the command buffer andgman@chromium.org2010-03-312-1/+2207
* Added GPU unit tests to win, mac and linux builds. They aren't running yet.apatrick@chromium.org2010-03-291-82/+66
* Increased arbitrary ReadPixels size limit so pepper tests can pass.apatrick@chromium.org2010-03-291-1/+1
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-5/+68
* Fixed GPU unit tests on Mac.kbr@google.com2010-03-267-3/+118
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-2520-122/+820
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-2512-103/+475
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-2425-426/+1212
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-193-6/+5
* Made glReadPixels handle out of range areas.gman@chromium.org2010-03-196-8/+486
* Stub out a define GPU_LOG and GPU_CHECK for native client builds.sehr@google.com2010-03-191-0/+2
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-1713-226/+1099
* 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