From ea35993e7479793212529b1db081c84aa71ea4cc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 9 Dec 2009 14:36:52 -0700 Subject: 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. --- src/gallium/drivers/llvmpipe/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/llvmpipe/Makefile') 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 \ -- cgit v1.2.3