summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Support caching resources in GLES2 calls in NaCl.neb@chromium.org2011-03-021-1/+1
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-285-20/+53
* Check for excessive dimensions.cevans@chromium.org2011-02-251-0/+7
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-245-16/+57
* In r74071, the number of outstanding SwapBuffer/CopyTextureToParentTexture ca...senorblanco@chromium.org2011-02-151-1/+1
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-141-2/+1
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-1312-20/+29
* Fixes to allow building with -pedantic.neb@chromium.org2011-02-112-2/+2
* Continuing with the out-of-lining of test code.erg@google.com2011-02-111-2/+2
* Fixes issue that if we don't simulate a disabledgman@chromium.org2011-02-091-4/+7
* Autogenerator for NaCl OpenGL ES implementation.neb@chromium.org2011-02-091-3/+59
* Reapply parts of 73222.neb@chromium.org2011-02-091-2/+17
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-17/+2
* Implemented GPU process side flow control.apatrick@chromium.org2011-02-086-8/+75
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-084-18/+39
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-053-4/+4
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-053-94/+51
* Fix for OSX attrib 0 issue.gman@chromium.org2011-02-042-15/+24
* Implement proxy for 3d-related interfacespiman@google.com2011-02-021-4/+88
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-6/+19
* Fix TexSubImage2D and CompressedTexSubImage2D to check that format and typegman@chromium.org2011-01-2910-57/+80
* Fix for jankiness in some accelerated 2D canvas demos: If there is already a...senorblanco@chromium.org2011-01-263-5/+16
* Exposed GL_NV_fence bindings to GPU process.apatrick@chromium.org2011-01-261-0/+14
* Fix compile warnings that break NaCl build.neb@chromium.org2011-01-263-4/+4
* Fix GL_CHROMIUM_framebuffer_multisample to accept the correct enums.kbr@chromium.org2011-01-264-2/+31
* Get correct backbuffer format when context is on screen.gman@chromium.org2011-01-212-2/+12
* Fix for gl programs. An unsuccessful link should reportgman@chromium.org2011-01-203-8/+19
* Fix to allow the gles2 conformance tests to rungman@chromium.org2011-01-191-1/+1
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-147-21/+52
* Make glVertexAttribPointer return INVALID_OPERATION for offsetsgman@chromium.org2011-01-072-6/+147
* Fix Clang bot due to use of EXPECT_EQ(false ...)enne@chromium.org2011-01-051-16/+16
* Fix glIsFoo() functions for non-bound objects in command buffer.enne@chromium.org2011-01-059-36/+218
* Move lots of GMock stuff out of line.erg@google.com2011-01-054-21/+62
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-9/+12
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-2316-172/+611
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-222-0/+14
* Fixed requesting of GL_EXT_texture_format_BGRA8888 andkbr@chromium.org2010-12-222-3/+6
* Map the render process's glBindFramebuffer(0) to the context's backing FBO.klobag@chromium.org2010-12-211-0/+2
* Fix glCopyTexImage2D and glCopyTexSubImage2D to handlegman@chromium.org2010-12-213-3/+97
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-211-38/+64
* Added a stub gles2 implementation.alokp@chromium.org2010-12-151-0/+21
* Even more virtual method deinlining.erg@google.com2010-12-134-8/+28
* Make shader and program object lifetimes match OpenGL ES spec.gman@chromium.org2010-12-1310-97/+429
* Fix off by one error in glGetShaderiv for the sizegman@chromium.org2010-12-132-1/+50
* Hard code number of auto generated command buffer unitgman@chromium.org2010-12-101-3/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-074-2/+93
* Move limiting how many SwapBuffer calls the clientgman@chromium.org2010-12-072-0/+12
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-0619-111/+385
* Fixes divide by zero bug in readpixelsgman@chromium.org2010-12-032-2/+31