mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Tue Apr 1 13:51:46 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_flatshade.c |   55 ++++++++++--
 src/gallium/auxiliary/draw/draw_prim.c      |  102 ++++++---------------
 src/gallium/auxiliary/draw/draw_pt.c        |    6 +-
 src/gallium/auxiliary/draw/draw_pt.h        |    2 +-
 src/gallium/auxiliary/draw/draw_pt_vcache.c |  127 +++++++++++++++++++++++---
 src/gallium/auxiliary/draw/draw_validate.c  |    8 --
 src/gallium/auxiliary/draw/draw_vs_exec.c   |   12 ++--
 src/gallium/auxiliary/draw/draw_vs_llvm.c   |   12 ++--
 src/gallium/auxiliary/draw/draw_vs_sse.c    |   12 ++--
 9 files changed, 215 insertions(+), 121 deletions(-)

       via  edfa8201a50c47376b7aa0c05d7851e3e1353bde (commit)
       via  caa44763f7f7aa26ed0b0d1e5af0c410fba6bfe6 (commit)
       via  52f40dcc468039fc9cca45a4de20a5aa11228b67 (commit)
       via  4b1377b2403bcb34081f91991f1ffde06df17af1 (commit)
      from  cc85573a9f3d976b70669a53403ce7355ad84394 (commit)


- Commits -----------------------------------------------
commit edfa8201a50c47376b7aa0c05d7851e3e1353bde
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 1 14:49:56 2008 +0100

    draw: more flatshade_first changes
    
    - Reduce the number of changes to the normal vertex ordering
    - Assume that the hardware knows how to do this in the standard case.
    - Add support to the passthrough vcache path.

commit caa44763f7f7aa26ed0b0d1e5af0c410fba6bfe6
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 1 14:48:59 2008 +0100

    draw: respect flatshade_first in flatshade stage

commit 52f40dcc468039fc9cca45a4de20a5aa11228b67
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 1 14:14:46 2008 +0100

    draw: associate rhw divide with clipping not viewport flag

commit 4b1377b2403bcb34081f91991f1ffde06df17af1
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 1 14:14:06 2008 +0100

    draw: flush between pt/non-pt modes

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




More information about the mesa-commit mailing list