summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_state_emit.c
AgeCommit message (Collapse)Author
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-28Cell: make sure state commands aren't split across batchesBrian
2008-01-25Cell: emit framebuffer state like other stateBrian
Plus misc clean-up. Window resize sometimes works now.
2008-01-25Cell: propogate vertex info to SPUs, use it for attrib interpolationBrian
2008-01-21Cell: initial support for sampler stateBrian
2008-01-12Cell: first state object (depth/stencil/alpha) emitted to SPUsBrian