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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2615573002: Add disable_program_caching_for_transform_feedback workaround. (Closed)
Patch Set: Created 3 years, 12 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 56d598fc806cafb2dee92bd14992dfa4f1417ed3..cd7e1b4d4b190ea96e41087e65623e880d77aca5 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": "9.26",
+ "version": "9.27",
"entries": [
{
"id": 1,
@@ -2301,6 +2301,18 @@ LONG_STRING_CONST(
"features": [
"rewrite_float_unary_minus_operator"
]
+ },
+ {
+ "id": 212,
+ "description": "Program binaries don't contain transform feedback varyings on Qualcomm GPUs",
+ "cr_bugs": [658074],
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": "Adreno.*",
+ "features": [
+ "disable_program_caching_for_transform_feedback"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « gpu/command_buffer/service/memory_program_cache_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