From ef81779850d1343b3ae284eb9beabeaf11934d4a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 3 Jun 2010 14:16:59 +0100 Subject: gallivm: Factor out the quad derivative code into a single place. Fix ddy. For ddy it should be (bottom - top). --- 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 1abf12e95b..3b202b5bc7 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -158,6 +158,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_logic.c \ gallivm/lp_bld_pack.c \ gallivm/lp_bld_printf.c \ + gallivm/lp_bld_quad.c \ gallivm/lp_bld_sample.c \ gallivm/lp_bld_sample_soa.c \ gallivm/lp_bld_struct.c \ -- cgit v1.2.3