summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-22 22:26:55 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:40 +0100
commit5811ed87d732101ab8cfbd087bc99d8c6c963f30 (patch)
treed0167369e347bd22ccb6be7d668d5fd878593d5d /src/gallium/drivers/llvmpipe/Makefile
parent3f36f4b0519f7a568d6de9919de1001880ab5c8a (diff)
llvmpipe: Add a bunch of comments.
Description/rationale/to-do items, while I still remember them...
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index c6c8754dad..102227f0f8 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -7,6 +7,7 @@ C_SOURCES = \
lp_bld_alpha.c \
lp_bld_arit.c \
lp_bld_blend_aos.c \
+ lp_bld_blend_logicop.c \
lp_bld_blend_soa.c \
lp_bld_const.c \
lp_bld_conv.c \
@@ -19,7 +20,6 @@ C_SOURCES = \
lp_bld_load.c \
lp_bld_store.c \
lp_bld_logic.c \
- lp_bld_logicop.c \
lp_bld_swizzle.c \
lp_bld_tgsi_soa.c \
lp_bld_type.c \