llvmpipe: bump max images to 16
This is needed to make some tests run, and helps for vulkan later. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4574>
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
#define LP_MAX_TGSI_SHADER_BUFFER_SIZE (1 << 27)
|
||||
|
||||
#define LP_MAX_TGSI_SHADER_IMAGES 8
|
||||
#define LP_MAX_TGSI_SHADER_IMAGES 16
|
||||
|
||||
/*
|
||||
* For quick access we cache registers in statically
|
||||
|
||||
Reference in New Issue
Block a user