projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf84b46
)
gallivm: add a basic image limit
author
Dave Airlie
<airlied@redhat.com>
Fri, 19 Jul 2019 05:52:14 +0000
(15:52 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 27 Aug 2019 02:29:39 +0000
(12:29 +1000)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_limits.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_limits.h
b/src/gallium/auxiliary/gallivm/lp_bld_limits.h
index e9c5715d5b966b453ff05d5aac5d799b3cbb381b..9be7e68badd135f1e5bff53adc65ef08f98e360d 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_limits.h
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_limits.h
@@
-59,6
+59,8
@@
#define LP_MAX_TGSI_SHADER_BUFFER_SIZE (1 << 27)
+#define LP_MAX_TGSI_SHADER_IMAGES 8
+
/*
* For quick access we cache registers in statically
* allocated arrays. Here we define the maximum size