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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1881053003: Enable GPU Raster on OSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 a907d32f7591a99c84afb260d7805f289127da02..61cf2a48ac8b4d8dc651b3767590a494267efeba 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.0",
+ "version": "11.1",
"entries": [
{
"id": 1,
@@ -33,7 +33,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"features": [
"webgl",
"flash_3d",
- "flash_stage3d"
+ "flash_stage3d",
+ "gpu_rasterization"
]
},
{
@@ -122,7 +123,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"features": [
"webgl",
"flash_3d",
- "flash_stage3d"
+ "flash_stage3d",
+ "gpu_rasterization"
]
},
{
@@ -397,7 +399,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"device_id": ["0x0863"],
"multi_gpu_category": "any",
"features": [
- "accelerated_2d_canvas"
+ "accelerated_2d_canvas",
+ "gpu_rasterization"
]
},
{
@@ -415,7 +418,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"device_id": ["0x6760", "0x6720"],
"multi_gpu_category": "any",
"features": [
- "webgl"
+ "webgl",
+ "gpu_rasterization"
]
},
{
@@ -721,7 +725,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"device_id": ["0x0a29", "0x0861", "0x0863"],
"multi_gpu_category": "any",
"features": [
- "webgl"
+ "webgl",
+ "gpu_rasterization"
]
},
{
@@ -1189,6 +1194,19 @@ LONG_STRING_CONST(
"webgl"
]}
]
+ },
+ {
+ "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