summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/gpu_channel_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of gpu/worker/plugin renderer code to content. I temporarily di...jam@chromium.org2011-03-171-178/+0
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-4/+7
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-1/+7
* Refactoring to use a new IPC message filter.backer@chromium.org2011-01-311-3/+3
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-5/+4
* Gpu process restart fix.amarinichev@google.com2011-01-201-0/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-2/+2
* Removed kChromiumRendererIdProperty window property.apatrick@chromium.org2010-12-021-8/+11
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* - Relanding 61718.apatrick@chromium.org2010-11-091-8/+9
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-9/+8
* Relanding 61718.apatrick@chromium.org2010-10-211-8/+9
* Changed scoped_ptr to scoped_refptr for member of GpuChannelHost.apatrick@chromium.org2010-10-191-1/+1
* Add Ability to pass in allowed extensions to GPU contexts.gman@chromium.org2010-10-191-5/+14
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-3/+4
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-071-9/+8
* GPU process terminates on hang.apatrick@chromium.org2010-10-061-8/+9
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-011-1/+2
* GpuProcessHost and GpuChannel do not assert if they receive an IPC message th...apatrick@chromium.org2010-09-161-3/+6
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-071-0/+8
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+4
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-091-4/+0
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-091-0/+4
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-2/+4
* Fix a race where WebGL would attempt to use the GpuChannel before it was in t...apatrick@chromium.org2010-07-151-1/+5
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-1/+0
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-2/+32
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+101