summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Static initializers: Remove <iostream> include from GPU logging system.erg@google.com2011-09-012-10/+32
* Delay resize of the front buffer until the swap for offscreen buffers.piman@chromium.org2011-08-311-43/+46
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-307-26/+33
* Call glFinish just before reallocating offscreen_saved_color_texture_kbr@google.com2011-08-291-2/+4
* Revert 98355 (was semantically incorrect, caused assertion failures in Debug ...kbr@google.com2011-08-291-4/+1
* Further attempted workarounds for Mac- and NVIDIA-specific crash. Cankbr@google.com2011-08-251-1/+4
* Use workaround for Mac NVIDIA driver bug on Lion as well.kbr@google.com2011-08-241-6/+4
* Switch nacl proxy code auto-gen to graphics3d interface.nfullagar@google.com2011-08-241-7/+10
* Work around NVIDIA driver bug on Mac OS X 10.6 causing GPU processkbr@google.com2011-08-222-1/+25
* Revert 97744 (broke gpu_unittests on Mac) - Work around NVIDIA driver bug on ...kbr@google.com2011-08-221-18/+1
* Work around NVIDIA driver bug on Mac OS X 10.6 causing GPU processkbr@google.com2011-08-221-1/+18
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-2210-204/+174
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-2210-174/+204
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-2210-204/+174
* Clear tex_image_2d_failed_ flag during new early return path inkbr@chromium.org2011-08-172-0/+36
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-1614-138/+526
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-1226-63/+69
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-113-7/+186
* 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-0810-96/+750
* Flush command streams after deleting resourcesjamesr@chromium.org2011-08-053-2/+10
* 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
* 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-284-66/+0
* Insert a soft flush into the command buffer on unmapTexSubImage2Djamesr@chromium.org2011-07-281-0/+2
* 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-2622-42/+525
* 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-227-37/+490
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-2138-629/+148
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-215-6/+13
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-215-13/+6
* Revert 93397 - Revert 93393 - Revert was broken. Restoring.leandrogracia@chromium.org2011-07-215-6/+13
* Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...leandrogracia@chromium.org2011-07-215-13/+6
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-215-6/+13
* 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-2038-148/+629
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-191-25/+34
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-114/+16