mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 20 15:45:09 UTC 2007


 src/mesa/pipe/draw/draw_arrays.c          |  384 ++++++++++++++++++++++++++++++
 src/mesa/pipe/draw/draw_context.c         |   50 ++-
 src/mesa/pipe/draw/draw_context.h         |   36 ++
 src/mesa/pipe/draw/draw_prim.c            |    7 
 src/mesa/pipe/draw/draw_prim.h            |    7 
 src/mesa/pipe/draw/draw_private.h         |   16 -
 src/mesa/pipe/draw/draw_vb.c              |   73 -----
 src/mesa/pipe/i915simple/i915_context.c   |   23 -
 src/mesa/pipe/p_context.h                 |   17 -
 src/mesa/pipe/softpipe/sp_context.c       |   36 --
 src/mesa/pipe/softpipe/sp_draw_arrays.c   |  349 ---------------------------
 src/mesa/pipe/softpipe/sp_state_derived.c |   15 -
 src/mesa/pipe/softpipe/sp_state_fs.c      |    2 
 src/mesa/pipe/softpipe/sp_state_vertex.c  |    8 
 src/mesa/sources                          |    4 
 src/mesa/state_tracker/st_cb_clear.c      |   29 +-
 src/mesa/state_tracker/st_cb_drawpixels.c |   12 
 src/mesa/state_tracker/st_draw.c          |  140 +++++-----
 src/mesa/state_tracker/st_draw.h          |   12 
 19 files changed, 591 insertions(+), 629 deletions(-)

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

New commits:
commit 9d9e838974d1b9ab35235387bdfda5d99cb19d38
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 16:43:58 2007 -0600

    remove dead code related to vf module

commit 8175eaa3b49f3b62f7ab251c4e0fbd14dd9f7e2b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 16:31:12 2007 -0600

    Checkpoint: remove more of the old draw_vb() code.

commit 51da8ee85eccf0df3721cbd863cd174382d1ddfd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 16:21:08 2007 -0600

    Start to remove the temporary draw_vb() and draw_vertices() code.
    
    new st_draw_vertices() utility used by glClear and glDrawPixels

commit 0a262998ef2813d19e9fee01d3e5808416e9cb04
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 15:11:11 2007 -0600

    Move guts of vertex array drawing into the 'draw' module.




More information about the mesa-commit mailing list