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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1135943002: Pull in various gpu/command_buffer fixes from chromium (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/config/BUILD.gn ('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 dfebf2b6e230ec1e8668c21460dc62d11646a187..41293403e4d30387781ef4a8eb0e22651a857082 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": "7.17",
+ "version": "7.18",
"entries": [
{
"id": 1,
@@ -502,7 +502,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
"gl_vendor": "ARM.*",
"features": [
- "disable_ext_discard_framebuffer"
+ "disable_discard_framebuffer"
]
},
{
@@ -515,7 +515,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"gl_vendor": "Imagination.*",
"gl_renderer": "PowerVR SGX 540",
"features": [
- "disable_ext_discard_framebuffer"
+ "disable_discard_framebuffer"
]
},
{
@@ -527,7 +527,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
"gl_extensions": ".*GL_VIV_shader_binary.*",
"features": [
- "disable_ext_discard_framebuffer"
+ "disable_discard_framebuffer"
]
},
{
@@ -538,7 +538,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"type": "chromeos"
},
"features": [
- "disable_ext_discard_framebuffer"
+ "disable_discard_framebuffer"
]
},
{
@@ -1176,6 +1176,19 @@ LONG_STRING_CONST(
"features": [
"unbind_attachments_on_bound_render_fbo_delete"
]
+ },
+ {
+ "id": 103,
+ "description": "Adreno 420 driver drops draw calls after FBO invalidation",
+ "cr_bugs": [443060],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "Qualcomm.*",
+ "gl_renderer": ".*420",
+ "features": [
+ "disable_discard_framebuffer"
+ ]
}
]
}
« no previous file with comments | « gpu/config/BUILD.gn ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698