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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2242453002: Avoid planar YUV resources when one component EGL images are not supported (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cc_unittests 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 0d59af8796169565232115039faa5bc314d10a0d..d8ccb367d57a690379041a677c157dbe1ab1bae6 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.89",
+ "version": "8.90",
"entries": [
{
"id": 1,
@@ -1968,6 +1968,19 @@ LONG_STRING_CONST(
"features": [
"reset_base_mipmap_level_before_texstorage"
]
+ },
+ {
+ "id": 182,
+ "cr_bugs": [579060],
+ "description": "PowerVR drivers do not support 1 component EGL images",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Imagination.*",
+ "gl_renderer": "PowerVR .*",
+ "features": [
+ "avoid_one_component_egl_images"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698