summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/renderer_gl_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-071-461/+0
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+2
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-271-23/+19
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-271-19/+23
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-271-23/+19
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-4/+4
* Remove TransportTexture, it's unusedpiman@chromium.org2012-01-041-9/+1
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-1/+1
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-1/+1
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-1/+1
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-1/+1
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-0/+4
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-141-0/+4
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-7/+14
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-6/+7
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-1/+0
* Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...nduca@chromium.org2011-09-131-0/+3
* Revert 99648 - Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::in...jamesr@chromium.org2011-09-061-3/+0
* Fix build error in release mode.husky@google.com2011-09-051-9/+4
* Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...husky@google.com2011-09-051-1/+9
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-12/+5
* Use 3D graphics context shareResources flag to decide whether a context shoul...apatrick@chromium.org2011-08-271-9/+9
* Revert 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...wez@chromium.org2011-08-261-9/+1
* Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages.husky@google.com2011-08-261-1/+9
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-18/+0
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-0/+18
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-18/+0
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+5
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-3/+1
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-101-1/+6
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-39/+24
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-37/+32
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-32/+37
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-141/+1
* Reland 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-221-0/+3
* Revert 93106 - Reparenting of RendererGLContexts supports going from no paren...apatrick@chromium.org2011-07-201-3/+0
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-191-0/+3
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-3/+28
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-28/+3
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-3/+28
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-121-1/+0
* Make sure webkit compositor is not using ppapi backing texture ID after it ha...reveman@google.com2011-07-121-2/+8
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-20/+18
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-17/+7
* Add more trace events related to latch usage and to track RendererGlContext d...jbates@chromium.org2011-06-221-0/+1
* Made contexts without a parent return valid latch IDs.apatrick@chromium.org2011-06-211-25/+22
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-31/+45
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-141-12/+21