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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1945653002: Revert of Enable GPU Raster on OSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/browser/gpu/compositor_util.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 22c7d3f22cb433e6061fdcc13f876cc9fdb88074..e33a485b1f949912dc45d60dfb05628afa3748b4 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "10.21",
+ "version": "10.20",
"entries": [
{
"id": 1,
@@ -33,8 +33,7 @@
"features": [
"webgl",
"flash_3d",
- "flash_stage3d",
- "gpu_rasterization"
+ "flash_stage3d"
]
},
{
@@ -123,8 +122,7 @@
"features": [
"webgl",
"flash_3d",
- "flash_stage3d",
- "gpu_rasterization"
+ "flash_stage3d"
]
},
{
@@ -399,8 +397,7 @@
"device_id": ["0x0863"],
"multi_gpu_category": "any",
"features": [
- "accelerated_2d_canvas",
- "gpu_rasterization"
+ "accelerated_2d_canvas"
]
},
{
@@ -418,8 +415,7 @@
"device_id": ["0x6760", "0x6720"],
"multi_gpu_category": "any",
"features": [
- "webgl",
- "gpu_rasterization"
+ "webgl"
]
},
{
@@ -725,8 +721,7 @@
"device_id": ["0x0a29", "0x0861", "0x0863"],
"multi_gpu_category": "any",
"features": [
- "webgl",
- "gpu_rasterization"
+ "webgl"
]
},
{
@@ -1199,19 +1194,6 @@
"panel_fitting",
"gpu_rasterization"
]
- },
- {
- "id": 111,
- "description": "Apple Software Renderer used under VMWare experiences synchronization issues with GPU Raster",
- "cr_bugs": [607829],
- "os": {
- "type": "macosx"
- },
- "vendor_id": "0x15ad",
- "multi_gpu_category": "any",
- "features": [
- "gpu_rasterization"
- ]
}
]
}
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698