Mesa (master): r600: Set PIPE_CAP_NIR_ATOMICS_AS_DEREF to true

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Aug 9 14:08:39 UTC 2020


Module: Mesa
Branch: master
Commit: a828f6c5139c8e6f54e6341d8a6a00dc25916cdc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a828f6c5139c8e6f54e6341d8a6a00dc25916cdc

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Tue Jul 21 13:39:11 2020 +0200

r600: Set PIPE_CAP_NIR_ATOMICS_AS_DEREF to true

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6025>

---

 src/gallium/drivers/r600/r600_pipe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 40e19cc0b73..e24bd1e4995 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -324,6 +324,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
 	case PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX:
 	case PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION:
 	case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR:
+        case PIPE_CAP_NIR_ATOMICS_AS_DEREF:
 		return 1;
 
 	case PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET:



More information about the mesa-commit mailing list