mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Sun Apr 6 13:31:42 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.h               |   10 +
 .../auxiliary/draw/draw_pt_fetch_pipeline.c        |   16 +-
 src/gallium/auxiliary/draw/draw_pt_pipeline.c      |    6 +-
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |  396 ++++++++++++--------
 4 files changed, 253 insertions(+), 175 deletions(-)

       via  5c19e47362c2d193850e98bd43a2bc2b783b0b5c (commit)
      from  a8ca54955322b34c77a7459246e5639d3f8610cd (commit)


- Commits -----------------------------------------------
commit 5c19e47362c2d193850e98bd43a2bc2b783b0b5c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun Apr 6 14:29:30 2008 +0100

    draw: fix edgeflag handling on the pt paths
    
    Encode edgeflags (and reset_stipple info) into the top two bits of the
    fetch elements.  This info could be moved elsewhere, but for now we
    can live with a 1<<30 maximum element size...
    
    Also use the primitive decomposition code from draw_prim.c verbatim, as
    it includes all this stuff and is known to work.

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




More information about the mesa-commit mailing list