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

Unified Diff: gpu/software_rendering_list/software_rendering_list.json

Issue 10703008: Remove all M20 incompatible features in GPU blacklist. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 6 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/software_rendering_list/software_rendering_list.json
===================================================================
--- gpu/software_rendering_list/software_rendering_list.json (revision 144494)
+++ gpu/software_rendering_list/software_rendering_list.json (working copy)
@@ -65,7 +65,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.41",
+ "version": "1.42",
"entries": [
{
"id": 1,
@@ -77,9 +77,7 @@
"vendor_id": "0x1002",
"device_id": ["0x7249"],
"blacklist": [
- "webgl",
- "flash_3d",
- "flash_stage3d"
+ "webgl"
]
},
{
@@ -106,9 +104,7 @@
"vendor_id": "0x8086",
"device_id": ["0x27AE"],
"blacklist": [
- "webgl",
- "flash_3d",
- "flash_stage3d"
+ "webgl"
]
},
{
@@ -127,7 +123,6 @@
},
"driver_version": {
"op": ">=",
- "style": "lexical",
"number": "8.92"
}
}
@@ -159,9 +154,7 @@
"vendor_id": "0x10de",
"device_id": ["0x0393"],
"blacklist": [
- "webgl",
- "flash_3d",
- "flash_stage3d"
+ "webgl"
]
},
{
@@ -539,40 +532,6 @@
]
},
{
- "id": 35,
- "description": "Stage3D is not supported on Linux.",
- "cr_bugs": [129848],
- "os": {
- "type": "linux"
- },
- "blacklist": [
- "flash_stage3d"
- ]
- },
- {
- "id": 36,
- "description": "Stage3D is not supported on ChromeOS.",
- "cr_bugs": [129848],
- "os": {
- "type": "chromeos"
- },
- "blacklist": [
- "flash_stage3d"
- ]
- },
- {
- "id": 37,
- "description": "Drivers are unreliable for Optimus on Linux.",
- "cr_bugs": [131308],
- "os": {
- "type": "linux"
- },
- "multi_gpu_style": "optimus",
- "blacklist": [
- "all"
- ]
- },
- {
"id": 38,
"description": "Accelerated 2D canvas is unstable for NVidia GeForce 9400M on Lion.",
"cr_bugs": [130495],
@@ -590,23 +549,6 @@
]
},
{
- "id": 39,
- "description": "ATI drivers on Windows XP cause BSODs when using 3D in Flash",
- "cr_bugs": [130505],
- "os": {
- "type": "win",
- "version": {
- "op": "=",
- "number": "5"
- }
- },
- "vendor_id": "0x1002",
- "blacklist": [
- "flash_3d",
- "flash_stage3d"
- ]
- },
- {
"id": 40,
"description": "GPU driver may cause kernel panic on 2012 Macbook Airs.",
"cr_bugs": [134015],
« 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