i965: use the new prog_instruction::TexShadow field
authorBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 20:50:27 +0000 (13:50 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 20:50:27 +0000 (13:50 -0700)
commite0d907308150b4863cc4f24543e70e14207e966a
treed4e1b9772c6454be2277520668de24b206527703
parent773e9d47651149158e58916616235b26904c3665
i965: use the new prog_instruction::TexShadow field

GLSL shadow() sampler calls are properly propogated down to the driver now.
The glean glsl1 shadow() tests work (except for the alpha channel).
src/mesa/drivers/dri/i965/brw_wm.h
src/mesa/drivers/dri/i965/brw_wm_emit.c
src/mesa/drivers/dri/i965/brw_wm_fp.c
src/mesa/drivers/dri/i965/brw_wm_pass0.c
src/mesa/drivers/dri/i965/brw_wm_pass1.c