summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_texture.c
AgeCommit message (Collapse)Author
2008-02-06gallium: change pipe->texture_create() to operate like the CSO functionsBrian
Now, pass in a template object and return a new object.
2008-01-28Cell: add a few null texture testsBrian
2008-01-28Cell: basic texture mappingBrian
Texture images are tiled in PPU code. SPUs use a texture cache for getting texels from textures. This is very rough code, but demos/texcyl.c works.
2008-01-25Cell: updates to match pipe_buffer changesBrian
2008-01-21Cell: Add initial texture functionsBrian