Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-25 | Cell: propogate vertex info to SPUs, use it for attrib interpolation | Brian | |
2008-01-21 | Cell: initial support for sampler state | Brian | |
2008-01-20 | Cell: clean-up/re-org tile code | Brian | |
Also, support 16 or 32-bit Z buffer at runtime. | |||
2008-01-20 | Cell: use depth/stencil state to enable ztest | Brian | |
Move z-test code into do_depth_test(). Add ZSIZE symbol to support 2 or 4-byte Z values. | |||
2008-01-19 | Cell: improve "finished copying batch buffer" signalling. | Brian | |
When the SPU is done copying a batch buffer to local store, use an mfc_put() to write a "done" message back to the buffer status array in main memory. We were previously using a mailbox message for synchronization. | |||
2008-01-12 | Cell: remove fb parameter to get/put_tile() | Brian | |
2008-01-12 | Cell: collect vars in a spu_global struct | Brian | |
2008-01-12 | Cell: prefix SPU sources with spu_ | Brian | |