i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c
authorEric Anholt <eric@anholt.net>
Tue, 11 Aug 2009 23:31:19 +0000 (16:31 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 7 Nov 2009 05:08:54 +0000 (21:08 -0800)
commit71af5080722afcbbb8a935138d95214ef7afe219
tree2fe461cfdbfe2e2e4ebee10935f422442a28d4ed
parent0f34cdf6210b748db77c5eba2993637f4af6faeb
i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c

This drops support for get_src_reg_imm in these, but the prospect of getting
brw_wm_pass*.c onto our GLSL path is well worth some temporary pain.
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