dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
@ 2017-11-29 17:15 bugzilla-daemon
  2017-11-29 20:05 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-11-29 17:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1462 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103972

            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=135802&action=edit
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 efficiently.
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2964 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
  2017-11-29 17:15 [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage bugzilla-daemon
@ 2017-11-29 20:05 ` bugzilla-daemon
  2018-04-12  5:35 ` bugzilla-daemon
  2019-09-25 18:01 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-11-29 20:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 365 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103972

Rodaemac <kampeador@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|17.3                        |17.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1058 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
  2017-11-29 17:15 [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage bugzilla-daemon
  2017-11-29 20:05 ` bugzilla-daemon
@ 2018-04-12  5:35 ` bugzilla-daemon
  2019-09-25 18:01 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-04-12  5:35 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 740 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103972

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t_arceri@yahoo.com.au

--- Comment #1 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Created attachment 138773
  --> https://bugs.freedesktop.org/attachment.cgi?id=138773&action=edit
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 shared
64bit values.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2298 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
  2017-11-29 17:15 [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage bugzilla-daemon
  2017-11-29 20:05 ` bugzilla-daemon
  2018-04-12  5:35 ` bugzilla-daemon
@ 2019-09-25 18:01 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-09-25 18:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 842 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103972

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #2 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- 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.

[-- Attachment #1.2: Type: text/html, Size: 2466 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-25 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29 17:15 [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage bugzilla-daemon
2017-11-29 20:05 ` bugzilla-daemon
2018-04-12  5:35 ` bugzilla-daemon
2019-09-25 18:01 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).