i965: Add support for emitting the LRP instruction.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 2 Dec 2012 05:49:43 +0000 (21:49 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 28 Feb 2013 21:18:59 +0000 (13:18 -0800)
commit015a48743dfcf138cce5752098e01a6cfd6efefe
treefa5927ff4c3509b0b5f3aa02ad23dd01892c1729
parentaf2c64063e7fb31b243d63b77e09cd19c3819d72
i965: Add support for emitting the LRP instruction.

Like MAD, this is another three-source instruction.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_disasm.c
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c