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

Unified Diff: chrome/browser/resources/software_rendering_list.json

Issue 10815045: Blacklist texture sharing on the 8.15.10.1749 Intel driver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update version Created 8 years, 5 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: chrome/browser/resources/software_rendering_list.json
diff --git a/chrome/browser/resources/software_rendering_list.json b/chrome/browser/resources/software_rendering_list.json
index 5a4f604b04310b75e002f0c15650c35b0becdb71..e49775fd81595747f6654101db8c7e05b40f770e 100644
--- a/chrome/browser/resources/software_rendering_list.json
+++ b/chrome/browser/resources/software_rendering_list.json
@@ -66,7 +66,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "2.3",
+ "version": "2.4",
"entries": [
{
"id": 1,
@@ -640,6 +640,22 @@
"blacklist": [
"webgl"
]
+ },
+ {
+ "id": 43,
+ "description": "Intel driver version 8.15.10.1749 has problems sharing textures.",
+ "cr_bugs": [133924],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x8086",
+ "driver_version": {
+ "op": "=",
+ "number": "8.15.10.1749"
+ },
+ "blacklist": [
+ "texture_sharing"
+ ]
}
]
}
« 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