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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1093733002: Disable BGRA support on linux. 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/feature_info.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 d62fc51c030ad9af84db44b371c094ef8fdd6cb1..97df499c4f43439a39a8ab85581730be4324fd49 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.21",
+ "version": "7.22",
"entries": [
{
"id": 1,
@@ -1218,6 +1218,18 @@ LONG_STRING_CONST(
"disable_discard_framebuffer"
]
}
+ {
+ "id": 106,
+ "cr_bugs": [401470],
+ "description": "Certain OpenGL-ES drivers support GL_BGRA_EXT partially",
+ "os": {
+ "type": "linux"
+ },
+ "gl_vendor": "Qualcomm.*",
+ "features": [
+ "support_bgra_color_read_format"
+ ]
+ }
]
}
« no previous file with comments | « gpu/command_buffer/service/feature_info.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