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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2827573007: Reset TexImage2D base level to workaround Intel mac driver bug (Closed)
Patch Set: Add gpu unittests Created 3 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
Index: gpu/config/gpu_driver_bug_list.json
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index 0fd2dddfef02b1bab5b3eb4ef110c1348ff9a864..9e04a1ce68347fad1a7319baa70c6f0ccf820cb5 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.11",
+ "version": "10.12",
"entries": [
{
"id": 1,
@@ -2499,15 +2499,31 @@
{
"id": 230,
"description": "Disable use of Direct3D 11 on Intel Cherryview due to visual glitches.",
- "cr_bugs": [730126],
+ "cr_bugs": [ 730126 ],
"os": {
"type": "win"
},
"vendor_id": "0x8086",
- "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"],
+ "device_id": [ "0x22B0", "0x22B1", "0x22B2", "0x22B3" ],
"features": [
"disable_d3d11"
]
+ },
+ {
+ "id": 231,
+ "description": "Reset TexImage2D base level to 0 on Intel Mac 10.12.4",
+ "cr_bugs": [ 705865 ],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": ">=",
+ "value": "10.12.4"
+ }
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "reset_teximage2d_base_level"
+ ]
}
],
"comment": [

Powered by Google App Engine
This is Rietveld 408576698