mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Wed Apr 16 11:22:29 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/draw_private.h          |   13 +-
 src/gallium/auxiliary/draw/draw_pt.c               |  182 +++++---------------
 src/gallium/auxiliary/draw/draw_pt.h               |    6 +-
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c    |    3 +-
 .../auxiliary/draw/draw_pt_fetch_pipeline.c        |    3 +-
 .../auxiliary/draw/draw_pt_fetch_shade_pipeline.c  |   18 ++-
 src/gallium/auxiliary/draw/draw_pt_vcache.c        |    5 +-
 src/gallium/auxiliary/draw/draw_vbuf.c             |    8 +-
 src/gallium/drivers/softpipe/sp_prim_vbuf.c        |   14 +-
 9 files changed, 90 insertions(+), 162 deletions(-)

       via  8b607f42d094e61432c5718b8baa0a68268ec150 (commit)
       via  909e8ce543a6c1e97d55791d2069cbdc56ea9db6 (commit)
       via  a8582efaca35d09c8ca18918a243a9284583356d (commit)
      from  fd6acabd2f62fe006b078ae7640a944c7f65903c (commit)


- Commits -----------------------------------------------
commit 8b607f42d094e61432c5718b8baa0a68268ec150
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Apr 16 12:20:39 2008 +0100

    softpipe: call setup_prepare earlier so that vertex info is correct when queried

commit 909e8ce543a6c1e97d55791d2069cbdc56ea9db6
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Apr 16 10:12:12 2008 +0100

    draw: update debug code

commit a8582efaca35d09c8ca18918a243a9284583356d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Apr 16 10:03:18 2008 +0100

    draw: make pt run pipeline when need_pipeline is true, not just when clipped

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




More information about the mesa-commit mailing list