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

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: don't disable unittests 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 1f34a4e4485980dd34195f6a671fc09f7db89764..c17c035384204cc8ed8af36ba874e649836ef465 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"
piman 2015/08/31 23:36:16 Should this be < 10.6 ? According to the mesa bug
dshwang 2015/09/01 13:50:13 correct. sorry for naive code. Done.
+ },
+ "features": [
+ "disable_texture_storage"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_storage_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698