Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2473933002: Enable WebGL 2 by default! (on desktop) (Closed)
Patch Set: undo rename of GpuPreferences::enable_unsafe_es3_apis Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/tests/fuzzer_main.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 1ab737b2009230c5fecfcb5c7f0249a53a920b3c..917d1fddfac8e97106ed589ae8ce0e4414feb420 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "12.01",
+ "version": "12.02",
"entries": [
{
"id": 1,
@@ -1416,6 +1416,17 @@ LONG_STRING_CONST(
"features": [
"gpu_rasterization"
]
+ },
+ {
+ "id": 128,
+ "description": "WebGL 2 is not yet ready on Android",
+ "cr_bugs": [295792, 641635],
+ "os": {
+ "type": "android"
+ },
+ "features": [
+ "webgl2"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/tests/fuzzer_main.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698