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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1068573004: Disable framebuffer discarding on Mali-4xx and clean up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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 47f9604dec63bba21f9df6c0e75671b0e9cca7b7..d62fc51c030ad9af84db44b371c094ef8fdd6cb1 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.20",
+ "version": "7.21",
"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"
]
},
{
@@ -1187,7 +1187,7 @@ LONG_STRING_CONST(
"gl_vendor": "Qualcomm.*",
"gl_renderer": ".*420",
"features": [
- "disable_fbo_invalidations"
+ "disable_discard_framebuffer"
]
},
{
@@ -1205,6 +1205,18 @@ LONG_STRING_CONST(
"features": [
"disable_ext_occlusion_query"
]
+ },
+ {
+ "id": 105,
+ "cr_bugs": [449488,451230],
+ "description": "Framebuffer discarding causes corruption on Mali-4xx",
+ "gl_renderer": "Mali-4.*",
+ "os": {
+ "type": "android"
+ },
+ "features": [
+ "disable_discard_framebuffer"
+ ]
}
]
}
« 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