mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Sun Aug 19 16:32:55 UTC 2007


 src/mesa/pipe/draw/draw_context.c       |   10 --
 src/mesa/pipe/draw/draw_context.h       |    4 
 src/mesa/pipe/draw/draw_private.h       |    5 -
 src/mesa/pipe/softpipe/sp_context.c     |    4 
 src/mesa/pipe/softpipe/sp_context.h     |    5 +
 src/mesa/pipe/softpipe/sp_draw_arrays.c |  158 ++++++--------------------------
 6 files changed, 38 insertions(+), 148 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 14327705fd53e984b74f8e9adb053df03fba7aff
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Aug 19 17:31:21 2007 +0100

    Fix some draw_arrays issues.
    
    We weren't mapping all the needed vertex array buffers.
    Move array state that was temporarily in draw_context to softpipe_context.
    Remove a bunch of dead code.




More information about the mesa-commit mailing list