summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-10/+12
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-221-0/+13
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-22/+12
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-2/+2
* Removed kChromiumRendererIdProperty window property.apatrick@chromium.org2010-12-021-15/+12
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-0/+4
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-0/+10
* Gpu: Unregister channel name in the gpu process when a channel closes.thakis@chromium.org2010-11-161-0/+2
* Convert LOG(INFO) to VLOG(1) - chrome/gpu/.pkasting@chromium.org2010-10-201-5/+5
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-9/+10
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-18/+0
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-9/+11
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-5/+10
* GpuProcessHost and GpuChannel do not assert if they receive an IPC message th...apatrick@chromium.org2010-09-161-3/+3
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-9/+5
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-031-4/+11
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+52
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-091-52/+0
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-091-0/+52
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-4/+2
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-2/+12
* Linux: Fix some NULL versus 0 issues to appease gcc-4.5.craig.schlenter@chromium.org2010-07-271-2/+2
* GPU process command buffer stubs are destroyed when channel is closed.apatrick@chromium.org2010-07-151-51/+14
* linux: add accelerated compositing.piman@chromium.org2010-07-011-2/+11
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-2/+4
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-41/+71
* Fixed bugs in GPU process startup on POSIX platforms. Addedkbr@google.com2010-03-231-0/+9
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+185