From 93b8d8927579baf89bb6de58f4d3c8b11b142802 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 7 Apr 2020 12:08:20 +1000 Subject: [PATCH] llvmpipe: bump max images to 16 This is needed to make some tests run, and helps for vulkan later. Reviewed-by: Roland Scheidegger Part-of: --- src/gallium/auxiliary/gallivm/lp_bld_limits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_limits.h b/src/gallium/auxiliary/gallivm/lp_bld_limits.h index 014f5e84ca7..9d0a5ca92d1 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_limits.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_limits.h @@ -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 -- 2.30.2