summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host_ui_shim.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a message to about:gpu when the gpu process crashes.nduca@chromium.org2012-04-191-0/+6
* Unobfuscate RWHVMac accelerated compositing code path by separating it from p...jbates@chromium.org2012-04-051-31/+2
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
* Adding command line switch --gpu-swap-delay to artificially slow down thejunov@google.com2012-03-291-1/+18
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-2/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Land 9348117: (Aura) use GPU process for UIbacker@chromium.org2012-02-241-5/+5
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Revert 123227 - Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Introduce content::RenderWidgetHostViewPort (in content/port/browser).joi@chromium.org2012-02-161-9/+10
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-161-5/+5
* aura: Use GPU process for UIpiman@chromium.org2012-02-161-5/+5
* Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...jam@chromium.org2012-02-161-3/+3
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-151-9/+12
* Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...vollick@google.com2012-02-141-12/+9
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-141-9/+12
* PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.piman@chromium.org2012-02-081-3/+3
* Add IPC allowing GPU process to tell browser process to temporarily drop a fr...apatrick@chromium.org2012-01-311-0/+13
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-21/+25
* Add the ability to share GL contexts across channels.piman@chromium.org2012-01-121-7/+7
* Remove custom Task implementations and re-exorcise old callbacks from gpu.dcheng@chromium.org2011-12-101-33/+17
* Add a JS API for detecting WebGL availability.zmo@google.com2011-12-081-0/+11
* aura: fix fullscreen pepper flashpiman@chromium.org2011-12-011-28/+22
* Fix a regression in chrome://gpucrash etc.zmo@google.com2011-11-281-0/+9
* Plumb the partial swap though image transport.backer@chromium.org2011-11-231-0/+26
* Fix bad merge.apatrick@chromium.org2011-11-231-1/+3
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-221-21/+9
* A few less TOUCH_UIs.backer@chromium.org2011-11-221-3/+3
* GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.erg@chromium.org2011-11-221-1/+1
* Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-211-10/+21
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-211-21/+10
* Get rid of last gpu_messages.h dependency in chrome by having chrome ask the ...jam@chromium.org2011-11-191-0/+12
* Get rid of gpu_messages.h include in chrome by having the RenderWidgetHostVie...jam@chromium.org2011-11-181-14/+0
* Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-181-10/+21
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-181-21/+10
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-171-10/+21
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-171-21/+10
* Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...cpu@chromium.org2011-11-171-10/+21
* Use shared D3D9 texture to transport the compositor's backing buffer to the b...apatrick@chromium.org2011-11-161-21/+10
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-5/+5
* Enable accelerated WebKit compositor for Aura.backer@chromium.org2011-10-131-7/+7
* Remove unnecessary OSX specific IPCbacker@chromium.org2011-10-061-10/+0
* Always send ACKs.backer@chromium.org2011-10-051-33/+81
* ImageTransportSurface for OS Xbacker@chromium.org2011-09-291-19/+35