summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-275-12/+2
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-4/+3
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-2623-42/+538
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-224-138/+24
* Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-221-25/+34
* Add glBindFragDataLocationIndexedARB to the GLInterface. Add it to skia's in-...bsalomon@google.com2011-07-221-0/+3
* Adding an empty program_info_manager.cc so I can fix NaClgman@chromium.org2011-07-221-0/+1
* Fix clang buildisherman@chromium.org2011-07-221-1/+3
* Fix for warning to error that trybots didn't catch.gman@chromium.org2011-07-221-2/+2
* Add support for GL_CHROMIUM_flipygman@chromium.org2011-07-228-40/+504
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-2140-631/+154
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-217-8/+15
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-217-15/+8
* Revert 93397 - Revert 93393 - Revert was broken. Restoring.leandrogracia@chromium.org2011-07-216-7/+14
* Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...leandrogracia@chromium.org2011-07-216-14/+7
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-217-8/+15
* Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-201-34/+25
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-2040-154/+631
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-191-25/+34
* Revert 93090 - Ported pepper 3d demos to use the new graphics3d interface ins...alokp@chromium.org2011-07-191-5/+14
* Ported pepper 3d demos to use the new graphics3d interface instead of context...alokp@chromium.org2011-07-191-14/+5
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-114/+16
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-1940-631/+154
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-173-1/+6
* Don't let the 'all' target be a bundle.thakis@chromium.org2011-07-161-0/+1
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-1420-64/+204
* Cache bindings on client side in command buffer.gman@chromium.org2011-07-136-63/+301
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-1320-204/+63
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-1320-63/+204
* Cooperatively round robin GPU command buffers.apatrick@chromium.org2011-07-122-10/+24
* Replace texture info when ID is already in use by parent.reveman@google.com2011-07-111-0/+7
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-1118-11/+516
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-113-19/+0
* Fixes for Clang.gman@chromium.org2011-07-112-19/+31
* Move VertexAttribManager to another file.gman@chromium.org2011-07-115-258/+481
* Correct reporting of compressed texture formats and shader binary formatsgman@chromium.org2011-07-0712-19/+201
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-1/+1
* Cache easy to cache OpenGL values on client side of command buffer.gman@chromium.org2011-07-067-95/+358
* Add gpu/OWNERSthakis@chromium.org2011-07-031-0/+3
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-013-4/+4
* Remove app from a bunch of DEPS files.tfarina@chromium.org2011-06-301-3/+0
* Remove the dependency on app_base from some targets.tfarina@chromium.org2011-06-291-1/+0
* Re-Fixes Texture::Copygman@chromium.org2011-06-291-12/+11
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-295-0/+67
* Make swapbuffers copy use the correct format.gman@chromium.org2011-06-281-2/+5
* Return error after allocating GL resource.gman@chromium.org2011-06-285-27/+237
* Revert "Revert "Add glGetMultipleIntegervCHROMIUM""gman@chromium.org2011-06-2820-14/+553
* Revert "Add glGetMultipleIntegervCHROMIUM"gman@chromium.org2011-06-2720-553/+14
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-2720-14/+553
* DCHECK glDeleteXXX with id = 0 as this is a bug in client code.gman@chromium.org2011-06-276-70/+103