mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 26 09:40:53 PDT 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |   14 +
 src/mesa/drivers/x11/xm_api.c                         |    7 
 src/mesa/drivers/x11/xm_surface.c                     |  123 +++++++----
 src/mesa/drivers/x11/xm_winsys.c                      |   27 ++
 src/mesa/drivers/x11/xmesaP.h                         |   13 -
 src/mesa/pipe/failover/fo_context.c                   |    2 
 src/mesa/pipe/i915simple/i915_surface.c               |  189 ++++++++++++++----
 src/mesa/pipe/p_context.h                             |    9 
 src/mesa/pipe/p_winsys.h                              |    4 
 src/mesa/pipe/softpipe/sp_surface.c                   |  107 ++++++++--
 src/mesa/pipe/softpipe/sp_surface.h                   |   15 +
 src/mesa/state_tracker/st_cb_fbo.c                    |    2 
 12 files changed, 393 insertions(+), 119 deletions(-)

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

New commits:
commit e4f6f0ec02133e9297c3f2db787dee14bf0ae6e1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Oct 26 10:45:42 2007 -0600

    surface_alloc() is now a winsys function.
    
    This allows surfaces to be allocated without a rendering context.
    A few loose ends to resolve, but in working condition.



More information about the mesa-commit mailing list