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

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: 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
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 7f737409bab86b26db85ca4f3052b6de453d8bd0..2d5e4c1da1641f99a6e44ea8be86a6c5435e81ba 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.3",
+ "version": "3.4",
"entries": [
{
"id": 1,
@@ -696,6 +696,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"release_image_after_use"
]
+ },
+ {
+ "id": 51,
+ "description": "ES3 MSAA is broken on Qualcomm.",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Qualcomm"
+ },
+ "features": [
+ "disable_framebuffer_multisample"
Ken Russell (switch to Gerrit) 2013/11/14 01:18:37 Is this the best name for this workaround? Can it
Sami 2013/11/14 15:48:53 Could you also add a sentence or two to the commit
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698