summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/lima/lima_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/lima/lima_format.h')
-rw-r--r--src/gallium/drivers/lima/lima_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_format.h b/src/gallium/drivers/lima/lima_format.h
index 856f8ba5acb..fb472641d6e 100644
--- a/src/gallium/drivers/lima/lima_format.h
+++ b/src/gallium/drivers/lima/lima_format.h
@@ -35,6 +35,7 @@ int lima_format_get_pixel(enum pipe_format f);
int lima_format_get_texel_reload(enum pipe_format f);
bool lima_format_get_texel_swap_rb(enum pipe_format f);
bool lima_format_get_pixel_swap_rb(enum pipe_format f);
+const uint8_t *lima_format_get_texel_swizzle(enum pipe_format f);
uint32_t lima_format_get_channel_layout(enum pipe_format f);
#endif