summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* A few more changes for conformance tests.gman@chromium.org2010-05-079-22/+84
* Various fixes for the OpenGL ES 2.0 conformance tests.gman@chromium.org2010-05-0617-76/+264
* Adds support for shared resources.gman@chromium.org2010-05-037-6/+294
* Remove check for bound framebuffer for swapbuffers.gman@chromium.org2010-04-301-6/+0
* Changed angleproject to angle due to name change.alokp@chromium.org2010-04-291-1/+1
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-293-370/+503
* Added shader type to shader info.alokp@chromium.org2010-04-284-13/+30
* glGetProgramiv was returning incorrect values for GL_ACTIVE_UNIFORM_MAX_LENGT...alokp@chromium.org2010-04-272-3/+6
* GPU service interprets glFinish as glFlush.apatrick@chromium.org2010-04-272-2/+2
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-2728-880/+802
* Integrated glsl translator with command-buffer service.alokp@chromium.org2010-04-231-6/+62
* Removed direct inclusion of GL headers from gl_utils.h.apatrick@chromium.org2010-04-221-4/+0
* Landing 45240 again.apatrick@chromium.org2010-04-2218-1564/+47
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-227-95/+154
* Revert 45240 - Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-2118-46/+1564
* Moved GLContext class to gfx/gl.apatrick@chromium.org2010-04-2118-1564/+46
* A few fixes for GLES2 for the conformance tests.gman@chromium.org2010-04-211-2/+3
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-215-49/+138
* Added OSMesa based GLContext.apatrick@chromium.org2010-04-2014-495/+851
* Fixing missing newlineapatrick@chromium.org2010-04-141-1/+1
* Clear GL contexts and frame buffers after creation and resizing.apatrick@chromium.org2010-04-147-88/+171
* 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
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-137-2/+110
* Reverting commit 44334gman@chromium.org2010-04-137-110/+2
* Adds client side arraysgman@chromium.org2010-04-137-2/+110
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-127-5/+171
* Connects tracking renderbuffers and framebuffersgman@chromium.org2010-04-124-50/+198
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-0922-1082/+1339
* 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
* Fixed GPU process startup crash on Linux. Because there was no currentkbr@google.com2010-04-021-10/+8
* 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
* 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-2513-103/+793
* Adds renderbuffer and framebuffer tracking so we cangman@chromium.org2010-03-2511-103/+469
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-2413-146/+703
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-192-2/+2
* Made glReadPixels handle out of range areas.gman@chromium.org2010-03-196-8/+486
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-1710-137/+795
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-1610-18/+478
* Track the bound framebuffer and renderbuffer andgman@chromium.org2010-03-112-12/+47
* First step on the way to a native GLES2 backend for commandgman@chromium.org2010-03-112-17/+67
* 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