diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 20:53:23 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 21:17:21 -0700 |
commit | 13189412d93cd7ce5863aaf21b8c91d21bd535c0 (patch) | |
tree | eab4041fdd7f6850d1c209db4000692b02d5417c /src/mesa/pipe/cell/ppu/Makefile | |
parent | a1799ecd82c5a04123d1f06ef7a2e18c6b719f96 (diff) |
Cell: Added cell_surface.[ch] files
Diffstat (limited to 'src/mesa/pipe/cell/ppu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/ppu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/ppu/Makefile b/src/mesa/pipe/cell/ppu/Makefile index 33ce582143..e7f2562da7 100644 --- a/src/mesa/pipe/cell/ppu/Makefile +++ b/src/mesa/pipe/cell/ppu/Makefile @@ -31,6 +31,7 @@ SOURCES = \ cell_state_surface.c \ cell_state_vertex.c \ cell_spu.c \ + cell_surface.c \ cell_texture.c \ cell_vbuf.c \ cell_winsys.c |