mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Tue Jun 10 13:49:22 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:
 progs/trivial/Makefile                          |    8 ++
 progs/trivial/poly-flat-clip.c                  |    8 +-
 progs/trivial/poly-flat-unfilled-clip.c         |  144 +++++++++++++++++++++++
 progs/trivial/trifan-flat-clip.c                |  140 ++++++++++++++++++++++
 progs/trivial/trifan-flat-unfilled-clip.c       |  144 +++++++++++++++++++++++
 progs/trivial/trifan-flat.c                     |  140 ++++++++++++++++++++++
 progs/trivial/trifan-unfilled.c                 |  139 ++++++++++++++++++++++
 progs/trivial/trifan.c                          |  138 ++++++++++++++++++++++
 src/gallium/auxiliary/draw/draw_pipe_clip.c     |    2 +-
 src/gallium/auxiliary/draw/draw_pt_fetch.c      |    5 +-
 src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h |  123 +++++++++++---------
 11 files changed, 930 insertions(+), 61 deletions(-)
 create mode 100644 progs/trivial/poly-flat-unfilled-clip.c
 create mode 100644 progs/trivial/trifan-flat-clip.c
 create mode 100644 progs/trivial/trifan-flat-unfilled-clip.c
 create mode 100644 progs/trivial/trifan-flat.c
 create mode 100644 progs/trivial/trifan-unfilled.c
 create mode 100644 progs/trivial/trifan.c

       via  ad44e68706877ab06929747e7a82c718c1c27e02 (commit)
       via  14a13e3767f080a48a4ae01f803dd0bc8754f441 (commit)
       via  ac833b9aeff1957769c271dd6d390b6b28d59e4c (commit)
       via  f5801fba247d8b0b5afe01196e9c7da7437d18ff (commit)
       via  d915f40195fc20669c4720b597a3f7299508c507 (commit)
      from  d85f1e95d32777e8b5e5fa818caff4bb5afe46eb (commit)


- Commits -----------------------------------------------
commit ad44e68706877ab06929747e7a82c718c1c27e02
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jun 10 14:46:25 2008 +0100

    draw: no need to rearrange most primitives in vcache for flatshade-first
    
    The driver/pipeline will still be applying flatshade-first state to the
    triangles emitted from vcache, so there's no need to rotate the vertices
    of most primitives.  The only exception is POLYGON, as explained in the
    code.

commit 14a13e3767f080a48a4ae01f803dd0bc8754f441
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jun 10 14:45:34 2008 +0100

    draw: fix edgeflags on clipped poly emit

commit ac833b9aeff1957769c271dd6d390b6b28d59e4c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jun 10 14:23:49 2008 +0100

    trivial: add trifan tests

commit f5801fba247d8b0b5afe01196e9c7da7437d18ff
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jun 10 14:09:45 2008 +0100

    trivial: add poly-flat-clip tests

commit d915f40195fc20669c4720b597a3f7299508c507
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jun 10 12:58:13 2008 +0100

    trivial: add tristrip-flat to makefile

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




More information about the mesa-commit mailing list