r600: disallow negative offsets for relative addressing for now
authorAndre Maasikas <amaasikas@gmail.com>
Mon, 21 Dec 2009 09:47:12 +0000 (11:47 +0200)
committerAndre Maasikas <amaasikas@gmail.com>
Mon, 21 Dec 2009 13:23:27 +0000 (15:23 +0200)
commit69728a2ae28d11e48b87e51dc3ea2fcc040c40fb
tree0239f94c2b0af664a9c86978c2ebaa9fdac8541c
parent3d3480abbc97a7fca67c0c1cd057ea0ff52cad70
r600: disallow negative offsets for relative addressing for now

otherwise for example const[ADDR-3] gets us 253 - ALU_SRC_LITERAL which
expects immediate floats to follow and hangs
src/mesa/drivers/dri/r600/r700_assembler.c