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

Unified Diff: software_rendering_list.json

Issue 9691030: Enable the device ids of GPUs for Intel IvyBridge in mesa drivers without multisampling (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/gpu/software_rendering_list/
Patch Set: Created 8 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: software_rendering_list.json
===================================================================
--- software_rendering_list.json (revision 125644)
+++ software_rendering_list.json (working copy)
@@ -59,7 +59,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "1.27",
+ "version": "1.28",
"entries": [
{
"id": 1,
@@ -262,7 +262,7 @@
"vendor_id": "0x8086",
"exceptions": [
{
- "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a"],
+ "device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
"driver_version": {
"op": ">=",
"number": "8.0"
@@ -498,6 +498,19 @@
"blacklist": [
"accelerated_2d_canvas"
]
+ },
+ {
+ "id": 33,
+ "description": "Multisampling is buggy in Intel IvyBridge.",
+ "cr_bugs": [116370],
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
+ "blacklist": [
+ "multisampling"
+ ]
}
]
}
« 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