mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Dec 11 01:15:47 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |   72 ++++++++++++------
 src/mesa/pipe/i915simple/i915_surface.c               |    3 
 src/mesa/pipe/p_format.h                              |   47 +++++++++++
 src/mesa/pipe/p_winsys.h                              |   18 ++--
 src/mesa/pipe/softpipe/sp_surface.c                   |    4 -
 src/mesa/pipe/xlib/xm_winsys.c                        |   41 ++++++++--
 src/mesa/state_tracker/st_cb_fbo.c                    |   36 +++------
 7 files changed, 155 insertions(+), 66 deletions(-)

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

New commits:
commit 12363674e5aa39b780020339038186b7715bd4b2
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Dec 11 01:14:38 2007 +0000

    Add surface storage allocation function to winsys interface.

commit 609538f57c93c6b6166777a329d80c46fef86f0b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Tue Dec 11 00:46:44 2007 +0000

    Add inline funtion to comput format size based on code in st_format.c.
    
    Including state_tracker/st_format.h from pipe drivers is not an option
    since it uses GL* types and pipe/p_util.h will clash with main/imports.h.




More information about the mesa-commit mailing list