summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-30 10:43:23 -0700
committerBrian Paul <brianp@vmware.com>2009-11-30 10:43:23 -0700
commitbfa1a766d6df39963daf54fbc63a84d9c139ec7e (patch)
treea590b4bd83d1456f186484030b5d21762144c0ba /src/gallium/drivers/llvmpipe/Makefile
parent280c8acc436690eefe5f6837a7a88f6b75a50393 (diff)
llvmpipe: update C_SOURCES
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 8f05e5a6fd..bfe34396d9 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -33,7 +33,10 @@ C_SOURCES = \
lp_flush.c \
lp_jit.c \
lp_prim_vbuf.c \
+ lp_rast.c \
+ lp_rast_tri.c \
lp_setup.c \
+ lp_setup_tri.c \
lp_query.c \
lp_screen.c \
lp_state_blend.c \
@@ -46,8 +49,6 @@ C_SOURCES = \
lp_state_vertex.c \
lp_state_vs.c \
lp_surface.c \
- lp_tex_cache.c \
- lp_tex_sample_c.c \
lp_tex_sample_llvm.c \
lp_texture.c \
lp_tile_soa.c