projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdc75d
)
r600/sfn: Reduce array limit for scratch usage
author
Gert Wollny
<gert.wollny@collabora.com>
Wed, 15 Apr 2020 15:00:54 +0000
(17:00 +0200)
committer
Marge Bot
<eric+marge@anholt.net>
Tue, 21 Apr 2020 15:10:43 +0000
(15:10 +0000)
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4609>
src/gallium/drivers/r600/sfn/sfn_nir.cpp
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/sfn/sfn_nir.cpp
b/src/gallium/drivers/r600/sfn/sfn_nir.cpp
index bdecf75ae1f604a9e01917d9d31fe6b75119f442..856c386b5490a9c70216276f0d12e4d78e3b06b0 100644
(file)
--- a/
src/gallium/drivers/r600/sfn/sfn_nir.cpp
+++ b/
src/gallium/drivers/r600/sfn/sfn_nir.cpp
@@
-625,7
+625,7
@@
int r600_shader_from_nir(struct r600_context *rctx,
NIR_PASS_V(sel->nir, nir_lower_vars_to_scratch,
nir_var_function_temp,
-
10
0,
+
4
0,
r600_get_natural_size_align_bytes);
while (optimize && optimize_once(sel->nir));