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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1154953004: gpu: Add disable_blend_equation_advanced workaround for Adreno 4xx. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « gpu/command_buffer/service/feature_info_unittest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 84199d36e7207b710edd584d4fba0b4eaea8dd4b..31638710520d6f2afc97c57ed5f689b0616be137 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1386,6 +1386,19 @@ LONG_STRING_CONST(
"features": [
"disable_multisampled_render_to_texture"
]
+ },
+ {
+ "id": 117,
+ "description": "GL_KHR_blend_equation_advanced breaks blending on Adreno 4xx",
+ "cr_bugs": [488485],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*4\\d\\d",
+ "features": [
+ "disable_blend_equation_advanced"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/feature_info_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