|
Collect as much GPU information as possible without creating a GL/D3D context. If based on such partial information, a graphics card/driver is already blacklisted, we shouldn't even try to establish GPU channel. This gives us the ability to blacklist REALLY BAD graphics card/driver that will crash during GPU info collection.
BUG= 72979
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75473
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -30 lines) |
Patch |
 |
M |
chrome/browser/gpu_blacklist.h
|
View
|
1
2
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_blacklist.cc
|
View
|
1
2
|
3 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_process_host_ui_shim.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_process_host_ui_shim.cc
|
View
|
1
2
3
4
|
5 chunks |
+48 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/gpu_messages_internal.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_info_collector.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_info_collector_linux.cc
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_info_collector_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_info_collector_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_thread.cc
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|