mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Aug 10 09:18:16 UTC 2007


 src/mesa/drivers/dri/intel_winsys/Makefile                |    1 
 src/mesa/drivers/dri/intel_winsys/intel_context.c         |   26 
 src/mesa/drivers/dri/intel_winsys/intel_pipe_i915simple.c |   17 
 src/mesa/drivers/dri/intel_winsys/intel_pipe_softpipe.c   |   14 
 src/mesa/drivers/dri/intel_winsys/intel_tex_layout.c      |  476 --------------
 src/mesa/drivers/dri/intel_winsys/intel_tex_layout.h      |   16 
 src/mesa/main/imports.c                                   |    4 
 src/mesa/pipe/i915simple/Makefile                         |    1 
 src/mesa/pipe/i915simple/i915_blit.c                      |    4 
 src/mesa/pipe/i915simple/i915_context.c                   |   49 +
 src/mesa/pipe/i915simple/i915_context.h                   |    6 
 src/mesa/pipe/i915simple/i915_debug.c                     |   83 +-
 src/mesa/pipe/i915simple/i915_debug.h                     |   45 +
 src/mesa/pipe/i915simple/i915_debug_fp.c                  |  134 ++-
 src/mesa/pipe/i915simple/i915_state_fragprog.c            |    2 
 src/mesa/pipe/i915simple/i915_winsys.h                    |    7 
 src/mesa/pipe/softpipe/sp_tex_layout.c                    |  347 ++++++++++
 src/mesa/pipe/softpipe/sp_winsys.h                        |    4 
 18 files changed, 592 insertions(+), 644 deletions(-)

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

New commits:
commit fa6815f0566339eb0879842369d3aea25dc6233f
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 10:15:23 2007 +0100

    Give softpipe a native texture layout of its own.
    
    Basically the same as the 945's for now.

commit 938c307e4526298d2703818d5fa848a31b076905
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 10:02:34 2007 +0100

    Add printf handlers, pass pci id and move texlayout code to driver.

commit c12b71ef93ed71a78473568025d2b4d8d8fd2003
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 10:01:15 2007 +0100

    Pass pci_id to i915_create()

commit cb2d95ba68affe665619cc0ec7b74fd0aaae7fc2
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 09:58:17 2007 +0100

    Add a printf method to winsys and use for all debugging.

commit af25ca6e69cef93e19bfb118111ffbaedf354f03
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 09:55:40 2007 +0100

    Add a printf method to winsys. Not currently used.




More information about the mesa-commit mailing list