From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage. Date: Wed, 29 Nov 2017 17:15:08 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2067051948==" 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 EA4EB6E07E for ; Wed, 29 Nov 2017 17:15:07 +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 --===============2067051948== Content-Type: multipart/alternative; boundary="15119757070.C5fcB24F4.24170"; charset="UTF-8" --15119757070.C5fcB24F4.24170 Date: Wed, 29 Nov 2017 17:15:07 +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=3D103972 Bug ID: 103972 Summary: GL_ARB_gpu_shader_int64. Compute shader. Shared storage. Product: Mesa Version: 17.3 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: kampeador@gmail.com QA Contact: dri-devel@lists.freedesktop.org Created attachment 135802 --> https://bugs.freedesktop.org/attachment.cgi?id=3D135802&action=3Dedit main.cpp and shader. Hello. I can't assign a variable with the data from shared storage. Before 17.2.5 = this bug affected all storage types, when using loops. It was fixed. Now its with shared storage only. Some algorithms are impossible to implement efficientl= y. I've created a test app to reproduce this bug. Output should be: OUTPUT: 2101479989,1917184202,4191109983,1779160146 Currently it is: 0,0,4191109983,1779160146 It was also tested with AMD proprietary driver(GL_AMD_gpu_shader_int64) on Windows 10 and worked correct. Note 1: If you remove a "shared" qualifier inside shader, you will see a correct output. Note 2: Sometimes an app freezes my OS on Shader Program execution. --=20 You are receiving this mail because: You are the assignee for the bug.= --15119757070.C5fcB24F4.24170 Date: Wed, 29 Nov 2017 17:15:07 +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 103972
Summary GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
Product Mesa
Version 17.3
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter kampeador@gmail.com
QA Contact dri-devel@lists.freedesktop.org

Created attachment 135802 [details]
main.cpp and shader.

Hello.
I can't assign a variable with the data from shared storage. Before 17.2.5 =
this
bug affected all storage types, when using loops. It was fixed. Now its with
shared storage only. Some algorithms are impossible to implement efficientl=
y.
I've created a test app to reproduce this bug.
Output should be:
OUTPUT: 2101479989,1917184202,4191109983,1779160146
Currently it is:
0,0,4191109983,1779160146

It was also tested with AMD proprietary driver(GL_AMD_gpu_shader_int64) on
Windows 10 and worked correct.
Note 1: If you remove a "shared" qualifier inside shader, you wil=
l see a
correct output.
Note 2: Sometimes an app freezes my OS on Shader Program execution.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15119757070.C5fcB24F4.24170-- --===============2067051948== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============2067051948==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage. Date: Wed, 29 Nov 2017 20:05:03 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1246778752==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 730396E0E9 for ; Wed, 29 Nov 2017 20:05:03 +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 --===============1246778752== Content-Type: multipart/alternative; boundary="15119859030.EdEF3.1719"; charset="UTF-8" --15119859030.EdEF3.1719 Date: Wed, 29 Nov 2017 20:05:03 +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=3D103972 Rodaemac changed: What |Removed |Added ---------------------------------------------------------------------------- Version|17.3 |17.2 --=20 You are receiving this mail because: You are the assignee for the bug.= --15119859030.EdEF3.1719 Date: Wed, 29 Nov 2017 20:05:03 +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 Rodaemac changed bug 10397= 2
What Removed Added
Version 17.3 17.2


You are receiving this mail because:
  • You are the assignee for the bug.
= --15119859030.EdEF3.1719-- --===============1246778752== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1246778752==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage. Date: Thu, 12 Apr 2018 05:35:16 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0810748956==" 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 9B4826E330 for ; Thu, 12 Apr 2018 05:35:16 +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 --===============0810748956== Content-Type: multipart/alternative; boundary="15235113161.40E248c.22884" Content-Transfer-Encoding: 7bit --15235113161.40E248c.22884 Date: Thu, 12 Apr 2018 05:35:16 +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=3D103972 Timothy Arceri changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t_arceri@yahoo.com.au --- Comment #1 from Timothy Arceri --- Created attachment 138773 --> https://bugs.freedesktop.org/attachment.cgi?id=3D138773&action=3Dedit Piglit test I've turn this into a piglit test. We hit and assert when using the TGSI backend and the NIR backend doesn't currently handle storing or loading sha= red 64bit values. --=20 You are receiving this mail because: You are the assignee for the bug.= --15235113161.40E248c.22884 Date: Thu, 12 Apr 2018 05:35:16 +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 10397= 2
What Removed Added
CC   t_arceri@yahoo.com.au

Commen= t # 1 on bug 10397= 2 from Timothy Arceri
Created attachment 138773 [d=
etails] [review]
Piglit test

I've turn this into a piglit test. We hit and assert when using the TGSI
backend and the NIR backend doesn't currently handle storing or loading sha=
red
64bit values.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15235113161.40E248c.22884-- --===============0810748956== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0810748956==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage. Date: Wed, 25 Sep 2019 18:01:06 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1150426901==" 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 0A0996EC63 for ; Wed, 25 Sep 2019 18:01:06 +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 --===============1150426901== Content-Type: multipart/alternative; boundary="15694344650.cDe9a20.387" Content-Transfer-Encoding: 7bit --15694344650.cDe9a20.387 Date: Wed, 25 Sep 2019 18:01:05 +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=3D103972 GitLab Migration User changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #2 from GitLab Migration User --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this = link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/128= 9. --=20 You are receiving this mail because: You are the assignee for the bug.= --15694344650.cDe9a20.387 Date: Wed, 25 Sep 2019 18:01:05 +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 GitLab Migration User changed bug 10397= 2
What Removed Added
Resolution --- MOVED
Status NEW RESOLVED

Commen= t # 2 on bug 10397= 2 from GitLab Migration User
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this =
link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1289.
        


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