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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2151393002: Disable GPU raster for OSX 10.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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 5a9516ff03ec684b5cc0f60929997d7e7cbf2868..346852d01591bf22c3546927e6d73c1511cde65d 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": "11.6",
+ "version": "11.7",
"entries": [
{
"id": 1,
@@ -1218,6 +1218,21 @@ LONG_STRING_CONST(
"webgl",
"accelerated_2d_canvas"
]
+ },
+ {
+ "id": 119,
+ "description": "There are display issues with GPU Raster on OSX 10.9",
+ "cr_bugs": [611310],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "<=",
+ "value": "10.9"
+ }
+ },
+ "features": [
+ "gpu_rasterization"
+ ]
}
]
}
« 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