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

Unified Diff: content/browser/gpu/software_rendering_list.json

Issue 10956049: Re-enable GPU features on Mac 10.7.5 and newer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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: content/browser/gpu/software_rendering_list.json
===================================================================
--- content/browser/gpu/software_rendering_list.json (revision 158083)
+++ content/browser/gpu/software_rendering_list.json (working copy)
@@ -52,6 +52,7 @@
// 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".
+// "between" is "number <= * <= number2".
// "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;
@@ -68,7 +69,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "3.1",
+ "version": "3.2",
"entries": [
{
"id": 1,
@@ -588,8 +589,9 @@
"os": {
"type": "macosx",
"version": {
- "op": "=",
- "number": "10.7"
+ "op": "between",
+ "number": "10.7.0",
+ "number2": "10.7.4"
}
},
"vendor_id": "0x8086",
« 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