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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2281663002: Disable unified media pipeline (Spitzer) for Webview for PowerVR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, updated bug list version 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
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 31eb43900884b818d555478188a761bb39a32a6c..3858662bff8e4e617f03841862f241fe57070f34 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.87",
+ "version": "8.88",
"entries": [
{
"id": 1,
@@ -1943,6 +1943,19 @@ LONG_STRING_CONST(
"features": [
"rebind_transform_feedback_before_resume"
]
+ },
+ {
+ "id": 180,
+ "cr_bugs": [632461],
+ "description": "eglCreateImageKHR fails for L8 textures on PowerVR",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Imagination.*",
+ "gl_renderer": "PowerVR SGX.*",
+ "features": [
+ "avda_no_eglimage_for_luminance_tex"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698