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

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: apply < 10.6 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 5992e85860c822a912a4b2c7e370ea087fe7c1db..6900917eb9ab9c7da6cee369c65f2d3fcb0e28b5 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.24",
+ "version": "8.25",
"entries": [
{
"id": 1,
@@ -1527,6 +1527,22 @@ LONG_STRING_CONST(
"features": [
"force_cube_complete"
]
+ },
+ {
+ "id": 131,
+ "description": "Linux Mesa drivers crash on glTexSubImage2D() to texture storage bound to FBO",
+ "cr_bugs": [521904],
+ "os": {
+ "type": "linux"
+ },
+ "driver_vendor": "Mesa",
+ "driver_version": {
+ "op": "<",
+ "value": "10.6"
+ },
+ "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