diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 20:26:40 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 21:17:21 -0700 |
commit | 1811965091341fb2c5c94ac0e3bb3c2ca4de161e (patch) | |
tree | 2c770f39abc8469317b8720bc4e22cf7425b7500 /src/mesa/pipe/cell/ppu/Makefile | |
parent | fd9c03fc428b325103051d4543e464def71d0b53 (diff) |
Cell: Add initial texture functions
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 6a1bd5982f..0df07004a4 100644 --- a/src/mesa/pipe/cell/ppu/Makefile +++ b/src/mesa/pipe/cell/ppu/Makefile @@ -31,6 +31,7 @@ SOURCES = \ cell_state_vertex.c \ cell_spu.c \ cell_surface.c \ + cell_texture.c \ cell_vbuf.c \ cell_winsys.c |