|
|
Generalzie GpuBlacklist to GpuControlList.
This CL refactor the GpuBlacklist so it can be configured to handle a different set of features.
So it can handle not only blacklist, but dual gpu switching, and driver bugs.
I will add the code to truly manage driver bug workarounds in the next CL.
BUG= 222857
TEST=content_unittests
TBR=asargent
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189889
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4037 lines, -3501 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/requirements_checker_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/gpu/gpu_feature_browsertest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist.h
|
View
|
|
2 chunks |
+5 lines, -469 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist.cc
|
View
|
|
1 chunk |
+34 lines, -1394 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_blacklist_unittest.cc
|
View
|
|
3 chunks |
+78 lines, -1437 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_control_list.h
|
View
|
1
|
1 chunk |
+481 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_control_list.cc
|
View
|
|
1 chunk |
+1378 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_control_list_unittest.cc
|
View
|
1
|
1 chunk |
+1331 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl.h
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl.cc
|
View
|
|
6 chunks |
+54 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/gpu_data_manager_impl_unittest.cc
|
View
|
1
|
5 chunks |
+96 lines, -93 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_driver_bug_list.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_driver_bug_list.cc
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_driver_bug_list.json
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_driver_bug_list_unittest.cc
|
View
|
1
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_switching_list.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_switching_list.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_switching_list.json
|
View
|
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/gpu/gpu_switching_list_unittest.cc
|
View
|
1
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/gpu/software_rendering_list.json
|
View
|
|
54 chunks |
+54 lines, -81 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_resources.grd
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_unittests.isolate
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|