summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_process_host_ui_shim.cc
Commit message (Expand)AuthorAgeFilesLines
* Check the GPU watchdog after processing every 3D command.jbauman@chromium.org2011-03-231-0/+1
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-211-34/+162
* Do not put off destroying of the IOSurface in the GPU process.amarinichev@chromium.org2011-03-191-2/+3
* Introduce gpu_trace_event for gpu performance analysis.nduca@chromium.org2011-03-151-1/+2
* Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...zmo@google.com2011-03-141-9/+9
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-4/+7
* Revert 77899 - Connect up --disable-gl-multisampling to command bufferkinuko@chromium.org2011-03-121-7/+4
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-121-4/+7
* Context recovery changes:amarinichev@chromium.org2011-03-101-10/+15
* 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-5/+0
* Move preliminary gpu info collection and software rendering flags computation...zmo@google.com2011-03-041-12/+0
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-3/+3
* Dont use the word blacklistingnduca@chromium.org2011-03-031-2/+3
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-6/+6
* With this CL, GPU blacklist auto update from the web is implemented. This al...zmo@google.com2011-02-261-156/+16
* Remove more three stub files that were moved to content/browser directory.tfarina@chromium.org2011-02-261-2/+2
* [Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...nick@chromium.org2011-02-261-16/+156
* With this CL, GPU blacklist auto update from the web (before it ships togethe...zmo@google.com2011-02-251-156/+16
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-9/+44
* Fixed about:gpu refresh bug.nduca@chromium.org2011-02-241-4/+58
* Disable the resize IPC for accelerated compositing on TOUCH_UI.backer@chromium.org2011-02-241-2/+2
* Move the rest of the core files in chrome\browser to content\browser.jam@chromium.org2011-02-231-0/+3
* Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ...apatrick@chromium.org2011-02-221-39/+73
* Collect as much GPU information as possible without creating a GL/D3D context...zmo@google.com2011-02-191-1/+48
* Refactor how surfaces are acquired for GPU compositing.backer@chromium.org2011-02-181-58/+61
* Blacklist GPU features on Windows XP.zmo@google.com2011-02-161-1/+5
* Do not bother with histograms if --ignore-gpu-blacklist was specified.amarinichev@chromium.org2011-02-111-20/+26
* Revert 74398 - Revert 74315 to see if it fixes media_unittests - GPU blacklis...rvargas@google.com2011-02-101-0/+7
* Revert 74315 to see if it fixes media_unittests - GPU blacklist reporting to ...rvargas@google.com2011-02-101-7/+0
* GPU blacklist reporting to about:gpu page.nduca@chromium.org2011-02-091-0/+7
* Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-52/+283
* Revert 74155 - Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-283/+52
* Move most of GpuProcessHost processing to GpuProcessHostUIShim.backer@chromium.org2011-02-081-52/+283
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Don't dereference NULL pointers.backer@chromium.org2011-02-021-5/+8
* Small "fix" to make window deallocation similar to window allocation.backer@chromium.org2011-02-011-7/+9
* Route LOG messages generated on the GPU process to the about:gpu page.nduca@chromium.org2011-01-271-0/+12
* Route IPC through browser when creating a viewable command buffer.backer@chromium.org2011-01-271-65/+51
* Reland 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-271-2/+3
* Revert 72704 - Defered collect DirectX diagnostics until they are needed for ...apatrick@chromium.org2011-01-261-3/+2
* Defered collect DirectX diagnostics until they are needed for about:gpu.apatrick@chromium.org2011-01-261-2/+3
* Refactor GPUProcessHost to eliminate redundancy.backer@chromium.org2011-01-211-1/+126
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-7/+9
* Wait for the GPU info to be collected.kkania@chromium.org2010-12-141-0/+4
* 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-0/+14
* Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim.apatrick@chromium.org2010-11-171-4/+36
* - Relanding 61718.apatrick@chromium.org2010-11-091-0/+16
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-7/+0