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

Unified Diff: gpu/config/gpu_driver_bug_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/gpu_driver_bug_list.h ('k') | gpu/config/gpu_driver_bug_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list.README
diff --git a/gpu/config/gpu_driver_bug_list.README b/gpu/config/gpu_driver_bug_list.README
new file mode 100644
index 0000000000000000000000000000000000000000..fad15de3919fa49b5e97231084b9b38b9d79cdff
--- /dev/null
+++ b/gpu/config/gpu_driver_bug_list.README
@@ -0,0 +1,7 @@
+Determines whether a certain driver bug exists in the current system.
+
+The format of a valid gpu_driver_bug_list.json file is defined in
+ <gpu/config/gpu_control_list_format.txt>.
+
+The supported "features" can be found in
+ <gpu/config/gpu_driver_bug_workaround_type.h>.
« no previous file with comments | « gpu/config/gpu_driver_bug_list.h ('k') | gpu/config/gpu_driver_bug_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698