mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Tue Apr 15 13:36:01 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:
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |  158 ++++--
 src/gallium/auxiliary/translate/Makefile           |   12 +
 src/gallium/auxiliary/translate/SConscript         |    9 +
 src/gallium/auxiliary/translate/translate.h        |   82 +++
 .../auxiliary/translate/translate_generic.c        |  630 ++++++++++++++++++++
 5 files changed, 835 insertions(+), 56 deletions(-)
 create mode 100644 src/gallium/auxiliary/translate/Makefile
 create mode 100644 src/gallium/auxiliary/translate/SConscript
 create mode 100644 src/gallium/auxiliary/translate/translate.h
 create mode 100644 src/gallium/auxiliary/translate/translate_generic.c

       via  c81bbab6f6c0413996799800cac6fb49a698e765 (commit)
       via  6a26a9c58cc38ff636ee88ce01fed40eea500fc0 (commit)
      from  a68f664124592829a3b715388e6cfa43f82900c8 (commit)


- Commits -----------------------------------------------
commit c81bbab6f6c0413996799800cac6fb49a698e765
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 15 14:35:29 2008 +0100

    gallium: add a generic vertex (or other) buffer translation module

commit 6a26a9c58cc38ff636ee88ce01fed40eea500fc0
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 15 14:28:41 2008 +0100

    draw: fetch_shade_pipeline needs to translate to hw vertex format (from get_vertex_info)

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




More information about the mesa-commit mailing list