tgsi: Make interpreter aware of float and integer data types.
authorMichal Krol <michal@vmware.com>
Sat, 2 Jan 2010 21:07:33 +0000 (22:07 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 5 Jan 2010 08:28:29 +0000 (09:28 +0100)
commit97f9a147db010ad373b4a85e7769f060ca12ab50
tree781271ab7e433aa45683b1c609646c13167df492
parentc34f6faf35c16ff81a1c4420290be4ed7f542121
tgsi: Make interpreter aware of float and integer data types.

Debug check for inf and nan only on float channels.

Apply absolute and negate source operand modifiers based on
opcode type.
src/gallium/auxiliary/tgsi/tgsi_exec.c