Files
mesa/src
Ilia Mirkin 04ecad97ff nvc0/ir: avoid generating illegal instructions for compute constbuf loads
For user-supplied constbufs, fileIndex is 0. In that case, when we
subtract 1, we'll end up loading from constbuf offset -16. This is
illegal, and there are asserts to avoid it. Normally we'd just DCE it,
but no point in generating the instructions if they're not going to be
used.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2016-05-26 21:23:49 -04:00
..
2016-05-23 12:09:11 +01:00
2016-05-25 12:23:12 -06:00
2016-05-25 12:23:12 -06:00
2016-05-26 16:24:25 -07:00
2016-01-26 16:08:33 +00:00