summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-161-1/+1
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-1616-141/+531
* fix executable bitgman@chromium.org2011-08-121-0/+0
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-1230-106/+153
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-114-7/+198
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-1016-163/+209
* Fix 2 Dr. Memory issuesgman@chromium.org2011-08-082-5/+7
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-0811-96/+753
* Flush command streams after deleting resourcesjamesr@chromium.org2011-08-053-2/+10
* Fix OpenGL ES 2.0 Conformance tests supportgman@chromium.org2011-08-041-1/+3
* Roll skia to r2034 (and add new gl bindings)bsalomon@google.com2011-08-041-0/+6
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-038-32/+110
* Resolve to temporary texture when doing readpixelsjbauman@chromium.org2011-08-031-13/+60
* Updated demo to use resizable plugin element. This exercises the new PPB_Grap...alokp@chromium.org2011-08-026-29/+89
* Remove executable bit on text files.avi@chromium.org2011-08-016-0/+0
* Document CHROMIUM's OpenGL ES 2.0 extensionsgman@chromium.org2011-08-016-0/+462
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-309-131/+48
* Made CommandBuffer::GetLastState and SetContextLostReason pure virtual.apatrick@chromium.org2011-07-292-29/+2
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-299-48/+131
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-285-67/+0
* Insert a soft flush into the command buffer on unmapTexSubImage2Djamesr@chromium.org2011-07-281-0/+2
* Reland r93090, which was reverted in r93104.alokp@chromium.org2011-07-271-14/+5
* 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