From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage.
Date: Wed, 29 Nov 2017 17:15:08 +0000 [thread overview]
Message-ID: <bug-103972-502@http.bugs.freedesktop.org/> (raw)
[-- 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
next reply other threads:[~2017-11-29 17:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 17:15 bugzilla-daemon [this message]
2017-11-29 20:05 ` [Bug 103972] GL_ARB_gpu_shader_int64. Compute shader. Shared storage bugzilla-daemon
2018-04-12 5:35 ` bugzilla-daemon
2019-09-25 18:01 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-103972-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.