i965: Use the SEL instruction to implement MIN and MAX.
authorEric Anholt <eric@anholt.net>
Wed, 10 Mar 2010 23:32:05 +0000 (15:32 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 12 Mar 2010 23:12:01 +0000 (15:12 -0800)
commitba541b0769768ffa09562938d3b49690669948b8
tree853f4bdb86ffb9bec82f5f5c2880347ab643e319
parent13a13fcb8054ed2d1138f6754fc67b014cc5cd5d
i965: Use the SEL instruction to implement MIN and MAX.

Saves an instruction over doing conditional moves.
src/mesa/drivers/dri/i965/brw_wm_emit.c