OSDN Git Service

i965/disasm: Print the type after the swizzle also for 3src src operands
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 31 Mar 2015 12:01:24 +0000 (15:01 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Apr 2015 11:53:12 +0000 (14:53 +0300)
commit50db8bd1b5942a6577ab5ee399cae460fde761d4
treea882a84c868baee7399b51c07f426f85ca67fae8
parentae17f348502c0665fcead8daf8abaef8aa152b03
i965/disasm: Print the type after the swizzle also for 3src src operands

The disassembly currently has the swizzle after the type for 3src source
operands, and the other way around for 2src. Flip the type and swizzle
around for 3src so that the output matches 2src.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
src/mesa/drivers/dri/i965/brw_disasm.c