projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46bad05
)
gallivm: support more immediates in lp_build_tgsi_info()
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Jan 2013 20:46:20 +0000
(13:46 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 4 Jan 2013 22:30:45 +0000
(15:30 -0700)
Bump limit from 32 to 128.
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=58545
src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
index c62e117b89f94f6d92336a9065718f3b70d0f2cb..1c54ef95a31b8ca59c9f48259d5cb7276b2fff0a 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
@@
-47,7
+47,7
@@
struct analysis_context
struct lp_tgsi_info *info;
unsigned num_imms;
- float imm[
32
][4];
+ float imm[
128
][4];
struct lp_tgsi_channel_info temp[32][4];
};