Hi, The first three patches of this series move the code around such that tgsi_opcode_infer_src_type() and tgsi_opcode_infer_dst_type() both call a helper function. The idea is that most opcodes should expect the same data type for their src and dst operands so most code can be shared. No functional change is made by these patches.
The last patch fixes the type for TGSI_OPCODE_NOT, which is what I really need for ilo. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev