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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2611933002: Adding Mali Workaround Patch for latest GPU (Closed)
Patch Set: Rebase Created 3 years, 11 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 1875024563e19be4c721e38098637dffbff1f2e2..399beb859852f8ef01dfa93a4f69091f3f9ca70a 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.27",
+ "version": "9.28",
"entries": [
{
"id": 1,
@@ -2313,6 +2313,16 @@ LONG_STRING_CONST(
"features": [
"disable_program_caching_for_transform_feedback"
]
+ },
+ {
+ "id": 213,
+ "description": "The Mali-Gxx driver does not guarantee flush ordering",
+ "cr_bugs": [678508],
+ "gl_vendor": "ARM.*",
+ "gl_renderer": "Mali-G.*",
+ "features": [
+ "use_virtualized_gl_contexts"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« 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