From: Eric Anholt Date: Tue, 16 Mar 2010 18:22:29 +0000 (-0700) Subject: Revert "i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV." X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba208604ea8bc069be583732a4c59a47e4a7b280;p=mesa.git Revert "i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV." This reverts commit 46450c1f3f93bf4dc96696fc7e0f0eb808d9c08a. I was wrong about null reg behavior -- it reads undefined, not 0. And they're not kidding. --- diff --git a/src/mesa/drivers/dri/i965/brw_wm_emit.c b/src/mesa/drivers/dri/i965/brw_wm_emit.c index 05e464d4b61..1869fd06d5a 100644 --- a/src/mesa/drivers/dri/i965/brw_wm_emit.c +++ b/src/mesa/drivers/dri/i965/brw_wm_emit.c @@ -545,8 +545,11 @@ void emit_sop(struct brw_compile *p, for (i = 0; i < 4; i++) { if (mask & (1<