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

Unified Diff: gpu/software_rendering_list/software_rendering_list.json

Issue 10541043: Adding documentation for "style" in version in software rendering list. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/software_rendering_list/software_rendering_list.json
===================================================================
--- gpu/software_rendering_list/software_rendering_list.json (revision 140903)
+++ gpu/software_rendering_list/software_rendering_list.json (working copy)
@@ -45,10 +45,14 @@
// 20. "disabled" is a boolean. If it is present, the entry will be skipped.
// This can not be used in exceptions.
//
-// VERSION includes "op" "number", and "number2". "op" can be any of the
-// following values: "=", "<", "<=", ">", ">=", "any", "between". "number2" is
-// only used if "op" is "between". "number" is used for all "op" values except
-// "any". "number" and "number2" are in the format of x, x.x, x.x.x, etc.
+// VERSION includes "op", "style", "number", and "number2". "op" can be any of
+// the following values: "=", "<", "<=", ">", ">=", "any", "between". "style"
+// is optional and can be "lexical" or "numerical"; if it's not specified, it
+// defaults to "numerical". "number2" is only used if "op" is "between".
+// "number" is used for all "op" values except "any". "number" and "number2"
+// are in the format of x, x.x, x.x.x, etc.
+// Only "driver_version" supports lexical style if the format is major.minor;
+// in that case, major is still numerical, but minor is lexical.
//
// STRING includes "op" and "value". "op" can be any of the following values:
// "contains", "beginwith", "endwith", "=". "value" is a string.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698