src/mesa/pipe/cell/ppu/cell_state_blend.c |    7 +
 src/mesa/pipe/cell/spu/spu_colorpack.h    |   25 +++++
 src/mesa/pipe/cell/spu/spu_main.c         |   14 +++
 src/mesa/pipe/cell/spu/spu_main.h         |    6 +
 src/mesa/pipe/cell/spu/spu_render.c       |   10 ++
 src/mesa/pipe/cell/spu/spu_texture.c      |  137 +++++++++++++++++++++++-------
 src/mesa/pipe/cell/spu/spu_texture.h      |    6 +
 src/mesa/pipe/cell/spu/spu_tri.c          |   59 +++++++-----
 8 files changed, 208 insertions(+), 56 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 8f924e4df06a5d45dda338e7a0a87308e48df57e
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 13:23:07 2008 -0700

    Cell: choose bilinear vs. nearest filtering according to sampler state

commit ca1d2fc5f6fb138025f6848591e3494e4b881930
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 13:16:10 2008 -0700

    Cell: improved bilinear filtering
    
    avoid calling get_tex_tile() if all texels are in same tile

commit 0a45f7594870cb7296100fb5f5d5dc82888a467d
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 12:50:42 2008 -0700

    Cell: implement basic bilinear texture sampler

commit 9a5074217fd3be8feff2be597bb124a2a3637d0a
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 12:50:16 2008 -0700

    Cell: added spu_unpack_color(), spu_pack_R8G8B8A8()

commit 703a8691553386242bf3d6662c314fc35b617194
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 11:02:47 2008 -0700

    Cell: SIMD-ize more of texture sampling

commit 18105195a86b8294b578462febf47692832e8705
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 09:54:21 2008 -0700

    Cell: checkpoint: start to SIMD-ize texture sampling

commit e967a5c746f340a76b27181b4ead1035101cece3
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 08:53:18 2008 -0700

    Cell: move tile clear code to flush_spans()

commit 6023311c7ce336f727d7aa6d5266e88a55b88d36
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 08:46:44 2008 -0700

    Cell: clamp txmax, tymax in tile_bounding_box()
    
    Also, added some debug printfs

commit 69cc19751dd0122116cab03d808d5a1f5d0ade84
Author: Brian <[EMAIL PROTECTED]>
Date:   Mon Feb 4 08:45:33 2008 -0700

    Cell: insert some draw_flush() calls

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to