From 4770d3f0bad8162ecf5170ce3aeb9012ce8a5bbd Mon Sep 17 00:00:00 2001 From: Yusuf Khan Date: Sun, 30 Oct 2022 16:38:15 -0500 Subject: [PATCH] r600: enable memory objects Support was there but the cap was not enabled Signed-off-by: Yusuf Khan Acked-by: Gert Wollny Part-of: --- 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 13b8b29c7e4..4240098f43f 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -295,6 +295,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param) case PIPE_CAP_VS_WINDOW_SPACE_POSITION: case PIPE_CAP_VS_LAYER_VIEWPORT: case PIPE_CAP_SAMPLE_SHADING: + case PIPE_CAP_MEMOBJ: case PIPE_CAP_CLIP_HALFZ: case PIPE_CAP_POLYGON_OFFSET_CLAMP: case PIPE_CAP_CONDITIONAL_RENDER_INVERTED: