Commit aa43cdeb authored by timvolodine's avatar timvolodine Committed by Commit bot

Revert of Remove Qualcomm MSAA from blacklist for versions >= Lollipop....

Revert of Remove Qualcomm MSAA from blacklist for versions >= Lollipop. (patchset #2 id:20001 of https://codereview.chromium.org/1034933002/)

Reason for revert:
speculative revert, this probably broke the instrumentation-hammerhead-clankium-lmp bot:
https://uberchromegw.corp.google.com/i/clank/builders/instrumentation-hammerhead-clankium-lmp

also see crbug.com/471200.

Original issue's description:
> Remove Qualcomm MSAA from blacklist for versions >= Lollipop.
>
> BUG=449116
>
> Committed: https://crrev.com/1e8ac18cbd0e503335e5062a677609c38d75f1be
> Cr-Commit-Position: refs/heads/master@{#322472}

TBR=kbr@chromium.org,senorblanco@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=449116

Review URL: https://codereview.chromium.org/1037303002

Cr-Commit-Position: refs/heads/master@{#322585}
parent cc28e0dc
...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "7.18", "version": "7.17",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -601,13 +601,9 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -601,13 +601,9 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
}, },
{ {
"id": 52, "id": 52,
"description": "ES3 MSAA is broken on Qualcomm driver prior to Lollipop", "description": "ES3 MSAA is broken on Qualcomm",
"os": { "os": {
"type": "android", "type": "android"
"version": {
"op": "<",
"value": "5.0.0"
}
}, },
"gl_vendor": "Qualcomm.*", "gl_vendor": "Qualcomm.*",
"features": [ "features": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment