mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Jun 14 17:11:56 UTC 2007


 src/mesa/pipe/softpipe/sp_context.c        |  135 +++++++++++++++++++++++++++++
 src/mesa/pipe/softpipe/sp_context.h        |   34 +++----
 src/mesa/pipe/softpipe/sp_draw.c           |   24 ++---
 src/mesa/pipe/softpipe/sp_draw.h           |    4 
 src/mesa/pipe/softpipe/sp_prim.h           |   22 ++--
 src/mesa/pipe/softpipe/sp_prim_clip.c      |   20 ++--
 src/mesa/pipe/softpipe/sp_prim_cull.c      |   10 +-
 src/mesa/pipe/softpipe/sp_prim_flatshade.c |   10 +-
 src/mesa/pipe/softpipe/sp_prim_offset.c    |   12 +-
 src/mesa/pipe/softpipe/sp_prim_setup.c     |   44 ++++-----
 src/mesa/pipe/softpipe/sp_prim_twoside.c   |   12 +-
 src/mesa/pipe/softpipe/sp_prim_unfilled.c  |   12 +-
 src/mesa/pipe/softpipe/sp_state.h          |   32 +++---
 src/mesa/pipe/softpipe/sp_state_clip.c     |   32 +++---
 src/mesa/pipe/softpipe/sp_state_derived.c  |   46 ++++-----
 src/mesa/pipe/softpipe/sp_state_fs.c       |   14 +--
 src/mesa/pipe/softpipe/sp_state_setup.c    |   80 ++++++++---------
 src/mesa/pipe/softpipe/sp_state_surface.c  |   22 ++--
 src/mesa/pipe/softpipe/sp_surface.c        |   22 ++--
 src/mesa/pipe/softpipe/sp_surface.h        |   34 +++----
 src/mesa/pipe/softpipe/sp_tile.h           |    6 -
 src/mesa/pipe/softpipe/sp_tile_fs.c        |   18 +--
 src/mesa/pipe/softpipe/sp_tile_output.c    |   16 +--
 src/mesa/state_tracker/st_public.h         |    0 
 24 files changed, 398 insertions(+), 263 deletions(-)

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

New commits:
commit 6393cda6766b707ef01e925d378239a66d143ae0
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jun 14 18:11:48 2007 +0100

    Renamed softpipe directories and files to something less confusing.
    
    softpipe/state_tracker --> state_tracker/
    softpipe/              --> pipe/
    softpipe/generic       --> pipe/softpipe/
    
    I don't think pipe is a great name, but I disliked all the others too.
    Luckily it's fairly easy to rename with git, so this can be revisited
    later.




More information about the mesa-commit mailing list