Mesa (master): llvmpipe: bump max images to 16

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 27 02:54:59 UTC 2020


Module: Mesa
Branch: master
Commit: 93b8d8927579baf89bb6de58f4d3c8b11b142802
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93b8d8927579baf89bb6de58f4d3c8b11b142802

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr  7 12:08:20 2020 +1000

llvmpipe: bump max images to 16

This is needed to make some tests run, and helps for vulkan later.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4574>

---

 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



More information about the mesa-commit mailing list