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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1736093002: Add a workaround for copyTexImage2D as it is sometimes broken on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict workaround to Nvidia GPUs. Created 4 years, 10 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.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index b15ece32fd621c068e99b1468ddcf9ec7175d950..0f7a7e87241eaa914eae6a736d5060cae6f76416 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1751,6 +1751,18 @@ LONG_STRING_CONST(
"features": [
"disable_d3d11"
]
+ },
+ {
+ "id": 147,
+ "cr_bugs": [581777],
+ "description": "copyTexImage2D fails when reading from IOSurface on NVIDIA GPUs.",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x10de",
+ "features": [
+ "use_intermediary_for_copy_texture_image"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698