i965: Drop a NEW_SAMPLER annotation for use of sampler_count.
authorEric Anholt <eric@anholt.net>
Mon, 28 Apr 2014 16:35:20 +0000 (09:35 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 3 May 2014 00:01:40 +0000 (17:01 -0700)
commit02a34497581b768588db334fe294a43134d6fb82
tree384ca0a7b9bd2b9da9cde4c035a85aada2d43efb
parent57ad5a31031feecdc64a81750df996740e3e9954
i965: Drop a NEW_SAMPLER annotation for use of sampler_count.

The sampler count is set up from the gl_program at draw time, not at
sampler change time.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen6_wm_state.c
src/mesa/drivers/dri/i965/gen7_wm_state.c
src/mesa/drivers/dri/i965/gen8_ps_state.c