mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Apr 17 13:44:21 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_private.h          |    8 -
 src/gallium/auxiliary/draw/draw_pt.c               |    6 +-
 src/gallium/auxiliary/draw/draw_pt.h               |   33 +++
 src/gallium/auxiliary/draw/draw_pt_emit.c          |  208 ++++++++++++++++++++
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |  161 +++-------------
 6 files changed, 273 insertions(+), 144 deletions(-)
 create mode 100644 src/gallium/auxiliary/draw/draw_pt_emit.c

       via  c503e55d74cf84f87f82b3dab3cb4d38b201d47a (commit)
       via  fe8af141246bdfc0e98beec0089acdb92407bcfa (commit)
      from  280bcff1fa200b790d8712946a4ffbaa47a67433 (commit)


- Commits -----------------------------------------------
commit c503e55d74cf84f87f82b3dab3cb4d38b201d47a
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 17 14:43:40 2008 +0100

    draw: move hw vertex emit to a new module

commit fe8af141246bdfc0e98beec0089acdb92407bcfa
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Apr 17 14:42:05 2008 +0100

    draw: don't always run pipeline if clipping

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




More information about the mesa-commit mailing list