mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Mon Mar 10 23:32:30 UTC 2008


 src/gallium/auxiliary/draw/Makefile            |    1 
 src/gallium/auxiliary/draw/SConscript          |    1 
 src/gallium/auxiliary/draw/draw_context.c      |   12 ++++++
 src/gallium/auxiliary/draw/draw_context.h      |    5 ++
 src/gallium/auxiliary/draw/draw_private.h      |   27 ++++++++++++++
 src/gallium/auxiliary/draw/draw_pstipple.c     |    3 -
 src/gallium/auxiliary/draw/draw_vbuf.h         |    6 +++
 src/gallium/auxiliary/draw/draw_vertex_cache.c |    6 ++-
 src/gallium/auxiliary/draw/draw_vs_llvm.c      |   48 +++++++++++++++----------
 src/gallium/auxiliary/draw/draw_vs_sse.c       |   38 ++++++++++++-------
 src/mesa/vbo/vbo_exec_api.c                    |   11 ++++-
 11 files changed, 120 insertions(+), 38 deletions(-)

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

New commits:
commit 297b3be25a7f097fb9b1a79e332acddc12dcc3fe
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Mar 10 19:49:15 2008 +0000

    draw: placeholder/prototype code for a passthrough draw path

commit d08cd68d3f5456b69ad504ede2b090c0bb6474db
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Mar 10 19:44:54 2008 +0000

    mesa: fast-track glColor and similar calls when not immediate mode rendering
    
    Often these are mixed in with draw arrays calls, etc.  Try not to get
    the whole immediate rendering state machine going when we receive one
    of these on their own.

commit 7375369fb32e203023fbacf948169aad3f4c3a1d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Mar 10 19:41:51 2008 +0000

    gallium: fix compiler warning

commit 3f5b9f4ba49df57e7bbab04eab55a17a99bb5046
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Mar 10 19:41:12 2008 +0000

    gallium: use the same bypass_clipping logic on all vs paths

commit 6d5ee6d9a4a705cce80117f90ee334986f5e5e26
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Mar 10 19:37:32 2008 +0000

    gallium: enable bug workaround in draw_vertex_cache_invalidate




More information about the mesa-commit mailing list