projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e78fc9f
)
Cell: Add spu_dcache.c to Makefile.
author
Ian Romanick
<idr@us.ibm.com>
Thu, 21 Feb 2008 18:24:29 +0000
(10:24 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 21 Feb 2008 18:43:45 +0000
(10:43 -0800)
This was erroneously missing in previous commits.
src/gallium/drivers/cell/spu/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/spu/Makefile
b/src/gallium/drivers/cell/spu/Makefile
index 30ef2450ece14c6bc65cc5f8b22845d58b660fd2..c071de1900bee12629ef67a89cfc1734255f387d 100644
(file)
--- a/
src/gallium/drivers/cell/spu/Makefile
+++ b/
src/gallium/drivers/cell/spu/Makefile
@@
-18,6
+18,7
@@
PROG_SPU_EMBED_O = $(PROG)_spu-embed.o
SOURCES = \
spu_main.c \
spu_blend.c \
+ spu_dcache.c \
spu_render.c \
spu_texture.c \
spu_tile.c \