mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Apr 25 13:21:02 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/Makefile             |    1 +
 src/gallium/auxiliary/draw/draw_pipe_aaline.c   |    2 -
 src/gallium/auxiliary/draw/draw_pipe_pstipple.c |    2 -
 src/gallium/auxiliary/draw/draw_private.h       |    1 +
 src/gallium/auxiliary/draw/draw_pt.c            |   28 ++-
 src/gallium/auxiliary/draw/draw_pt.h            |    1 +
 src/gallium/auxiliary/draw/draw_pt_varray.c     |  251 +++++++++++++++++++++++
 src/gallium/auxiliary/draw/draw_pt_varray_tmp.h |  144 +++++++++++++
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c     |    2 +-
 9 files changed, 420 insertions(+), 12 deletions(-)
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_varray.c
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_varray_tmp.h

       via  2325d1959783aaf57178a86d8a0b28f168761e13 (commit)
       via  14cfcb18204233d3d4848ea8e579465983df3d75 (commit)
       via  4e46e6f52b88ca7df40a52cf994e6fe1e4b9870e (commit)
       via  992d0b997f8f7e965e56852b81e01c290f8c13de (commit)
      from  a7ce6d399221fbb59d96d56c853de9781bbf2547 (commit)


- Commits -----------------------------------------------
commit 2325d1959783aaf57178a86d8a0b28f168761e13
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 25 14:20:02 2008 +0100

    tgsi: fix compile when HIGH_PRECISION not defined

commit 14cfcb18204233d3d4848ea8e579465983df3d75
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 25 14:10:32 2008 +0100

    draw: no need to special-case elts/get_elts for varray frontend

commit 4e46e6f52b88ca7df40a52cf994e6fe1e4b9870e
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 25 14:10:02 2008 +0100

    draw: remove unused vars

commit 992d0b997f8f7e965e56852b81e01c290f8c13de
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Apr 24 16:22:47 2008 -0400

    frontend for rendering without elts

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




More information about the mesa-commit mailing list