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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 72173002: gpu: Support ES3 msaa and depth/stencil formats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment, rebase Created 7 years, 1 month 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/test_helper.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 f5f276d0efc583054430c85f80ee6723fbcdd994..d6894a216ae0f1c364f46314925273becd3c611b 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": "3.4",
+ "version": "3.5",
"entries": [
{
"id": 1,
@@ -186,21 +186,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 15,
- "description": "Some Android Qualcomm drivers falsely report GL_ANGLE_framebuffer_multisample",
- "cr_bugs": [165736],
- "os": {
- "type": "android"
- },
- "gl_vendor": {
- "op": "beginwith",
- "value": "Qualcomm"
- },
- "features": [
- "disable_angle_framebuffer_multisample"
- ]
- },
- {
"id": 16,
"description": "Intel drivers on Linux appear to be buggy",
"os": {
@@ -710,6 +695,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"texsubimage2d_faster_than_teximage2d"
]
+ },
+ {
+ "id": 52,
+ "description": "ES3 MSAA is broken on Qualcomm.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Qualcomm"
+ },
+ "features": [
+ "disable_framebuffer_multisample"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/test_helper.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