mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 24 18:35:35 UTC 2007


 src/mesa/drivers/x11/xm_surface.c         |   25 +++++++
 src/mesa/pipe/draw/draw_vertex_shader.c   |    6 +
 src/mesa/pipe/softpipe/sp_clear.c         |   18 ++++-
 src/mesa/pipe/softpipe/sp_surface.c       |   27 +++++--
 src/mesa/pipe/softpipe/sp_tile_cache.c    |  104 +++++++++++++++++++++++-------
 src/mesa/pipe/softpipe/sp_tile_cache.h    |    7 +-
 src/mesa/pipe/tgsi/exec/tgsi_dump.c       |    1 
 src/mesa/pipe/tgsi/exec/tgsi_exec.c       |    1 
 src/mesa/state_tracker/st_cb_drawpixels.c |    2 
 9 files changed, 153 insertions(+), 38 deletions(-)

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

New commits:
commit 3a345e000350c1590367f01be5db6f0f10701283
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 12:31:29 2007 -0600

    print CAL label

commit e506514dbbaf6850f477125f89068afa967fa9b4
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 12:31:14 2007 -0600

    fix bug in RET code

commit 4eafe69a2ac27e8e92ce0fc503a5d6cc24b8f257
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 12:30:49 2007 -0600

    better debug output

commit 76a4fd098f44ae4f226d4747b9fdaf9db5d40270
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 23 18:49:19 2007 -0600

    a bit more work for optimizing clears in tile cache (not enabled yet)

commit b78e90807abc31f58492992cdfe5e01bfd53e68b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 23 17:45:55 2007 -0600

    flush pipe in draw_stencil_pixels()

commit 47f2e97019d367e544439d0604b824b7bd2643c7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 23 17:45:38 2007 -0600

    get_tile() for z16, z32, s8z24 surfaces needs to return 4 floats per pixel (for depth texture sampling)

commit af960431675ddb51c24da29ac183399401b62362
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Oct 23 17:16:38 2007 -0600

    added a pipe->flush() call in xmesa_clear()




More information about the mesa-commit mailing list