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

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: Compile error, nits. Created 4 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
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 032afe391cf8a0503644199ad988caabbeaa4e8c..7663fa80614a8396fa66ba77e3b15f818ce84c9c 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.49",
+ "version": "8.50",
"entries": [
{
"id": 1,
@@ -1819,6 +1819,18 @@ LONG_STRING_CONST(
"features": [
"unpack_alignment_workaround_with_unpack_buffer"
]
+ },
+ {
+ "id": 152,
+ "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