tgsi: Improve execution debugging.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 22 Feb 2013 15:34:30 +0000 (15:34 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 22 Feb 2013 16:19:58 +0000 (16:19 +0000)
commitcd01cc3b48fa093c9d31dcd2a9e4033d6d789840
treea576198f0bbc0bad3022c82f38dc97ae2494f63e
parentf8436c17e49e53cac1fb0ae66f06416fb7fd9730
tgsi: Improve execution debugging.

- zero temps/outputs instead of copying (otherwise we won't be able to see
  the temps/outputs assignments for small shaders where nothing changes
  across big areas

- also show the inputs (as it's often impossible to infer from the rest)

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c