From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94917] radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Date: Wed, 13 Apr 2016 10:38:04 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1115635415==" 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 A81B36E069 for ; Wed, 13 Apr 2016 10:38:04 +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 --===============1115635415== Content-Type: multipart/alternative; boundary="14605438840.3eCd1eab.20674"; charset="UTF-8" --14605438840.3eCd1eab.20674 Date: Wed, 13 Apr 2016 10:38:04 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94917 Bug ID: 94917 Summary: radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: jlegg@feralinteractive.com QA Contact: dri-devel@lists.freedesktop.org Created attachment 122892 --> https://bugs.freedesktop.org/attachment.cgi?id=122892&action=edit Program which test for the issue When mesa git fa46848e51a619aba5a748316fe8fe4c2e17d243 is built against LLVM 3.8.0, with a Radeon R9 270, support for the GL_ARB_shader_storage_buffer_object extension is claimed. However, GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS is 0. The minimum required by the ARB_shader_storage_buffer_object specification is 8. https://cgit.freedesktop.org/mesa/mesa/commit/?id=bfd11c599600960f966d5d217b8dc20442108ef1 makes it look as if support was only intended for LLVM 3.9 or later. -- You are receiving this mail because: You are the assignee for the bug. --14605438840.3eCd1eab.20674 Date: Wed, 13 Apr 2016 10:38:04 +0000 MIME-Version: 1.0 Content-Type: text/html
Bug ID 94917
Summary radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
Product Mesa
Version git
Hardware Other
OS All
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/radeonsi
Assignee dri-devel@lists.freedesktop.org
Reporter jlegg@feralinteractive.com
QA Contact dri-devel@lists.freedesktop.org

Created attachment 122892 [details]
Program which test for the issue

When mesa git fa46848e51a619aba5a748316fe8fe4c2e17d243 is built against LLVM
3.8.0, with a Radeon R9 270, support for the
GL_ARB_shader_storage_buffer_object extension is claimed. However,
GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS is 0. The minimum required by the
ARB_shader_storage_buffer_object specification is 8.

https://cgit.freedesktop.org/mesa/mesa/commit/?id=bfd11c599600960f966d5d217b8dc20442108ef1
makes it look as if support was only intended for LLVM 3.9 or later.


You are receiving this mail because:
  • You are the assignee for the bug.
--14605438840.3eCd1eab.20674-- --===============1115635415== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1115635415==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94917] radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Date: Wed, 13 Apr 2016 14:07:22 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1541953137==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id A9FD36E8F3 for ; Wed, 13 Apr 2016 14:07:22 +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 --===============1541953137== Content-Type: multipart/alternative; boundary="14605564421.ae828CCe0.31970"; charset="UTF-8" --14605564421.ae828CCe0.31970 Date: Wed, 13 Apr 2016 14:07:22 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94917 --- Comment #1 from Nicolai Hähnle --- Hi James, thanks for the report. Probably some confusion in how the statetracker maps Gallium cap bits to extension support, I'm going to take a look. -- You are receiving this mail because: You are the assignee for the bug. --14605564421.ae828CCe0.31970 Date: Wed, 13 Apr 2016 14:07:22 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 1 on bug 94917 from
Hi James, thanks for the report. Probably some confusion in how the
statetracker maps Gallium cap bits to extension support, I'm going to take a
look.


You are receiving this mail because:
  • You are the assignee for the bug.
--14605564421.ae828CCe0.31970-- --===============1541953137== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1541953137==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94917] radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Date: Wed, 13 Apr 2016 14:17:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1536710132==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id AB4F66E8E4 for ; Wed, 13 Apr 2016 14:17:35 +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 --===============1536710132== Content-Type: multipart/alternative; boundary="14605570550.FD1caee.1607"; charset="UTF-8" --14605570550.FD1caee.1607 Date: Wed, 13 Apr 2016 14:17:35 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94917 --- Comment #2 from Nicolai Hähnle --- https://patchwork.freedesktop.org/patch/80793/ should fix this. -- You are receiving this mail because: You are the assignee for the bug. --14605570550.FD1caee.1607 Date: Wed, 13 Apr 2016 14:17:35 +0000 MIME-Version: 1.0 Content-Type: text/html


You are receiving this mail because:
  • You are the assignee for the bug.
--14605570550.FD1caee.1607-- --===============1536710132== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1536710132==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94917] radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Date: Wed, 13 Apr 2016 15:13:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1442577478==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 5532C6E91A for ; Wed, 13 Apr 2016 15:13: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 --===============1442577478== Content-Type: multipart/alternative; boundary="14605604171.d52a.13490"; charset="UTF-8" --14605604171.d52a.13490 Date: Wed, 13 Apr 2016 15:13:37 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94917 Nicolai Hähnle changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nicolai Hähnle --- Should be fixed in Mesa master, commit 9e9a2bb44aa7b317919793f2320bd995ff373bbb -- You are receiving this mail because: You are the assignee for the bug. --14605604171.d52a.13490 Date: Wed, 13 Apr 2016 15:13:37 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 94917
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 3 on bug 94917 from
Should be fixed in Mesa master, commit 9e9a2bb44aa7b317919793f2320bd995ff373bbb


You are receiving this mail because:
  • You are the assignee for the bug.
--14605604171.d52a.13490-- --===============1442577478== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1442577478==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94917] radeonsi supports GL_ARB_shader_storage_buffer_object with 0 GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS Date: Thu, 14 Apr 2016 08:38:31 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0276399576==" 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 B4F4E6EA02 for ; Thu, 14 Apr 2016 08:38:30 +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 --===============0276399576== Content-Type: multipart/alternative; boundary="14606231100.0ABA0AE.25023"; charset="UTF-8" --14606231100.0ABA0AE.25023 Date: Thu, 14 Apr 2016 08:38:30 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94917 James Legg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #4 from James Legg --- Confirmed. Thanks for the quick fix. -- You are receiving this mail because: You are the assignee for the bug. --14606231100.0ABA0AE.25023 Date: Thu, 14 Apr 2016 08:38:30 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 94917
What Removed Added
Status RESOLVED VERIFIED

Comment # 4 on bug 94917 from
Confirmed. Thanks for the quick fix.


You are receiving this mail because:
  • You are the assignee for the bug.
--14606231100.0ABA0AE.25023-- --===============0276399576== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0276399576==--