r600: enable ARB_gl_spirv
authorGert Wollny <gert.wollny@collabora.com>
Wed, 28 Dec 2022 16:59:07 +0000 (17:59 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 2 Jan 2023 14:31:35 +0000 (14:31 +0000)
commit8348c9c84d7d9fcf4d499b5df92e7538955c1755
tree3088012ddc80deabeb3e8d265e57fe58d2e53b79
parent0ff00cfe97995fc5550727e7a77326676997741e
r600: enable ARB_gl_spirv

76 out of 86 piglits pass.
Some fail because SSBOs are only supported for FS and CS on r600, but
the piglits try to use SSBOs with VS, and there are piglits that try to
bind SSBO at 8, and only 0-7 is supported as binding point.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20451>
src/gallium/drivers/r600/r600_pipe.c