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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2521803002: Re-enable GPU raster on AMD (Closed)
Patch Set: update versoin # Created 4 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 | « 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 492f54de1fde369c395ae7fb47614d138fa25f3a..833023f8c61b0155f2206b91b31f7c1bfec66933 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": "12.03",
+ "version": "12.04",
"entries": [
{
"id": 1,
@@ -1410,18 +1410,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 127,
- "description": "AMD cards have rendering issues with GPU rasterization on Windows",
- "cr_bugs": [660897],
- "os": {
- "type": "win"
- },
- "vendor_id": "0x1002",
- "features": [
- "gpu_rasterization"
- ]
- },
- {
"id": 128,
"description": "WebGL 2 is not yet ready on Android",
"cr_bugs": [295792, 641635],
« 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