mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Wed Apr 2 11:28:58 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/auxiliary/draw/draw_pt.c            |    3 +-
 src/gallium/auxiliary/draw/draw_pt.h            |    6 ++--
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c |   34 +++++++++++++----------
 src/gallium/auxiliary/draw/draw_pt_vcache.c     |   17 ++++++-----
 4 files changed, 32 insertions(+), 28 deletions(-)

       via  add46fbc8cc04d3bce303815541a7bc5d0b33953 (commit)
       via  ae3c91e98ce3355bca22738440f8ba313b3b8b23 (commit)
      from  8e33194837dd206d920889851d9cf22190100c99 (commit)


- Commits -----------------------------------------------
commit add46fbc8cc04d3bce303815541a7bc5d0b33953
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Apr 2 12:05:55 2008 +0100

    draw: add missing break statement

commit ae3c91e98ce3355bca22738440f8ba313b3b8b23
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Apr 2 11:55:03 2008 +0100

    draw: Set the backend prim in the pt 'prepare' operation
    
    Leaving it until 'run' is bad as the primitive is pretty much state
    for some drivers and so needs to get set early.  In some drivers
    this is used to determine things like vertex format, etc -- by the
    time we get to 'run', it's too late to change this.

---------------------------------




More information about the mesa-commit mailing list