diff options
author | Dave Airlie <[email protected]> | 2020-04-07 12:08:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2020-04-27 12:35:24 +1000 |
commit | 93b8d8927579baf89bb6de58f4d3c8b11b142802 (patch) | |
tree | 1386c666d0292147d1d122f18b85596f9bb3f1c9 /src/gallium | |
parent | e1c006204ff9fc32e66749b4cba9ea33b2c1af0a (diff) |
llvmpipe: bump max images to 16
This is needed to make some tests run, and helps for vulkan later.
Reviewed-by: Roland Scheidegger <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4574>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |