aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/spu/spu_tile.h
Commit message (Collapse)AuthorAgeFilesLines
* Cell: rename/move global varsBrian2008-02-011-27/+0
| | | | | Put tile-related globals into spu_global struct. Rename c/ztile fields to be more consistant.
* Cell: rename fields of the tile_t unionBrian2008-02-011-13/+5
|
* Cell: implement Z16 and Z32 testing with SIMD instructions.Brian2008-02-011-1/+2
|
* Cell: store current tile status in cur_tile_status_c/z, add TILE_STATUS_GETTINGBrian2008-02-011-2/+6
|
* Cell: prototype SIMD code for z testingBrian2008-01-301-0/+10
|
* Cell: use tile_t for color tileBrian2008-01-201-5/+7
|
* Cell: clean-up/re-org tile codeBrian2008-01-201-15/+29
| | | | Also, support 16 or 32-bit Z buffer at runtime.
* Cell: use depth/stencil state to enable ztestBrian2008-01-201-1/+11
| | | | | Move z-test code into do_depth_test(). Add ZSIZE symbol to support 2 or 4-byte Z values.
* Cell: remove fb parameter to get/put_tile()Brian2008-01-121-4/+2
|
* Cell: prefix SPU sources with spu_Brian2008-01-121-0/+69