iris: Return 1 for PIPE_COMPUTE_CAP_IMAGES_SUPPORTED

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13072>
This commit is contained in:
Jason Ekstrand
2021-09-27 18:52:56 -05:00
committed by Marge Bot
parent 5f8e043fb6
commit afb3d7a804
+1 -1
View File
@@ -559,7 +559,7 @@ iris_get_compute_param(struct pipe_screen *pscreen,
RET((uint64_t []) { 64 * 1024 });
case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
RET((uint32_t []) { 0 });
RET((uint32_t []) { 1 });
case PIPE_COMPUTE_CAP_SUBGROUP_SIZE:
RET((uint32_t []) { BRW_SUBGROUP_SIZE });