Chromium Code Reviews
DescriptionEnable WebGL 2 by default! (on desktop)
This patch creates a feature-style (Default/Enabled/Disabled) entry in about:flags for WebGL 2. Default is enabled on desktop and disabled on Android.
This patch also mostly removes the "unsafe"/"experimental"/"prototype" wording from the flag and code. Auditing of validation for formerly-unsafe OpenGL ES3 APIs was done in:
https://codereview.chromium.org/2458523005/
https://codereview.chromium.org/2461023002/
https://codereview.chromium.org/2470623002/
https://codereview.chromium.org/2466763002/
And the flag was removed from the GPU process in:
https://codereview.chromium.org/2471853002/
BUG=654787
BUG=295792
BUG=641635
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/61a4859d1d5a2f5082d486843c58a5b3f8795144
Cr-Commit-Position: refs/heads/master@{#429885}
Patch Set 1 #Patch Set 2 : fix remainder of instances of 'enable-unsafe-es3-apis' #Patch Set 3 : fix histogram tests, update pixel tests, and fix some logic #Patch Set 4 : fix #
Total comments: 8
Patch Set 5 : address comments #Patch Set 6 : undo rename of GpuPreferences::enable_unsafe_es3_apis #Messages
Total messages: 59 (42 generated)
|