i965: Add support for OPCODE_SSG.
authorEric Anholt <eric@anholt.net>
Thu, 1 Jul 2010 00:05:11 +0000 (17:05 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Jul 2010 00:29:09 +0000 (17:29 -0700)
commite558786a3ed52222c07f916e213b63dcba1890a2
treeffc2aa617596e9f63da7d403400b7f59560a6ed7
parentd6ebe9b16b25f25ba763baf3738addc50676d5d0
i965: Add support for OPCODE_SSG.

The old compiler didn't use SSG, and instead emitted SGT/SGT/SUB.  We
can do a little better for SSG than we do for the SGT series.
src/mesa/drivers/dri/i965/brw_vs_emit.c
src/mesa/drivers/dri/i965/brw_wm.h
src/mesa/drivers/dri/i965/brw_wm_emit.c
src/mesa/drivers/dri/i965/brw_wm_glsl.c
src/mesa/drivers/dri/i965/brw_wm_pass1.c