DescriptionDisable GPU info collection on GPU process startup on Win/Mac.
This is because preliminary GPU info is enough for making final blacklist decisions on Win/Mac.
However, at the moment on Linux, blacklist decisions are still depending on full GPU info in certain cases, so we still need to do it on Linux.
The full GPU info collection is done on demand when about:gpu page opens.
Also, we need GPU's vendor_id, device_id, driver_version for crash reporting in GPU process. So before about:gpu page opens, we won't have them. Therefore, we pass them down from browser process to GPU process through commandline switches.
BUG=128082
TEST=about:gpu
R=apatrick
TBR=jam
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137725
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #
Total comments: 4
Patch Set 3 : #
Total comments: 4
Patch Set 4 : #
Messages
Total messages: 8 (0 generated)
|