|
|
Add capability for GPU blacklist to manage GPU switching.
This is orthorgonal to the blacklist feature management.
Doing this, we don't have to hardwire the forcing on discrete GPU for the new Macbook 2012; also, we provide a way for users to bypass the forcing (use --ignore-gpu-blacklist).
Note that this CL implements it in the GPU blacklist. We haven't hooked it up to the real GPU switching yet (will do it in another CL).
BUG= 140114, 131276, 111720
TEST=tree
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156326
Total comments: 5
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+400 lines, -173 lines) |
Patch |
 |
M |
chrome/browser/resources/gpu_internals/info_view.js
|
View
|
1
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/gpu_internals_ui.cc
|
View
|
1
|
1 chunk |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist.h
|
View
|
1
|
6 chunks |
+24 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist.cc
|
View
|
1
|
7 chunks |
+53 lines, -26 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist_unittest.cc
|
View
|
1
|
28 chunks |
+218 lines, -109 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl.cc
|
View
|
1
|
4 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_util.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_util.cc
|
View
|
1
|
6 chunks |
+27 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_util_unittest.cc
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/gpu_data_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/gpu_feature_type.h
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
1 comment
|
Download
|
Total messages: 6 (0 generated)
|