mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Mon Aug 6 09:15:27 UTC 2007


 src/mesa/drivers/dri/i915pipe/intel_blit.c      |  157 ------------------
 src/mesa/drivers/dri/i915pipe/intel_fbo.c       |    1 
 src/mesa/drivers/dri/i915pipe/intel_softpipe.c  |   32 +--
 src/mesa/drivers/dri/i915pipe/intel_surface.c   |    1 
 src/mesa/drivers/dri/i915pipe/intel_tex_image.c |    6 
 src/mesa/pipe/Makefile.template                 |    1 
 src/mesa/pipe/p_context.h                       |   41 ++++
 src/mesa/pipe/p_state.h                         |   13 +
 src/mesa/pipe/softpipe/Makefile                 |    1 
 src/mesa/pipe/softpipe/sp_buffer.c              |  119 +++++++++++++
 src/mesa/pipe/softpipe/sp_buffer.h              |   40 ++++
 src/mesa/pipe/softpipe/sp_context.c             |    2 
 src/mesa/pipe/softpipe/sp_region.c              |   10 -
 src/mesa/pipe/softpipe/sp_winsys.h              |   23 +-
 src/mesa/sources                                |    1 
 src/mesa/state_tracker/st_cb_bufferobjects.c    |  206 ++++++++++++++++++++++++
 src/mesa/state_tracker/st_cb_bufferobjects.h    |   66 +++++++
 17 files changed, 520 insertions(+), 200 deletions(-)

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

New commits:
commit 95794abec4bdc5cda9f2e7d139a70c3acf372fe3
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Aug 6 10:15:30 2007 +0100

    Add pipe buffer managment functions.
    
    The state_tracker driver needs these to implement, eg. pixel buffer objects,
    vertex buffer objects.




More information about the mesa-commit mailing list