summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_process_host_ui_shim.h
Commit message (Expand)AuthorAgeFilesLines
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-061-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-211-3/+32
* Do not put off destroying of the IOSurface in the GPU process.amarinichev@chromium.org2011-03-191-2/+2
* Move gpu_feature_flags from chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...zmo@google.com2011-03-141-1/+2
* Context recovery changes:amarinichev@chromium.org2011-03-101-2/+4
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-101-1/+1
* Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed thro...zmo@google.com2011-03-091-4/+0
* Make GPUInfo a struct, which it should be according to the C++ guidelines. T...jam@chromium.org2011-03-081-1/+1
* Move preliminary gpu info collection and software rendering flags computation...zmo@google.com2011-03-041-2/+0
* Move MessageRouter from chrome to content.jam@chromium.org2011-03-031-2/+1
* Dont use the word blacklistingnduca@chromium.org2011-03-031-5/+0
* With this CL, GPU blacklist auto update from the web is implemented. This al...zmo@google.com2011-02-261-58/+4
* [Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...nick@chromium.org2011-02-261-4/+58
* With this CL, GPU blacklist auto update from the web (before it ships togethe...zmo@google.com2011-02-251-58/+4
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-1/+13
* Fixed about:gpu refresh bug.nduca@chromium.org2011-02-241-12/+51
* Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ...apatrick@chromium.org2011-02-221-22/+24
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-191-0/+2
* Refactor how surfaces are acquired for GPU compositing.backer@chromium.org2011-02-181-0/+10
* Revert 74398 - Revert 74315 to see if it fixes media_unittests - GPU blacklis...rvargas@google.com2011-02-101-0/+4
* Revert 74315 to see if it fixes media_unittests - GPU blacklist reporting to ...rvargas@google.com2011-02-101-4/+0
* GPU blacklist reporting to about:gpu page.nduca@chromium.org2011-02-091-0/+4
* Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-0/+71
* Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-71/+0
* Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-0/+71
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Route LOG messages generated on the GPU process to the about:gpu page.nduca@chromium.org2011-01-271-2/+8
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-5/+2
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-1/+1
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-261-1/+1
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-261-1/+1
* Refactor GPUProcessHost to eliminate redundancy.backer@chromium.org2011-01-211-1/+23
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Wait for the GPU info to be collected.kkania@chromium.org2010-12-141-0/+13
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-1/+1
* Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim.apatrick@chromium.org2010-11-171-1/+14
* - Relanding 61718.apatrick@chromium.org2010-11-091-0/+7
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-5/+0
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-7/+0
* Relanding 61718.apatrick@chromium.org2010-10-211-0/+7
* Updating the about:gpu to start a webgl context if one does not exist so that...rlp@chromium.org2010-09-101-0/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UIkbr@google.com2010-03-301-0/+56