DescriptionDon't initialize GL bindings in browser process even if libpci doesn't exist on Linux.
Initializing GL bindings seems to crash chrome sometime with fglrx drivers. We should definitely avoid that.
So the ATI cards we want to blacklist cannot be done at through preliminary gpu info collection, but it can be done at GPU process launch time. We use GL_VENDOR and GL_RENDERER string for blacklisting rather than vendor_id.
BUG=94973
TEST=unittest
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108739
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|