Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cell: rename/move global vars | Brian | 2008-02-01 | 1 | -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 union | Brian | 2008-02-01 | 1 | -13/+5 |
| | |||||
* | Cell: implement Z16 and Z32 testing with SIMD instructions. | Brian | 2008-02-01 | 1 | -1/+2 |
| | |||||
* | Cell: store current tile status in cur_tile_status_c/z, add TILE_STATUS_GETTING | Brian | 2008-02-01 | 1 | -2/+6 |
| | |||||
* | Cell: prototype SIMD code for z testing | Brian | 2008-01-30 | 1 | -0/+10 |
| | |||||
* | Cell: use tile_t for color tile | Brian | 2008-01-20 | 1 | -5/+7 |
| | |||||
* | Cell: clean-up/re-org tile code | Brian | 2008-01-20 | 1 | -15/+29 |
| | | | | Also, support 16 or 32-bit Z buffer at runtime. | ||||
* | Cell: use depth/stencil state to enable ztest | Brian | 2008-01-20 | 1 | -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() | Brian | 2008-01-12 | 1 | -4/+2 |
| | |||||
* | Cell: prefix SPU sources with spu_ | Brian | 2008-01-12 | 1 | -0/+69 |