diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 15:17:50 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:30 +1100 |
commit | 21461014b2446208fefae0aabe8232c66d5b3057 (patch) | |
tree | 250ffe05d61b0dcc5921dc1dd600173810506878 /src/mesa/pipe/cell/spu/Makefile | |
parent | b4f5575add6ad4c8b0f960e10641f361dad74606 (diff) |
Cell: some basic blending code
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 91a631b699..66f16cde9b 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -19,6 +19,7 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o SOURCES = \ spu_main.c \ + spu_blend.c \ spu_render.c \ spu_texture.c \ spu_tile.c \ |