i965: Set CMP's destination type to src0's type.
authorMatt Turner <mattst88@gmail.com>
Wed, 7 Jan 2015 19:52:05 +0000 (11:52 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 Feb 2015 20:14:34 +0000 (12:14 -0800)
commit6b3a301f611c9aabc090522951eda589e8302562
treeb3107db39a2d494165401cf64a07f31830423dff
parent7e6079439246e6a18d7f9d34b6c29a662dc619c7
i965: Set CMP's destination type to src0's type.

Allows CMP instructions with float sources to be compacted and coissued.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp