summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid processing two GetStateFast messages back to back.jbauman@chromium.org2011-11-031-4/+24
* Convert some non-debug logging on content/common to debug logging.brettw@chromium.org2011-10-291-5/+5
* Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-5/+5
* Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-5/+5
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+55
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-46/+48
* Remove unnecessary OSX specific IPCbacker@chromium.org2011-10-061-15/+0
* ImageTransportSurface for OS Xbacker@chromium.org2011-09-291-8/+0
* Fix broken RAF on Mac due to early Echo reply message.jbates@chromium.org2011-09-271-2/+8
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-4/+4
* Turn on glsl built-in function emulation in ANGLE shader translator.zmo@google.com2011-09-201-0/+2
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-1/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-5/+5
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-1/+1
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-1/+1
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-45/+0
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-0/+6
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-171-0/+8
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-3/+16
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-22/+0
* Fix mac deadlock bug related to closing accelerated tabs. GpuChannel was dele...jbates@chromium.org2011-07-261-0/+6
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-21/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-27/+102
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-5/+8
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-8/+5
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-5/+8
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-102/+27
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-27/+102
* Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubsvrk@google.com2011-07-071-41/+0
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-20/+7
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-251-1/+21
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-251-21/+1
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-251-1/+21
* Fix latch deadlock when there is a gpu::error on a context. This works by los...jbates@chromium.org2011-06-231-0/+11
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-211-1/+7
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-201-9/+6
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-161-0/+1
* Move media-specific content/common/gpu files into content/common/gpu/media.fischman@chromium.org2011-06-161-2/+2
* Previously, the DisplayLink would never start until a software draw was done ...jbates@chromium.org2011-06-131-0/+10
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-9/+23
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-101-23/+9
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-101-9/+23
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-011-0/+3
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-1/+9
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-9/+1
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-1/+9
* Added proxy / stub pair for GPU surfaces.apatrick@chromium.org2011-05-241-0/+34
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-131-11/+6