From 0a7824862eb753878fa79b153b2a111884ff1197 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 15 Sep 2010 17:04:26 -0600 Subject: gallivm: expand AoS sampling to cover all filtering modes ...and all texture targets (1D/2D/3D/CUBE). --- src/gallium/auxiliary/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/Makefile') diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 5388f4ecd5..2a69294e15 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -168,6 +168,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_printf.c \ gallivm/lp_bld_quad.c \ gallivm/lp_bld_sample.c \ + gallivm/lp_bld_sample_aos.c \ gallivm/lp_bld_sample_soa.c \ gallivm/lp_bld_struct.c \ gallivm/lp_bld_swizzle.c \ -- cgit v1.2.3