diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 20:31:16 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 21:17:21 -0700 |
commit | c27c3529845b535826f56c16fb0e9a258e5d5841 (patch) | |
tree | 41bfc91ca54343783f31d8aa5292650dbdc47f57 /src/mesa/pipe/cell/ppu/Makefile | |
parent | 1811965091341fb2c5c94ac0e3bb3c2ca4de161e (diff) |
Cell: rename cell_surface.[ch] cell_clear.[ch]
Diffstat (limited to 'src/mesa/pipe/cell/ppu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/ppu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/Makefile b/src/mesa/pipe/cell/ppu/Makefile index 0df07004a4..33ce582143 100644 --- a/src/mesa/pipe/cell/ppu/Makefile +++ b/src/mesa/pipe/cell/ppu/Makefile @@ -17,6 +17,7 @@ SPU_CODE_MODULE = ../spu/g3d_spu.a SOURCES = \ cell_batch.c \ + cell_clear.c \ cell_context.c \ cell_draw_arrays.c \ cell_flush.c \ @@ -30,7 +31,6 @@ SOURCES = \ cell_state_surface.c \ cell_state_vertex.c \ cell_spu.c \ - cell_surface.c \ cell_texture.c \ cell_vbuf.c \ cell_winsys.c |