mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
gallivm: support more immediates in lp_build_tgsi_info()
Bump limit from 32 to 128. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=58545
This commit is contained in:
parent
46bad058eb
commit
1b6ba9c4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue