diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-11 08:14:42 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-11 08:14:42 -0700 |
commit | 1217d5cca3503103cc40221ea8287960236e3734 (patch) | |
tree | fe5abcf95686714b0cb3fda7a02d459659c731b8 /src/mesa/pipe/cell/ppu/Makefile | |
parent | 299dffce4fafa2ed03a6e1f7ca7a5357c147477e (diff) |
Cell: Remove the pre-vbuf rendering code
Diffstat (limited to 'src/mesa/pipe/cell/ppu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/ppu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/Makefile b/src/mesa/pipe/cell/ppu/Makefile index 9bf89702d5..44f14c0211 100644 --- a/src/mesa/pipe/cell/ppu/Makefile +++ b/src/mesa/pipe/cell/ppu/Makefile @@ -19,7 +19,6 @@ SOURCES = \ cell_context.c \ cell_draw_arrays.c \ cell_flush.c \ - cell_render.c \ cell_state_blend.c \ cell_state_clip.c \ cell_state_derived.c \ |