mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 16 17:12:24 UTC 2007


 configs/linux                          |    3 
 configs/linux-dri-debug                |    2 
 src/mesa/pipe/draw/draw_clip.c         |  110 ++++++++++++++++++---------------
 src/mesa/pipe/draw/draw_context.c      |   17 +++--
 src/mesa/pipe/draw/draw_context.h      |   15 ++--
 src/mesa/pipe/draw/draw_cull.c         |   20 +++---
 src/mesa/pipe/draw/draw_flatshade.c    |    8 +-
 src/mesa/pipe/draw/draw_offset.c       |   39 +++++------
 src/mesa/pipe/draw/draw_prim.c         |   11 +--
 src/mesa/pipe/draw/draw_private.h      |   25 +++++++
 src/mesa/pipe/draw/draw_twoside.c      |   12 +--
 src/mesa/pipe/draw/draw_unfilled.c     |    6 -
 src/mesa/pipe/draw/draw_vb.c           |   66 +++++++++++--------
 src/mesa/pipe/p_util.h                 |   12 +++
 src/mesa/pipe/softpipe/sp_context.c    |    5 +
 src/mesa/pipe/softpipe/sp_prim_setup.c |    5 +
 src/mesa/state_tracker/st_draw.c       |    2 
 17 files changed, 218 insertions(+), 140 deletions(-)

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

New commits:
commit 3fc926f3740da9ec27853d158243055f3cb43d43
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 18:11:55 2007 -0600

    Remove many dependencies on mesa headers.
    
    To build with mesa, need -DMESA in makefile/config file.




More information about the mesa-commit mailing list