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

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: Abstract out resource immutability. Created 4 years, 3 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/gles2_cmd_decoder.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 847a58bf552d93e1038eb6b05687eaa8d33322c8..29d9f6899dc7c85c1ab764d31ac6e42af0b3b620 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1902,15 +1902,15 @@ LONG_STRING_CONST(
},
{
"id": 180,
- "cr_bugs": [632461],
- "description": "eglCreateImageKHR fails for L8 textures on PowerVR",
+ "cr_bugs": [579060,632461],
+ "description": "eglCreateImageKHR fails for one component textures on PowerVR",
"os": {
"type": "android"
},
"gl_vendor": "Imagination.*",
- "gl_renderer": "PowerVR SGX.*",
+ "gl_renderer": "PowerVR .*",
"features": [
- "avda_no_eglimage_for_luminance_tex"
+ "avoid_one_component_egl_images"
]
},
{
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.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