diff options
author | Brian Paul <[email protected]> | 2010-04-16 10:28:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 10:28:21 -0600 |
commit | d75129dd13c2aac4053340487b87127420449ee8 (patch) | |
tree | 49820604004925ff6c45bf9c08b01499f48b87ca /src/gallium/auxiliary/Makefile | |
parent | 7a05161278531db97212c704a2f0258adb7d3324 (diff) |
gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index a2d01901e11..c672f32b7b2 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -145,9 +145,6 @@ C_SOURCES = \ GALLIVM_SOURCES = \ gallivm/lp_bld_arit.c \ - gallivm/lp_bld_blend_aos.c \ - gallivm/lp_bld_blend_logicop.c \ - gallivm/lp_bld_blend_soa.c \ gallivm/lp_bld_const.c \ gallivm/lp_bld_conv.c \ gallivm/lp_bld_debug.c \ |