mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-14 13:10:35 +02:00
panfrost: Drop todo on PIPE_COMPUTE_CAP_IMAGES_SUPPORTED
They work fine. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
parent
b919ad7d97
commit
eb82863f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ panfrost_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_t
|
|||
RET((uint32_t []) { 9999 }); // TODO
|
||||
|
||||
case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
|
||||
RET((uint32_t []) { 1 }); // TODO
|
||||
RET((uint32_t []) { 1 });
|
||||
|
||||
case PIPE_COMPUTE_CAP_SUBGROUP_SIZE:
|
||||
RET((uint32_t []) { dev->arch >= 7 ? 8 : 4 });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue