summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-01 17:59:19 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:21 +0100
commit7d043162c5d9150947d9341cfa22192bd4c70fde (patch)
treec43d690f2194a55e218d0b0251d36f104337c216 /src/gallium/drivers/llvmpipe/Makefile
parentd2cf3e8dfd37d6225d5f6911fc53a07706cd07f7 (diff)
llvmpipe: Blending.
The code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 8cbc54ccb7..1b6cd5ed85 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -14,6 +14,7 @@ C_SOURCES = \
lp_bld_store.c \
lp_bld_loop.c \
lp_bld_logicop.c \
+ lp_bld_blend.c \
lp_clear.c \
lp_flush.c \
lp_query.c \