Jjbauman@chromium.orgRe-enable the GPU watchdog on Windows
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove all the chrome exceptions in content's DEPS that were there for browser_tests, now that content_browsertests is ready. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10831073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148983 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added gman as OWNER of a few GPU directories and piman as OWNER of a couple others. BUG=none TEST=none TBR=apatrick Review URL: https://chromiumcodereview.appspot.com/10383138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136625 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Re-enable the GPU watchdog on Windows We're seeing a lot of plugin and renderer-process hangs that are probably caused by GPU hangs, so we can try re-enabling the GPU watchdog to prevent them and see what's causing the GPU hangs. BUG=144221 Review URL: https://chromiumcodereview.appspot.com/10993026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158741 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add GPU memory tab to the task manager. Each renderer process will have all of the resources that the GPU process has allocated on its behalf (including WebGL resources, compositor resources, and the backbuffer) included in its printed total. The GPU process will have the all resources currently allocated by the GPU process in its column. This will be approximately the sum of all other rows. The row for the GPU process is printed in ()s to draw attention to the fact that its size includes duplicates from other processes' sizes. I happy this UI scheme (having played with a few), but I'd wider feedback. Note that we do not account for swapchains or for backbuffers allocated by the browser process, so those allocations are not counted in the total. BUG=140157 Review URL: https://chromiumcodereview.appspot.com/10854076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152233 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix DirectX diagnostic collection for about:gpu page. The DirectX diagnostics are collected by a separate GPU process that is not sandboxed. This is because the sandbox prevents them from being collected. Review URL: https://chromiumcodereview.appspot.com/9212054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119534 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Move chrome\gpu to content\gpu. TBR=avi Review URL: http://codereview.chromium.org/6684015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77903 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ui: Move gl/ directory out of gfx/, up to ui/. BUG=104040 R=ben@chromium.org TBR=tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136777 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Wire the AMD switchable videcard detection So we don't bucket all AMD cards as crappy. BUG=117371 Review URL: https://chromiumcodereview.appspot.com/10790060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147334 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Adds gpu_info_collector and ImageTransportSurface methods for android. These are required to build content_unittests. BUG=None TEST= Review URL: http://codereview.chromium.org/9348033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121023 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix a typo in gpu_info_collector_linux.cc. Review URL: https://chromiumcodereview.appspot.com/10908075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154894 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add trace events to measure GPU process startup timing and time to first present. Review URL: https://chromiumcodereview.appspot.com/10386185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137802 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ui: Move gl/ directory out of gfx/, up to ui/. BUG=104040 R=ben@chromium.org TBR=tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136777 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use Scoped COM helpers for collecting GPU information Change explicit COM functions to use the scoped helpers from base::win, ensuring that releasing happens in the proper order. R=zmo,kbr BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10022011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131479 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Count all systems with an AMD driver and Intel GPU PCI ID as AMD switchable Apparently some of these weren't reporting as switchable, which was causing problems. BUG=146695 Review URL: https://chromiumcodereview.appspot.com/10928014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155272 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines. This is part 2. In part one we implement the semantics in blacklist. Now we hook it up with the "real" forcing code. For now we only hook it up with Mac CGL port. BUG=140114,131276,111720 TEST=tree Review URL: https://codereview.chromium.org/10909221 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/10959061 TBR=tzik@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158213 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move chrome\gpu to content\gpu. TBR=avi Review URL: http://codereview.chromium.org/6684015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77903 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
RefCounted types should not have public destructors, content/browser part 2 BUG=123295 TEST=none TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10071038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134446 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup: Remove unneeded scoped_ptr.h includes from content. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10389164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137637 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |