mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Wed Aug 1 14:57:05 UTC 2007


 src/mesa/drivers/dri/Makefile.template        |    4 
 src/mesa/drivers/dri/i915pipe/Makefile        |    4 
 src/mesa/drivers/dri/i915pipe/intel_context.c |    3 
 src/mesa/drivers/dri/i915pipe/intel_fbo.c     |    6 
 src/mesa/drivers/dri/i915pipe/intel_render.c  |  244 ---------------
 src/mesa/drivers/dri/i915pipe/intel_screen.c  |    1 
 src/mesa/drivers/dri/i915pipe/intel_span.c    |  402 --------------------------
 src/mesa/drivers/dri/i915pipe/intel_span.h    |   38 --
 src/mesa/drivers/dri/i915pipe/intel_structs.h |  132 --------
 src/mesa/drivers/dri/i915pipe/intel_surface.c |    2 
 src/mesa/pipe/Makefile                        |    4 
 src/mesa/pipe/Makefile.template               |   58 +++
 src/mesa/pipe/softpipe/Makefile               |   45 ++
 src/mesa/pipe/softpipe/sp_context.c           |    1 
 src/mesa/pipe/softpipe/sp_prim_setup.h        |    2 
 src/mesa/pipe/softpipe/sp_quad_fs.c           |    2 
 src/mesa/sources                              |   26 -
 src/mesa/vf/vf.h                              |    2 
 18 files changed, 118 insertions(+), 858 deletions(-)

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

New commits:
commit e99b673cb062a2fead92d1d7d373926d148ade71
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Aug 1 15:56:23 2007 +0100

    Build libsoftpipe.a
    
    Each pipe driver will build to a .a library, as these will optionally
    be included in the various DRI drivers (this will make more sense once
    there is at least one hardware driver...).  Not strictly necessary for
    softpipe, but want to minimize the differences between it and
    actual hw implementations.

commit 028a08f563ea9b9039986bafbfaf095fd4a72818
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jul 31 21:06:31 2007 +0100

    Remove unused file intel_render.c

commit e5df28f39a776442d8aeb9530e7cfcfe351d675f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jul 31 21:06:02 2007 +0100

    Remove unused file

commit c5802911df668fb15cbe550219a8f361fbc83b82
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Jul 31 21:05:24 2007 +0100

    Remove intel_span.[ch]




More information about the mesa-commit mailing list