mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 1 21:10:16 UTC 2007


 src/mesa/Makefile                             |    9 +
 src/mesa/drivers/dri/i915pipe/intel_blit.c    |   26 ++++
 src/mesa/drivers/dri/i915pipe/intel_blit.h    |    2 
 src/mesa/drivers/dri/i915pipe/intel_buffers.c |   59 +++++++++-
 src/mesa/drivers/dri/i915pipe/intel_buffers.h |    5 
 src/mesa/drivers/dri/i915pipe/intel_context.c |    3 
 src/mesa/drivers/dri/i915pipe/intel_regions.c |    5 
 src/mesa/drivers/dri/i915pipe/intel_surface.c |   10 -
 src/mesa/drivers/x11/xm_api.c                 |    2 
 src/mesa/drivers/x11/xm_dd.c                  |   26 ++++
 src/mesa/drivers/x11/xmesaP.h                 |    6 -
 src/mesa/main/buffers.c                       |   10 +
 src/mesa/main/renderbuffer.c                  |    2 
 src/mesa/pipe/p_context.h                     |    4 
 src/mesa/pipe/p_defines.h                     |    2 
 src/mesa/pipe/softpipe/sp_clear.c             |  152 +++++++++++++++++++++++---
 src/mesa/pipe/softpipe/sp_quad_depth_test.c   |    2 
 src/mesa/pipe/softpipe/sp_region.c            |   55 +++++++++
 src/mesa/pipe/softpipe/sp_surface.c           |   61 +++++-----
 19 files changed, 373 insertions(+), 68 deletions(-)

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

New commits:
commit 0c4acfe15a0555a6f3da02ab17e58cc379df11fd
Author: Brian <brian at i915.localnet.net>
Date:   Wed Aug 1 15:11:59 2007 -0600

    Re-implement intelClear() in terms of softpipe_clear().  Pretty simple/small now.
    
    Note: softpipe_clear() should really be renamed to something like
    pipe_clear_with_blits() and put into a driver-indepedent module...

commit 0eb02a1963a25f6994b730147d0613b03424c11e
Author: Brian <brian at i915.localnet.net>
Date:   Wed Aug 1 14:46:07 2007 -0600

    More work on glClear.
    
    Add a 'mask' param to region_fill() to help with clearing combined Z/stencil buffers, glColorMask, etc.

commit cddce60e7b14171f7afb204be5c131ce73ce01c5
Author: Brian <brian at i915.localnet.net>
Date:   Wed Aug 1 13:11:34 2007 -0600

    s/Z24_S8/S8_Z24/

commit 5fd46065915d3958569ebb590104b69886352157
Author: Brian <brian at i915.localnet.net>
Date:   Wed Aug 1 13:04:58 2007 -0600

    s/Z24_S8/S8_Z24/ (stencil is in the high byte)

commit fb206809ba2a131fd9034e10a00592f2d0d81fce
Author: Brian <brian at i915.localnet.net>
Date:   Wed Aug 1 12:58:38 2007 -0600

    Checkpoint: glClear changes - working, bug very rough.




More information about the mesa-commit mailing list