From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 14 Nov 2017 18:09:01 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1949846582==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BCC796E1C6 for ; Tue, 14 Nov 2017 18:09:01 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1949846582== Content-Type: multipart/alternative; boundary="15106829410.573a6D5.20595"; charset="UTF-8" --15106829410.573a6D5.20595 Date: Tue, 14 Nov 2017 18:09:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 Bug ID: 103743 Summary: Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: philip.rebohle@tu-dortmund.de QA Contact: dri-devel@lists.freedesktop.org Created attachment 135457 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135457&action=3Dedit Fragment shader with workaround When compiling Mesa against LLVM >=3D 5.0, Nier:Automata shows lighting art= ifacts that are caused by a misbehaving 'if' in a fragment shader. Apitrace that shows the issue (2.5G, bz2-compressed): https://mega.nz/#!JaBD0IoT!yBekRb7ZmvsSY60mo0E7N6uwaYfp_KfRDlnQWL0-QOo I attached a copy of the fragment shader that causes the problem, but also includes a workaround. The file name for MESA_SHADER_READ_PATH is FS_feba74122c9590d1522b92bbec52d662ecd99012.glsl. The offending code is located at line 135: R1.x =3D uintBitsToFloat(floatBitsToUint(R0).y >=3D 0x4u ? 0xffffffffu = : 0u); if (bool(floatBitsToUint(R1).x)) The artifacts go away when changing the original 'if' condition to the following: if (floatBitsToUint(R0).y >=3D 0x4u) This happens with both Mesa 17.2 and latest Mesa-git when compiling against LLVM 5.0 or later. This does *not* happen with LLVM 4.0.1. My GPU is an RX = 480. --=20 You are receiving this mail because: You are the assignee for the bug.= --15106829410.573a6D5.20595 Date: Tue, 14 Nov 2017 18:09:01 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 103743
Summary Nier:Automata - "if" in fragment shader incorrectly= evaluated, causes artifacts
Product Mesa
Version git
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter philip.rebohle@tu-dortmund.de
QA Contact dri-devel@lists.freedesktop.org

Created attachme=
nt 135457 [details]
Fragment shader with workaround

When compiling Mesa against LLVM >=3D 5.0, Nier:Automata shows lighting =
artifacts
that are caused by a misbehaving 'if' in a fragment shader.

Apitrace that shows the issue (2.5G, bz2-compressed):
https://mega.nz/#!JaBD0IoT!yBekRb7ZmvsSY60mo0E7N6uwaYfp_KfRDlnQWL0-=
QOo

I attached a copy of the fragment shader that causes the problem, but also
includes a workaround. The file name for MESA_SHADER_READ_PATH is
FS_feba74122c9590d1522b92bbec52d662ecd99012.glsl.

The offending code is located at line 135:

    R1.x =3D uintBitsToFloat(floatBitsToUint(R0).y >=3D 0x4u ? 0xfffffff=
fu : 0u);
    if (bool(floatBitsToUint(R1).x))

The artifacts go away when changing the original 'if' condition to the
following:

    if (floatBitsToUint(R0).y >=3D 0x4u)

This happens with both Mesa 17.2 and latest Mesa-git when compiling against
LLVM 5.0 or later. This does *not* happen with LLVM 4.0.1. My GPU is an RX =
480.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15106829410.573a6D5.20595-- --===============1949846582== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1949846582==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 14 Nov 2017 18:10:01 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1959057372==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 376FC6E1A3 for ; Tue, 14 Nov 2017 18:10:01 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1959057372== Content-Type: multipart/alternative; boundary="15106830010.378E3.20968"; charset="UTF-8" --15106830010.378E3.20968 Date: Tue, 14 Nov 2017 18:10:01 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #1 from Philip Rebohle --- Created attachment 135458 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135458&action=3Dedit Frame 2400 with artifacts --=20 You are receiving this mail because: You are the assignee for the bug.= --15106830010.378E3.20968 Date: Tue, 14 Nov 2017 18:10:01 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 10374= 3 from Philip Rebohle
Created attachment 135=
458 [details]
Frame 2400 with artifacts


You are receiving this mail because:
  • You are the assignee for the bug.
= --15106830010.378E3.20968-- --===============1959057372== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1959057372==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 14 Nov 2017 18:10:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0315031658==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D5EE46E1BB for ; Tue, 14 Nov 2017 18:10:37 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0315031658== Content-Type: multipart/alternative; boundary="15106830370.AdEccB71.21253"; charset="UTF-8" --15106830370.AdEccB71.21253 Date: Tue, 14 Nov 2017 18:10:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #2 from Philip Rebohle --- Created attachment 135459 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135459&action=3Dedit Frame 2400 without artifacts --=20 You are receiving this mail because: You are the assignee for the bug.= --15106830370.AdEccB71.21253 Date: Tue, 14 Nov 2017 18:10:37 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 2 on bug 10374= 3 from Philip Rebohle
Created attachment =
135459 [details]
Frame 2400 without artifacts


You are receiving this mail because:
  • You are the assignee for the bug.
= --15106830370.AdEccB71.21253-- --===============0315031658== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0315031658==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 14 Nov 2017 18:21:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1366824669==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A305C6E06D for ; Tue, 14 Nov 2017 18:21:38 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1366824669== Content-Type: multipart/alternative; boundary="15106836980.6bA646b4.23271"; charset="UTF-8" --15106836980.6bA646b4.23271 Date: Tue, 14 Nov 2017 18:21:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #3 from Philip Rebohle --- PS: While bug 102218 is not directly related to this one, that's another ca= se where two shaders that *should* be functionally equivalent yield different results. In the second screenshot, workarounds for both issues are applied = in order to obtain correct rendering. --=20 You are receiving this mail because: You are the assignee for the bug.= --15106836980.6bA646b4.23271 Date: Tue, 14 Nov 2017 18:21:38 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 3 on bug 10374= 3 from Philip Rebohle
PS: While bug 102218 is not directly related=
 to this one, that's another case
where two shaders that *should* be functionally equivalent yield different
results. In the second screenshot, workarounds for both issues are applied =
in
order to obtain correct rendering.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15106836980.6bA646b4.23271-- --===============1366824669== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1366824669==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Mon, 27 Nov 2017 11:02:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1171322547==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 52A58886A4 for ; Mon, 27 Nov 2017 11:02:24 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1171322547== Content-Type: multipart/alternative; boundary="15117805440.5C110.6704"; charset="UTF-8" --15117805440.5C110.6704 Date: Mon, 27 Nov 2017 11:02:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #4 from Nicolai H=C3=A4hnle --- Thanks for the very lucid bug report. I can reproduce this and am investigating. --=20 You are receiving this mail because: You are the assignee for the bug.= --15117805440.5C110.6704 Date: Mon, 27 Nov 2017 11:02:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 4 on bug 10374= 3 from Nicolai H=C3=A4hnle
Thanks for the very lucid bug report. I can reproduce this and=
 am
investigating.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15117805440.5C110.6704-- --===============1171322547== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1171322547==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Mon, 27 Nov 2017 12:04:27 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0381703953==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id CC1266E2B1 for ; Mon, 27 Nov 2017 12:04:26 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0381703953== Content-Type: multipart/alternative; boundary="15117842660.3BBeF.19538"; charset="UTF-8" --15117842660.3BBeF.19538 Date: Mon, 27 Nov 2017 12:04:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #5 from Philip Rebohle --- I found another pair of equivalent expressions that produce different resul= ts. Working as expected: if ((floatBitsToUint(R0).y >=3D 0x4u ? 0xffffffffu : 0u) =3D=3D 0xfffff= fffu) Showing artifacts: if ((floatBitsToUint(R0).y >=3D 0x4u ? 0xffffffffu : 0u) !=3D 0u) --=20 You are receiving this mail because: You are the assignee for the bug.= --15117842660.3BBeF.19538 Date: Mon, 27 Nov 2017 12:04:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 5 on bug 10374= 3 from Philip Rebohle
I found another pair of equivalent expressions that produce di=
fferent results.

Working as expected:
    if ((floatBitsToUint(R0).y >=3D 0x4u ? 0xffffffffu : 0u) =3D=3D 0xff=
ffffffu)

Showing artifacts:
    if ((floatBitsToUint(R0).y >=3D 0x4u ? 0xffffffffu : 0u) !=3D 0u)
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15117842660.3BBeF.19538-- --===============0381703953== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0381703953==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Mon, 27 Nov 2017 20:42:08 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1142515779==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A8C8D6E085 for ; Mon, 27 Nov 2017 20:42:08 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1142515779== Content-Type: multipart/alternative; boundary="15118153281.ABAd5.7463"; charset="UTF-8" --15118153281.ABAd5.7463 Date: Mon, 27 Nov 2017 20:42:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #6 from Nicolai H=C3=A4hnle --- Thanks. To give you an update, this is a super subtle control flow handling= bug in LLVM -- and the difference between the original shader and your modifica= tion at the LLVM input is merely that the sense of one branch is (correctly) inverted, leading LLVM down a subtly different path in the end. A sledge-hammer fix is quite simple, but I'm still thinking about how to ge= t a better fix which doesn't pessimize a bunch of cases. --=20 You are receiving this mail because: You are the assignee for the bug.= --15118153281.ABAd5.7463 Date: Mon, 27 Nov 2017 20:42:08 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 6 on bug 10374= 3 from Nicolai H=C3=A4hnle
Thanks. To give you an update, this is a super subtle control =
flow handling bug
in LLVM -- and the difference between the original shader and your modifica=
tion
at the LLVM input is merely that the sense of one branch is (correctly)
inverted, leading LLVM down a subtly different path in the end.

A sledge-hammer fix is quite simple, but I'm still thinking about how to ge=
t a
better fix which doesn't pessimize a bunch of cases.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118153281.ABAd5.7463-- --===============1142515779== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1142515779==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 28 Nov 2017 12:27:41 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0965842379==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 082676E5EC for ; Tue, 28 Nov 2017 12:27:41 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0965842379== Content-Type: multipart/alternative; boundary="15118720601.E3CdCc.26794"; charset="UTF-8" --15118720601.E3CdCc.26794 Date: Tue, 28 Nov 2017 12:27:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #7 from Nicolai H=C3=A4hnle --- Created attachment 135749 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135749&action=3Dedit patch for related issue --=20 You are receiving this mail because: You are the assignee for the bug.= --15118720601.E3CdCc.26794 Date: Tue, 28 Nov 2017 12:27:40 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118720601.E3CdCc.26794-- --===============0965842379== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0965842379==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 28 Nov 2017 12:28:10 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1731887617==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3EE0E6E40D for ; Tue, 28 Nov 2017 12:28:10 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1731887617== Content-Type: multipart/alternative; boundary="15118720900.B4cdfCbA.26644"; charset="UTF-8" --15118720900.B4cdfCbA.26644 Date: Tue, 28 Nov 2017 12:28:10 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #8 from Nicolai H=C3=A4hnle --- Created attachment 135750 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135750&action=3Dedit patch to fix this issue Two patches for LLVM attached that fix the issue for me. --=20 You are receiving this mail because: You are the assignee for the bug.= --15118720900.B4cdfCbA.26644 Date: Tue, 28 Nov 2017 12:28:10 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 8 on bug 10374= 3 from Nicolai H=C3=A4hnle
Created attachment 13575=
0 [details] [review]
patch to fix this issue

Two patches for LLVM attached that fix the issue for me.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118720900.B4cdfCbA.26644-- --===============1731887617== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1731887617==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 28 Nov 2017 17:31:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1354720320==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C50206E6A3 for ; Tue, 28 Nov 2017 17:31:55 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1354720320== Content-Type: multipart/alternative; boundary="15118903150.5C0d.1411"; charset="UTF-8" --15118903150.5C0d.1411 Date: Tue, 28 Nov 2017 17:31:55 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #9 from Philip Rebohle --- Thanks for looking into this. While these two patches certainly improve the situation significantly, they don't fix the issue entirely. The remaining artifacts are hardly noticable in the original apitrace, so I created another one (2.9G, bz2-compressed): https://mega.nz/#!FHxSgZjL!0MzRQhI6W6Lk0beTv9LrPxDWjNTQveDuXVq3Mz2s7-M Note that my original workaround still works with the LLVM patches applied. Tested with updated LLVM-git, revision accb337c76e. --=20 You are receiving this mail because: You are the assignee for the bug.= --15118903150.5C0d.1411 Date: Tue, 28 Nov 2017 17:31:55 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 9 on bug 10374= 3 from Philip Rebohle
Thanks for looking into this. While these two patches certainl=
y improve the
situation significantly, they don't fix the issue entirely.

The remaining artifacts are hardly noticable in the original apitrace, so I
created another one (2.9G, bz2-compressed):
https://mega.nz/#!FHxSgZjL!0MzRQhI6W6Lk0beTv9LrPxDWjNTQveDuXVq3Mz2s=
7-M

Note that my original workaround still works with the LLVM patches applied.

Tested with updated LLVM-git, revision accb337c76e.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118903150.5C0d.1411-- --===============1354720320== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1354720320==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 28 Nov 2017 17:33:01 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0148705135==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 12BE76E69E for ; Tue, 28 Nov 2017 17:33:01 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0148705135== Content-Type: multipart/alternative; boundary="15118903800.fd29.1286"; charset="UTF-8" --15118903800.fd29.1286 Date: Tue, 28 Nov 2017 17:33:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #10 from Philip Rebohle --- Created attachment 135780 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135780&action=3Dedit Frame 2320 with patched LLVM --=20 You are receiving this mail because: You are the assignee for the bug.= --15118903800.fd29.1286 Date: Tue, 28 Nov 2017 17:33:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 10 on bug 10374= 3 from Philip Rebohle
Created attachment =
135780 [details]
Frame 2320 with patched LLVM


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118903800.fd29.1286-- --===============0148705135== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0148705135==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 28 Nov 2017 17:34:18 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1977826728==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 611756E6A1 for ; Tue, 28 Nov 2017 17:34:18 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1977826728== Content-Type: multipart/alternative; boundary="15118904580.76BF35f1.1533"; charset="UTF-8" --15118904580.76BF35f1.1533 Date: Tue, 28 Nov 2017 17:34:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #11 from Philip Rebohle --- Created attachment 135781 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135781&action=3Dedit Frame 2800 with patched LLVM --=20 You are receiving this mail because: You are the assignee for the bug.= --15118904580.76BF35f1.1533 Date: Tue, 28 Nov 2017 17:34:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 11 on bug 10374= 3 from Philip Rebohle
Created attachment =
135781 [details]
Frame 2800 with patched LLVM


You are receiving this mail because:
  • You are the assignee for the bug.
= --15118904580.76BF35f1.1533-- --===============1977826728== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1977826728==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Wed, 18 Apr 2018 09:50:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1006728232==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 44A1C6E554 for ; Wed, 18 Apr 2018 09:50:00 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1006728232== Content-Type: multipart/alternative; boundary="15240450000.1538.1027" Content-Transfer-Encoding: 7bit --15240450000.1538.1027 Date: Wed, 18 Apr 2018 09:50:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #12 from Samuel Pitoiset --- Any news on this? The two LLVM patches have been pushed ~2 weeks ago. Can y= ou still reproduce the issue? Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= --15240450000.1538.1027 Date: Wed, 18 Apr 2018 09:50:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 12 on bug 10374= 3 from Samuel Pitoiset
Any news on this? The two LLVM patches have been pushed ~2 wee=
ks ago. Can you
still reproduce the issue? Thanks!


You are receiving this mail because:
  • You are the assignee for the bug.
= --15240450000.1538.1027-- --===============1006728232== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1006728232==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Sat, 28 Apr 2018 14:09:19 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1788182729==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B49976E19B for ; Sat, 28 Apr 2018 14:09:19 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1788182729== Content-Type: multipart/alternative; boundary="15249245591.1f8DAA4E6.8802" Content-Transfer-Encoding: 7bit --15249245591.1f8DAA4E6.8802 Date: Sat, 28 Apr 2018 14:09:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #13 from Fabian Maurer --- Created attachment 139196 --> https://bugs.freedesktop.org/attachment.cgi?id=3D139196&action=3Dedit Video showing minor artifacts While it's a lot better, it's not fully fixed yet. I added a video to show a few artifacts, just look at the top middle area where the lightning jumps around. Created from this apitrace: http://www.mediafire.com/file/cch4roemrd2gi1f/AutomataArtifacts.7z --=20 You are receiving this mail because: You are the assignee for the bug.= --15249245591.1f8DAA4E6.8802 Date: Sat, 28 Apr 2018 14:09:19 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 13 on bug 10374= 3 from Fabian Maurer
Created attachment=
 139196 [details]
Video showing minor artifacts

While it's a lot better, it's not fully fixed yet. I added a video to show a
few artifacts, just look at the top middle area where the lightning jumps
around.

Created from this apitrace:
http://www.mediafire.com/file/cch4roemrd2gi1f/AutomataArtifacts.7z<=
/pre>
        


You are receiving this mail because:
  • You are the assignee for the bug.
= --15249245591.1f8DAA4E6.8802-- --===============1788182729== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1788182729==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Mon, 18 Feb 2019 01:36:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1977612385==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 3870989122 for ; Mon, 18 Feb 2019 01:36:47 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1977612385== Content-Type: multipart/alternative; boundary="15504538071.c4AcD8d.16838" Content-Transfer-Encoding: 7bit --15504538071.c4AcD8d.16838 Date: Mon, 18 Feb 2019 01:36:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 --- Comment #14 from Timothy Arceri --- (In reply to Fabian Maurer from comment #13) > Created attachment 139196 [details] > Video showing minor artifacts >=20 > While it's a lot better, it's not fully fixed yet. I added a video to sho= w a > few artifacts, just look at the top middle area where the lightning jumps > around. >=20 > Created from this apitrace: > http://www.mediafire.com/file/cch4roemrd2gi1f/AutomataArtifacts.7z Those artifacts from the video seem to be gone with recent Mesa (19.1-devel) and LLVM (9.0-devel). Can you confirm if that this is indeed fixed? --=20 You are receiving this mail because: You are the assignee for the bug.= --15504538071.c4AcD8d.16838 Date: Mon, 18 Feb 2019 01:36:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 14 on bug 10374= 3 from Timothy Arceri
(In reply to Fabian Maurer from comment #13)
> Created attachment 139196 [details]
> Video showing minor artifacts
>=20
> While it's a lot better, it's not fully fixed yet. I added a video to =
show a
> few artifacts, just look at the top middle area where the lightning ju=
mps
> around.
>=20
> Created from this apitrace:
> http://www.mediafire.com/file/cch4roemrd2gi1f/AutomataArtifacts.7z=


Those artifacts from the video seem to be gone with recent Mesa (19.1-devel)
and LLVM (9.0-devel). Can you confirm if that this is indeed fixed?


You are receiving this mail because:
  • You are the assignee for the bug.
= --15504538071.c4AcD8d.16838-- --===============1977612385== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1977612385==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103743] Nier:Automata - "if" in fragment shader incorrectly evaluated, causes artifacts Date: Tue, 17 Sep 2019 02:49:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0102286000==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A81996EAD6 for ; Tue, 17 Sep 2019 02:49:50 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0102286000== Content-Type: multipart/alternative; boundary="15686885902.67dEa076.5012" Content-Transfer-Encoding: 7bit --15686885902.67dEa076.5012 Date: Tue, 17 Sep 2019 02:49:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D103743 Timothy Arceri changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --=20 You are receiving this mail because: You are the assignee for the bug.= --15686885902.67dEa076.5012 Date: Tue, 17 Sep 2019 02:49:50 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Timothy Arceri changed bug 10374= 3
What Removed Added
Resolution --- FIXED
Status NEW RESOLVED


You are receiving this mail because:
  • You are the assignee for the bug.
= --15686885902.67dEa076.5012-- --===============0102286000== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0102286000==--