summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_tile.h
AgeCommit message (Expand)Author
2008-02-01Cell: rename/move global varsBrian
2008-02-01Cell: rename fields of the tile_t unionBrian
2008-02-01Cell: implement Z16 and Z32 testing with SIMD instructions.Brian
2008-02-01Cell: store current tile status in cur_tile_status_c/z, add TILE_STATUS_GETTINGBrian
2008-01-30Cell: prototype SIMD code for z testingBrian
2008-01-20Cell: use tile_t for color tileBrian
2008-01-20Cell: clean-up/re-org tile codeBrian
2008-01-20Cell: use depth/stencil state to enable ztestBrian
2008-01-12Cell: remove fb parameter to get/put_tile()Brian
2008-01-12Cell: prefix SPU sources with spu_Brian