mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Sat Nov 17 01:29:57 UTC 2007


 src/mesa/drivers/dri/i915/Makefile              |    2 
 src/mesa/drivers/dri/i915/intel_context.h       |   60 ---------
 src/mesa/drivers/dri/i915/intel_pixel_copy.c    |    4 
 src/mesa/drivers/dri/i915/intel_pixel_draw.c    |    6 
 src/mesa/drivers/dri/i915/intel_pixel_read.c    |    5 
 src/mesa/drivers/dri/i915/intel_tex.h           |  151 ------------------------
 src/mesa/drivers/dri/intel/intel_blit.c         |   91 ++++++++++----
 src/mesa/drivers/dri/intel/intel_blit.h         |    3 
 src/mesa/drivers/dri/intel/intel_decode.c       |  130 ++++++++++++++++++++
 src/mesa/drivers/dri/intel/intel_depthstencil.h |    1 
 src/mesa/drivers/dri/intel/intel_fbo.h          |    2 
 src/mesa/drivers/dri/intel/intel_regions.c      |   69 +++++-----
 src/mesa/drivers/dri/intel/intel_regions.h      |    8 -
 src/mesa/drivers/dri/intel/intel_screen.c       |   22 ++-
 src/mesa/drivers/dri/intel/intel_screen.h       |    6 
 src/mesa/drivers/dri/intel/intel_tex.h          |  151 ++++++++++++++++++++++++
 src/mesa/drivers/dri/intel/intel_tex_copy.c     |    3 
 src/mesa/drivers/dri/intel/intel_tex_image.c    |    4 
 src/mesa/drivers/dri/intel/intel_tex_obj.h      |   83 +++++++++++++
 19 files changed, 501 insertions(+), 300 deletions(-)

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

New commits:
commit f00a64999c197e6a96e65fd00f64224a6f22c9fa
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Nov 16 16:43:45 2007 -0800

    [intel] Add 965 support to shared intel_blit.c
    
    This requires that regions grow a marker of whether they are tiled or not,
    because fence (surface) registers are ignored by the 965 2D engine.

commit 9b461d4d029497dd6f71e60220849e1b66bb8cf5
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Nov 16 16:14:42 2007 -0800

    [i915] Pass static region names in so debugging says more than "static region".

commit 5ef6803b7a902e7faa0e77408a43eabc408ff547
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Nov 16 16:05:11 2007 -0800

    [intel] Move additional code to be shared from intel_context.h to intel/.

commit 5cdf3972ded710b8638a0090ade4e3dd408e4845
Author: Eric Anholt <eric at anholt.net>
Date:   Fri Nov 16 15:51:34 2007 -0800

    [intel] Move intel_tex.h into place, forgotten in the previous commit.

commit 8775bf475bcb3273681eec3067a5c893bbb06194
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Oct 25 15:37:13 2007 -0700

    [965] Add batchbuffer decode for several more packets.




More information about the mesa-commit mailing list