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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 62333028: Remove blacklisting of Mac OS 10.6 and 10.7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/browser/gpu/compositor_util_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 502f250c3a2d1de45cef77ccc9aad84548bcfce8..7e51f8def0f11768beec1ce3c649d1b1cbd3700b 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "6.14",
+ "version": "6.15",
"entries": [
{
"id": 1,
@@ -789,21 +789,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 66,
- "description": "Force compositing mode is unstable in MacOSX earlier than 10.8.",
- "cr_bugs": [174101],
- "os": {
- "type": "macosx",
- "version": {
- "op": "<",
- "value": "10.8"
- }
- },
- "features": [
- "force_compositing_mode"
- ]
- },
- {
"id": 68,
"description": "VMware Fusion 4 has corrupt rendering with Win Vista+.",
"cr_bugs": [169470],
@@ -998,6 +983,22 @@ LONG_STRING_CONST(
"features": [
"texture_sharing"
]
+ },
+ {
+ "id": 81,
+ "description": "Apple software renderer used under VMWare hangs on Mac OS 10.7.",
+ "cr_bugs": [230931],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "=",
+ "value": "10.7"
+ }
+ },
+ "vendor_id": "0x15ad",
+ "features": [
+ "force_compositing_mode"
+ ]
}
]
}
« no previous file with comments | « content/browser/gpu/compositor_util_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698