diff options
author | Brian Paul <[email protected]> | 2010-09-15 17:04:26 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-15 17:04:31 -0600 |
commit | 0a7824862eb753878fa79b153b2a111884ff1197 (patch) | |
tree | 103c33d4cadc6fe323c810c81be91616c3a0019b /src/gallium/auxiliary/Makefile | |
parent | 95254bbd2ddf0c6207a642604cc218ac9d711501 (diff) |
gallivm: expand AoS sampling to cover all filtering modes
...and all texture targets (1D/2D/3D/CUBE).
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 5388f4ecd5a..2a69294e15d 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 \ |