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

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: pure rebase 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
« no previous file with comments | « gpu/config/process_json.py ('k') | gpu/config/software_rendering_list.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>.
« no previous file with comments | « gpu/config/process_json.py ('k') | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698