mesa: Changes to 'gallium-vertex-linear'

Keith Whitwell keithw at kemper.freedesktop.org
Mon May 12 18:40:58 UTC 2008


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

Summary of changes:
 src/gallium/auxiliary/draw/Makefile                |    2 +
 src/gallium/auxiliary/draw/draw_private.h          |    2 +-
 src/gallium/auxiliary/draw/draw_pt.c               |   34 +-
 src/gallium/auxiliary/draw/draw_pt.h               |    9 +-
 .../auxiliary/draw/draw_pt_fetch_shade_emit.c      |   39 +--
 ..._pt_fetch_shade_emit.c => draw_pt_middle_fse.c} |  473 ++++++++++----------
 .../draw/{draw_pt_elts.c => draw_pt_util.c}        |  107 +++--
 src/gallium/auxiliary/draw/draw_pt_varray.c        |   45 --
 src/gallium/auxiliary/draw/draw_pt_varray_tmp.h    |    2 +-
 .../auxiliary/draw/draw_pt_varray_tmp_linear.h     |    9 +-
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |   15 +-
 11 files changed, 332 insertions(+), 405 deletions(-)
 copy src/gallium/auxiliary/draw/{draw_pt_fetch_shade_emit.c => draw_pt_middle_fse.c} (62%)
 copy src/gallium/auxiliary/draw/{draw_pt_elts.c => draw_pt_util.c} (52%)

       via  bbda45ec769120324f44febf00c6bb170f594f23 (commit)
      from  44463b2997826cd14def00abf724a7a65a4fc7cb (commit)


- Commits -----------------------------------------------
commit bbda45ec769120324f44febf00c6bb170f594f23
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon May 12 19:40:20 2008 +0100

    draw: turn fse path into a middle end
    
    Also add some util functions in pt_util.c

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




More information about the mesa-commit mailing list