i965: Delete gen7_upload_sampler_state_table and vtable mechanism.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 26 Jul 2014 18:48:50 +0000 (11:48 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 2 Aug 2014 12:14:42 +0000 (05:14 -0700)
commit6afe21da6236f74acfb4daa6fbc4d6d1de700790
tree17228f1ac4d578e4eae920d1c8d8b236d033c062
parentc2f231e18104e3300d9fab86600e7e0f6c77d1fb
i965: Delete gen7_upload_sampler_state_table and vtable mechanism.

brw_upload_sampler_state_table now handles all generations, so we don't
need the vtable mechanism either.

There's still a lot of code duplication; the next patches will address
that.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_sampler_state.c
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/gen7_sampler_state.c