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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2752383003: Enable GPU Rasterization on NVidia Fermi
Patch Set: Created 3 years, 9 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 5903d1977334753773bfd86653e19d2e110f7831..98d96a7b74c1fae487752af64e999e64952b3503 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.22",
+ "version": "12.23",
"entries": [
{
"id": 1,
@@ -1458,37 +1458,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 136,
- "description": "GPU rasterization is blacklisted on NVidia Fermi architecture for now.",
- "cr_bugs": [643850],
- "os": {
- "type": "win"
- },
- "vendor_id": "0x10de",
- "device_id": ["0x06c0", "0x06c4", "0x06ca", "0x06cb", "0x06cd", "0x06d1",
- "0x06d2", "0x06d8", "0x06d9", "0x06da", "0x06dc", "0x06dd",
- "0x06de", "0x06df", "0x0e22", "0x0e23", "0x0e24", "0x0e30",
- "0x0e31", "0x0e3a", "0x0e3b", "0x1200", "0x1201", "0x1202",
- "0x1203", "0x1205", "0x1206", "0x1207", "0x1208", "0x1210",
- "0x1211", "0x1212", "0x1213", "0x0dc0", "0x0dc4", "0x0dc5",
- "0x0dc6", "0x0dcd", "0x0dce", "0x0dd1", "0x0dd2", "0x0dd3",
- "0x0dd6", "0x0dd8", "0x0dda", "0x1241", "0x1243", "0x1244",
- "0x1245", "0x1246", "0x1247", "0x1248", "0x1249", "0x124b",
- "0x124d", "0x1251", "0x0de0", "0x0de1", "0x0de2", "0x0de3",
- "0x0de4", "0x0de5", "0x0de8", "0x0de9", "0x0dea", "0x0deb",
- "0x0dec", "0x0ded", "0x0dee", "0x0def", "0x0df0", "0x0df1",
- "0x0df2", "0x0df3", "0x0df4", "0x0df5", "0x0df6", "0x0df7",
- "0x0df8", "0x0df9", "0x0dfa", "0x0dfc", "0x0f00", "0x0f01",
- "0x1080", "0x1081", "0x1082", "0x1084", "0x1086", "0x1087",
- "0x1088", "0x1089", "0x108b", "0x1091", "0x109a", "0x109b",
- "0x1040", "0x1042", "0x1048", "0x1049", "0x104a", "0x1050",
- "0x1051", "0x1052", "0x1054", "0x1055", "0x1056", "0x1057",
- "0x1058", "0x1059", "0x105a", "0x107d", "0x1140"],
- "features": [
- "gpu_rasterization"
- ]
- },
- {
"id": 137,
"description": "GPU rasterization on CrOS is blacklisted on non-Intel GPUs for now.",
"cr_bugs": [684094],
« 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