tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)
authorBrian Paul <brianp@vmware.com>
Wed, 29 Apr 2009 17:56:57 +0000 (11:56 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Apr 2009 17:56:57 +0000 (11:56 -0600)
commit8fa6c1ac9299402c1faf75b264cf70b1b83d1eff
tree88db58a594d5391902b14946829ebebbecfb397a
parent0e85dcb66b990a63d60032816798ff693f9248e7
tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)

The TGSI interpeter operates in SOA style.  We need to check for data
dependencies in instructions which read from and write to the same register.
For now just adding some debug code to detect that condition.  Actual fixes
to follow.
src/gallium/auxiliary/tgsi/tgsi_exec.c