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 1301053002: gpu: introduce DISABLE_TEXTURE_STORAGE workaround for mesa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: match CommandLine pattern to other gl_tests Created 5 years, 4 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 ca8fcc1527ff996164dfc81940c7ff3493f79e47..6c34803bad03c5a9a75bd521dcb3a40c21790a56 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1481,6 +1481,22 @@ LONG_STRING_CONST(
"features": [
"disable_program_cache"
]
+ },
+ {
+ "id": 127,
+ "cr_bugs": [521904],
+ "description": "Linux Mesa drivers crash on glTexSubImage2D() to texture storage bound to FBO",
+ "os": {
+ "type": "linux"
+ },
+ "driver_vendor": "Mesa",
+ "driver_version": {
+ "op": "<=",
+ "value": "10.5.2"
+ },
+ "features": [
+ "disable_texture_storage"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698