mesa: replace old prog_instruction::Sampler field with Aux field
authorBrian Paul <brianp@vmware.com>
Tue, 24 Feb 2009 00:50:55 +0000 (17:50 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2009 01:48:35 +0000 (18:48 -0700)
commit8ae7e7749b708fc5a46180d3de2503ba7e2ab1f3
tree5713c749a0e3353ea2479ba60142fc7b1b3c006f
parent9b78d9f65178648b1888f98153a2f738a281cb84
mesa: replace old prog_instruction::Sampler field with Aux field

The i965 driver needs an extra instruction field for color output information.
It was using the Sampler field for this.  Use the Aux field instead.  This
will probaby be revisited at some point...
src/mesa/drivers/dri/i965/brw_wm_fp.c
src/mesa/drivers/dri/i965/brw_wm_glsl.c
src/mesa/drivers/dri/i965/brw_wm_pass0.c
src/mesa/shader/prog_instruction.h