mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Sat Aug 11 13:01:35 UTC 2007


 src/mesa/drivers/dri/intel_winsys/Makefile            |    3 
 src/mesa/drivers/dri/intel_winsys/intel_batchbuffer.c |   40 +
 src/mesa/drivers/dri/intel_winsys/intel_blit.c        |  227 -------
 src/mesa/drivers/dri/intel_winsys/intel_blit.h        |   62 --
 src/mesa/drivers/dri/intel_winsys/intel_buffers.c     |  203 ++++++-
 src/mesa/drivers/dri/intel_winsys/intel_buffers.h     |    6 
 src/mesa/drivers/dri/intel_winsys/intel_context.c     |  211 -------
 src/mesa/drivers/dri/intel_winsys/intel_context.h     |    2 
 src/mesa/drivers/dri/intel_winsys/intel_ioctl.c       |  134 ----
 src/mesa/drivers/dri/intel_winsys/intel_ioctl.h       |   40 -
 src/mesa/drivers/dri/intel_winsys/intel_lock.c        |  170 +++++
 src/mesa/drivers/dri/intel_winsys/intel_screen.c      |   24 
 src/mesa/drivers/dri/intel_winsys/intel_winsys_i915.c |    1 
 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |    2 
 src/mesa/pipe/i915simple/i915_debug.c                 |  512 ++++++++++++++++--
 src/mesa/pipe/i915simple/i915_debug_fp.c              |   80 +-
 16 files changed, 914 insertions(+), 803 deletions(-)

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

New commits:
commit 8c4409690d30b5fc5c048b90351c14522119fa9c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Aug 11 14:01:37 2007 +0100

    Fix some build failures.  Move intelScreenContext to intel_context.c

commit a0e48b1ff9884ed66a156bd2d11b475ff177f166
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Aug 11 14:00:19 2007 +0100

    Pull in improved debug from master

commit 2eb839ce1dc9a7737925d69d7b628fc839fa752d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat Aug 11 13:06:24 2007 +0100

    make it easier to compare debug code with non-pipe version

commit eada74dc543348e03ef4eaf557c9b84afec7824a
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:20:30 2007 +0100

    add intel_lock.c to build

commit 37863c3c426da5069c3cba977634b6d9c2aa6714
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:18:47 2007 +0100

    remove intel_ioctl.c

commit 4bc932ab292d505700e830520de7f9c9eb385086
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:16:36 2007 +0100

    move batch ioctl to intel_batchbuffer.c

commit 20995b74c9bc12a157f9ab13e70dd22ab39c8bbf
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:13:40 2007 +0100

    remove unused irq functions

commit acff996c447cf3502bf5f287d661d15b22325304
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:10:30 2007 +0100

    move locking to new file

commit ecea02fd705b8029b4ac79e638dc6af4a33bddcf
Author: keithw <keithw at keithw-laptop.(none)>
Date:   Sat Aug 11 00:09:21 2007 +0100

    remove intelGetString()




More information about the mesa-commit mailing list