DescriptionUsability improvements to about:gpu status
The previous implementation of status was tied to the features that the blacklist understood. This limited our expressiveness about the status of user-facing features. For example....
Before:
- Accelerated compositing: enabled/disabled/unavailable
After:
- 3D CSS: enabled, unavailable, disabled
- Compositing: software, software rendering due to gpu unavailable, softawre rendering due to being disabled, enabled
Key here is decoupling the features reported in the status from gpu blacklist features enum. On top of that, the states are expanded to show difference between off, off and falling back to software, and software rendering because it wasn't enabled.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81957
Patch Set 1 #
Total comments: 3
Messages
Total messages: 4 (0 generated)
|