mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 18 17:41:59 UTC 2007


 src/mesa/pipe/draw/draw_vertex_shader.c  |   29 ++++++++-----
 src/mesa/pipe/p_state.h                  |    2 
 src/mesa/pipe/softpipe/sp_quad_stipple.c |    7 +--
 src/mesa/pipe/tgsi/exec/tgsi_sse2.c      |    4 -
 src/mesa/pipe/tgsi/exec/tgsi_sse2.h      |    4 -
 src/mesa/sources                         |    1 
 src/mesa/state_tracker/st_cb_rasterpos.c |   19 +++++++-
 src/mesa/state_tracker/st_debug.c        |   66 +++++++++++++++++++++++++++++++
 src/mesa/state_tracker/st_debug.h        |   36 ++++++++++++++++
 9 files changed, 146 insertions(+), 22 deletions(-)

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

New commits:
commit 447c93dd1b3bb31fe19fa81b32d1c3c62ab65c54
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 11:09:12 2007 -0600

    Change type of shader->executable field from void * to generic function pointer.
    
    Fix warnings in draw_create_vertex_shader()

commit b21f4ac15fc190b474e1686d50a6992caed9c388
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 11:05:03 2007 -0600

    added const qualifiers

commit 2ae9f53c9d56ca1898d30cbd359c1fd31027ae6c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 11:03:39 2007 -0600

    better debug code, silence some warnings

commit 54c5262eaff45bea8fa01305fa423341998fdc4e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 10:55:26 2007 -0600

    print vertex input mapping

commit 5bd119f9438b680f5e42458ef0b250662af36235
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 10:42:47 2007 -0600

    handle fogcoord/raster distance

commit 66586762f1d2a3a310cf83e177d3c659a93486c8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 10:16:40 2007 -0600

    added st_debug.c

commit 958c92e0c74f8cd4b303e7a7485a1c8b8cfde2cb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 10:16:28 2007 -0600

    debug functions

commit 376fb1c23efd437109da88cd2e53fca9d1c77bf2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 10:09:01 2007 -0600

    fix logic error in stipple_quad() (point/line fragments were getting dropped)




More information about the mesa-commit mailing list