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

Unified Diff: gpu/config/software_rendering_list.README

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: Switch to use arraysize Created 3 years, 9 months 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
Index: gpu/config/software_rendering_list.README
diff --git a/gpu/config/software_rendering_list.README b/gpu/config/software_rendering_list.README
new file mode 100644
index 0000000000000000000000000000000000000000..00149c9825fac29c7fd567daa00260a673b0cd68
--- /dev/null
+++ b/gpu/config/software_rendering_list.README
@@ -0,0 +1,7 @@
+Determines whether certain gpu-related features are blacklisted or not.
+
+The format of a valid software_rendering_list.json file is defined in
+ <gpu/config/gpu_control_list_format.txt>.
+
+The supported "features" can be found in
+ <gpu/config/gpu_blacklist.cc>.

Powered by Google App Engine
This is Rietveld 408576698