mesa: added _mesa_check_soa_dependencies() function
authorBrian Paul <brianp@vmware.com>
Wed, 29 Apr 2009 17:52:06 +0000 (11:52 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Apr 2009 17:52:06 +0000 (11:52 -0600)
commit0e85dcb66b990a63d60032816798ff693f9248e7
tree24969bbd2c3748678c56ce08b48808e95599a008
parent46ddcbc1a9e70d5dba257e6421eb69ed942dd1da
mesa: added _mesa_check_soa_dependencies() function

This function will check an instruction to see if there's data dependencies
between the dst and src registers if executed in an SOA manner.
src/mesa/shader/prog_instruction.c
src/mesa/shader/prog_instruction.h