tgsi: initial texturing support on sse path
[mesa.git] / src / gallium / drivers / softpipe / sp_fs_sse.c
index f9362efcb71f9657f16f58129ac98bba4631efd1..f4fa0905d7410a48e54f23a5f193e04181a7cc1f 100644 (file)
@@ -72,6 +72,7 @@ fs_sse_prepare( const struct sp_fragment_shader *base,
                struct tgsi_exec_machine *machine,
                struct tgsi_sampler **samplers )
 {
+   machine->Samplers = samplers;
 }