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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 1034933002: Remove Qualcomm MSAA from blacklist for versions >= Lollipop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: JSON formatting, version fixes Created 5 years, 9 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 | « no previous file | no next file » | 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..f600fcd81921232b607aa8aa3cbca2d064071858 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,
@@ -601,9 +601,13 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
},
{
"id": 52,
- "description": "ES3 MSAA is broken on Qualcomm",
+ "description": "ES3 MSAA is broken on Qualcomm driver prior to Lollipop",
"os": {
- "type": "android"
+ "type": "android",
+ "version": {
+ "op": "<",
+ "value": "5.0.0"
+ }
},
"gl_vendor": "Qualcomm.*",
"features": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698