Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-13 | cell: KILP is a predicated discard, KIL is a conditional discard. | Michal Krol | |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-06-02 | cell: SWZ no longer aliases MOV. | Michal Krol | |
2008-05-31 | cell: Fix build after TGSI declaration interface changes. | Michal Krol | |
2008-03-27 | cell: fix unclosed comment | Brian | |
2008-03-13 | Replicate TXP changes in the SPU version of TGSI exec | Ian Romanick | |
Replicate changes from commit ba75e82b6ebaf88dd2e4a8f764b2d296d715bf8a in spu_exec.c | |||
2008-02-25 | cell: Trivial compiler warning clean-ups. | Ian Romanick | |
2008-02-25 | Cell: Remove unnecessary include files | Ian Romanick | |
2008-02-21 | Cell: Fix off-by-one error in spu_dcache_fetch_unaligned | Ian Romanick | |
An off-by-one error caused an extra qword to be fetched under certain alignment / size combinations. | |||
2008-02-21 | Cell: Initial pass at unified data cache | Ian Romanick | |
2008-02-19 | Cell: trivial clean-ups | Ian Romanick | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |