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

Author: Ilia Mirkin <[email protected]>
Date:   Sun Feb  7 11:44:19 2021 -0500

nv50: add PIPE_CAP_NIR_IMAGES_AS_DEREF to unsupported list

Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Karol Herbst <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8901>

---

 src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c 
b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
index 8b9c58797b7..9b2d53678dd 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
@@ -370,6 +370,7 @@ nv50_screen_get_param(struct pipe_screen *pscreen, enum 
pipe_cap param)
    case PIPE_CAP_NO_CLIP_ON_COPY_TEX:
    case PIPE_CAP_CLEAR_SCISSORED: /* TODO */
    case PIPE_CAP_DEVICE_PROTECTED_CONTENT:
+   case PIPE_CAP_NIR_IMAGES_AS_DEREF:
       return 0;
 
    case PIPE_CAP_VENDOR_ID:

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to