projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
280c8ac
)
llvmpipe: update C_SOURCES
author
Brian Paul
<brianp@vmware.com>
Mon, 30 Nov 2009 17:43:23 +0000
(10:43 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 30 Nov 2009 17:43:23 +0000
(10:43 -0700)
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index 8f05e5a6fd1e8a08a7f3c7a85c4f07ceb8976ee6..bfe34396d95c0eec3c9b1e0e7f92ef408ebfc2e1 100644
(file)
--- 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