mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Feb 21 19:17:49 UTC 2008


 src/gallium/auxiliary/draw/draw_context.c       |    8 +--
 src/gallium/auxiliary/draw/draw_prim.c          |    2 
 src/gallium/auxiliary/draw/draw_private.h       |   13 +++--
 src/gallium/auxiliary/draw/draw_vertex_cache.c  |   60 +++++++++++++-----------
 src/gallium/auxiliary/draw/draw_vertex_shader.c |    7 +-
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c     |    6 ++
 src/gallium/drivers/softpipe/sp_fs_exec.c       |   35 ++++++++++++++
 src/gallium/drivers/softpipe/sp_fs_sse.c        |   35 --------------
 src/gallium/include/pipe/p_shader_tokens.h      |    2 
 9 files changed, 96 insertions(+), 72 deletions(-)

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

New commits:
commit 20fbcbf5801c28865c0bfab3cda45302c8474a66
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Feb 21 19:07:31 2008 +0000

    [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systems

commit 4339744c1676f925d42251bd32795bba9928cd5f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Feb 21 10:07:58 2008 +0000

    [PATCH] gallium: include p_compiler.h for boolean defn

commit 30479ef11004c9498c4ef09048efc56227f104cc
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Feb 15 18:56:41 2008 +0000

    draw: vertex cache rework
    
    Take a baby step to straightening out vertex paths.

commit 1eaf7b775ba0dacff8a3debd7c0f260970e5a61d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Feb 15 18:54:00 2008 +0000

    tgsi: print debug messages on failure to codegenerate




More information about the mesa-commit mailing list