src/mesa/pipe/cell/common.h | 2 ++ src/mesa/pipe/cell/ppu/cell_batch.c | 17 ++++++++++++++--- src/mesa/pipe/cell/spu/spu_main.c | 23 +++++++++++++++++++++-- src/mesa/pipe/cell/spu/spu_tile.c | 4 +++- src/mesa/pipe/cell/spu/spu_tri.c | 4 ++++ 5 files changed, 44 insertions(+), 6 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f20cb1d81b120c8de9b00e2fb523e2367b25e875 Author: Brian <[EMAIL PROTECTED]> Date: Mon Jan 14 16:39:26 2008 -0700 Cell: after sending a batch, wait for a DMA completion signal. This fixes sporadic rendering glitches. Using a mailbox msg for now, until spe_mfcio_tag_status_read() or similar is found to work. commit c28b112ce37022aa6e00ac4557ad6fe5a57ae578 Author: Brian <[EMAIL PROTECTED]> Date: Mon Jan 14 16:37:13 2008 -0700 clamp colors during float->int conversion _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
