diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-28 18:17:30 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-28 18:18:46 -0700 |
commit | 64935c875128d2d1254b6b39ced72b9848d477fe (patch) | |
tree | 209ca26b1381dc19d0dee6493a14a9d68526393b /src/mesa/pipe/cell/spu/Makefile | |
parent | 4bede9219be1f93844c5897216c6674b46a23a88 (diff) |
Cell: move cmd_render() into new spu_render.c file
Diffstat (limited to 'src/mesa/pipe/cell/spu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/spu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile index 011fdcefe3..d5b30e1f27 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -17,6 +17,7 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o SOURCES = \ spu_main.c \ + spu_render.c \ spu_texture.c \ spu_tile.c \ spu_tri.c |