mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Sat Apr 19 15:57:35 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/SConscript              |    1 -
 src/gallium/auxiliary/draw/draw_context.c          |    8 +-
 src/gallium/auxiliary/draw/draw_pipe.c             |  125 +++++++++++++++-
 src/gallium/auxiliary/draw/draw_private.h          |   29 +++-
 src/gallium/auxiliary/draw/draw_pt.h               |    1 -
 src/gallium/auxiliary/draw/draw_pt_fetch.c         |    8 +-
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |   15 +-
 src/gallium/auxiliary/draw/draw_pt_pipeline.c      |  158 --------------------
 9 files changed, 157 insertions(+), 189 deletions(-)
 delete mode 100644 src/gallium/auxiliary/draw/draw_pt_pipeline.c

       via  e7bac4276634ea1ee81ac71f6f6869f87e689872 (commit)
       via  bee1d31641674c67676de86fbb4b35ca5bf7f33f (commit)
       via  c898eae27221bd23b11327553c215a94369eeb99 (commit)
      from  507fbe2d327efb8d608ce8e07436b97321560808 (commit)


- Commits -----------------------------------------------
commit e7bac4276634ea1ee81ac71f6f6869f87e689872
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Apr 19 16:43:15 2008 +0100

    draw: put pipeline flushing behind a new interface

commit bee1d31641674c67676de86fbb4b35ca5bf7f33f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Apr 19 16:39:24 2008 +0100

    draw: move pt_pipeline code to draw_pipe.c
    
    This is now the drawing interface to the pipeline.  No more
    calling into pipeline.first->tri(), etc.

commit c898eae27221bd23b11327553c215a94369eeb99
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Apr 19 15:35:22 2008 +0100

    draw: always emit header in draw_pt_fetch.c

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




More information about the mesa-commit mailing list