mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Jun 6 17:11:32 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_emit.c      |    7 +
 src/gallium/auxiliary/draw/draw_pt_vcache_tmp.h    |    2 +
 src/gallium/auxiliary/draw/draw_vs_varient.c       |  175 ++++++++++---------
 3 files changed, 101 insertions(+), 83 deletions(-)

       via  463a47bf59398e850d5a6537da1186d855bd2919 (commit)
      from  0a84d327de8258104b98b176c0eaf0fb6712a982 (commit)


- Commits -----------------------------------------------
commit 463a47bf59398e850d5a6537da1186d855bd2919
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Jun 6 18:09:32 2008 +0100

    draw: fix intermediate buffer confusion in draw_vs_varient.c
    
    The final output buffer can't be used to hold intermediate results
    as the intermediate vertex size may be greater than the final vertex
    size, and in any case the output buffer may be uncached in hw drivers.

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




More information about the mesa-commit mailing list