summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-09 14:36:52 -0700
committerBrian Paul <brianp@vmware.com>2009-12-09 14:36:54 -0700
commitea35993e7479793212529b1db081c84aa71ea4cc (patch)
tree593a81eb2a7ef166f9b33dc1c65b837d51c28889 /src/gallium/drivers/llvmpipe/Makefile
parent22b07b8be4c2939b00e10f17fa91e68682808594 (diff)
llvmpipe: added new lp_bin_queue.[ch] files
The queues will be used for keeping track of full and empty bins so we can overlap setup with the rasterization threads.
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 6ff45d0f05..4cc4c88ffd 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -7,6 +7,7 @@ CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
C_SOURCES = \
lp_bin.c \
+ lp_bin_queue.c \
lp_bld_alpha.c \
lp_bld_arit.c \
lp_bld_blend_aos.c \