projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3807c
)
gallivm: add some basic SSBO limits. (v2)
author
Dave Airlie
<airlied@redhat.com>
Wed, 26 Jun 2019 05:41:33 +0000
(15:41 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 7 Jul 2019 06:23:44 +0000
(16:23 +1000)
v2: update ssbo size
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 7b66b758729e31f7191b632e9a5aed9917f284f2..be72641bb2bc1504336ffa3e88a15b970220532f 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_limits.h
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_limits.h
@@
-55,6
+55,10
@@
#define LP_MAX_TGSI_CONST_BUFFER_SIZE (LP_MAX_TGSI_CONSTS * sizeof(float[4]))
+#define LP_MAX_TGSI_SHADER_BUFFERS 16
+
+#define LP_MAX_TGSI_SHADER_BUFFER_SIZE (1 << 27)
+
/*
* For quick access we cache registers in statically
* allocated arrays. Here we define the maximum size