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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2267453002: Disable KHR_blend_equation_advanced on Intel BayTrail drivers on KitKat or earlier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typos Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 096cf5328899779c9766a37cc5e89b6e32d72830..10ebeea7a62be59f06f80f6cf6dbf3aef8db8611 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.83",
+ "version": "8.84",
"entries": [
{
"id": 1,
@@ -1910,6 +1910,23 @@ LONG_STRING_CONST(
"features": [
"get_frag_data_info_bug"
]
+ },
+ {
+ "id": 178,
+ "description": "GL_KHR_blend_equation_advanced is incorrectly implemented on Intel BayTrail on KitKat",
+ "cr_bugs": [639470],
+ "os": {
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "5.0"
+ }
+ },
+ "gl_vendor": "Intel.*",
+ "gl_renderer": "Intel(R) HD Graphics for BayTrail",
+ "features": [
+ "disable_blend_equation_advanced"
+ ]
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698