mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 20 17:55:00 UTC 2007


 src/mesa/pipe/draw/draw_arrays.c     |  277 -----------------------------------
 src/mesa/pipe/draw/draw_prim.c       |  273 ++++++++++++++++++++++++++++++++++
 src/mesa/pipe/draw/draw_private.h    |    2 
 src/mesa/pipe/p_compiler.h           |   10 +
 src/mesa/pipe/softpipe/sp_quad_fs.c  |   27 ---
 src/mesa/pipe/softpipe/sp_state_fs.c |    1 
 6 files changed, 285 insertions(+), 305 deletions(-)

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

New commits:
commit 3cb6fc3f9aaa94236be611bad04125c17e01ad6c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 18:53:41 2007 -0600

    Move vertex transformation/shader code into draw_prim.c to avoid need for vs_flush() function pointer.

commit 3772441c498b997947f68e98830f72649bbc8442
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 18:45:14 2007 -0600

    move ALIGN16-related macros into p_compiler.h

commit 79b8f97457a9634df28ba0def4623dbe2b142f09
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 18:44:53 2007 -0600

    include draw_context.h




More information about the mesa-commit mailing list