summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu
Commit message (Expand)AuthorAgeFilesLines
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-252-7/+8
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-203-7/+7
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-192-0/+5
* Last straw for translated_shader_source extension.zmo@google.com2011-10-172-0/+25
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-151-2/+3
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-146-0/+27
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-136-22/+104
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-8/+7
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-8/+8
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-081-0/+8
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-081-2/+1
* Yet more exports needed from content.dpranke@chromium.org2011-10-071-1/+3
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-076-42/+43
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-071-10/+1
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-065-12/+10
* Input event filtering and compositor thread setup.darin@chromium.org2011-10-065-0/+624
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-10/+7
* Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...nduca@chromium.org2011-09-136-69/+119
* Fix logic in GpuChannelHost::Send() during shutdown.sievers@chromium.org2011-09-081-3/+9
* Revert 99648 - Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::in...jamesr@chromium.org2011-09-063-104/+59
* Fix thread-checker debug code in GpuChannelHost::MessageFilter.sievers@chromium.org2011-09-062-10/+6
* Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...bsalomon@google.com2011-09-062-3/+4
* Fix build error in release mode.husky@google.com2011-09-052-15/+7
* Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...husky@google.com2011-09-054-60/+114
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-024-109/+0
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-016-9/+8
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-306-37/+50
* Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo...bsalomon@google.com2011-08-292-1/+10
* Use 3D graphics context shareResources flag to decide whether a context shoul...apatrick@chromium.org2011-08-273-44/+39
* Revert 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into...wez@chromium.org2011-08-264-117/+66
* Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages.husky@google.com2011-08-264-66/+117
* Flush during SwapBuffers only on Mac OS X in order to force results tokbr@google.com2011-08-251-0/+6
* Allow cmdbuffer creation from compositor thread.sievers@chromium.org2011-08-236-65/+246
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-225-67/+1
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-225-1/+67
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-225-67/+1
* Don't call RenderView directly if USE_THREADED_COMPOSITOR is set.husky@google.com2011-08-192-3/+17
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-176-39/+65
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-162-6/+6
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-162-1/+6
* Handle client going away after GVDAH::Destroypiman@chromium.org2011-08-131-6/+17
* fix include path to GLES2dpranke@chromium.org2011-08-121-2/+2
* 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-103-4/+12
* Add WebGraphicsContext support for readbacks from any framebuffer.jbauman@chromium.org2011-08-082-6/+17
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-066-6/+6
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-035-40/+59
* Expose SwapBuffersCallback to WebGraphicsContext3Dnduca@chromium.org2011-08-022-0/+16
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-011-0/+2