summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-01-11 16:41:18 -0500
committerIlia Mirkin <[email protected]>2016-01-14 18:20:27 -0500
commit37b67db6ae34fb6586d640a7a1b6232f091dd812 (patch)
tree5c1f64182d04ddaf470ac755f2dd87b7c8d8bd56 /src/gallium/drivers/radeonsi
parent7a521ddf36b3d1f7b81604341fcda26c60809c9b (diff)
nvc0/ir: be careful about propagating very large offsets into const load
Indirect constbuf indexing works by using very large offsets. However if an indirect constbuf index load is const-propagated, it becomes a very large const offset. Take that into account when legalizing the SSA by moving the high parts of that offset into the file index. Also disallow very large (or small) indices on most other instructions. This fixes regressions in ubo_array_indexing/*-two-arrays piglit tests. Fixes: abd326e81b (nv50/ir: propagate indirect loads into instructions) Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi')
0 files changed, 0 insertions, 0 deletions