[Mesa-dev] [PATCH 0/4] tgsi: clean up opcode type inference

Chia-I Wu olvaffe at gmail.com
Sun May 5 09:34:30 PDT 2013


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.


More information about the mesa-dev mailing list