i965: Make BLORP use brw_emit_sampler_state().
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 27 Jul 2014 03:49:32 +0000 (20:49 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:16:41 +0000 (05:16 -0700)
commit3d1a4d1f5b26400878fa99c723759a2c54721de2
treeeb27fc1adbe52183e639a86130508886850f4928
parent6b5b78b518c2b55bffec25f794de043a408976e0
i965: Make BLORP use brw_emit_sampler_state().

This simplifies the code, removes use of the old structures, and also
allows us to combine the Gen6 and Gen7+ code.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/gen6_blorp.cpp
src/mesa/drivers/dri/i965/gen7_blorp.cpp