mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 6 01:00:10 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_lock.c        |   10 
 src/mesa/drivers/dri/intel_winsys/intel_swapbuffers.c |    4 
 src/mesa/main/extensions.c                            |    2 
 src/mesa/pipe/i915simple/i915_context.c               |   20 +
 src/mesa/pipe/p_defines.h                             |   17 +
 src/mesa/pipe/softpipe/sp_context.c                   |   20 +
 src/mesa/sources                                      |    1 
 src/mesa/state_tracker/st_context.c                   |    8 
 src/mesa/state_tracker/st_extensions.c                |  186 ++++++++++++++++++
 src/mesa/state_tracker/st_extensions.h                |   38 +++
 10 files changed, 296 insertions(+), 10 deletions(-)

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

New commits:
commit c6499a741c99394e81d1d86ffd066f3d9749875c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Nov 5 18:04:30 2007 -0700

    Determine GL extensions/limits by making pipe queries.
    
    The state tracker calls pipe->get_param() to determine the GL limits and
    which OpenGL extensions are supported.
    This is an initial implementation that'll probably change...

commit 01e716553001d57462e75aa7d76d05df92da8e87
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Nov 5 17:15:12 2007 -0700

    clean ups

commit d31d93f4776fd19738a607eda337f9d3e88c5c93
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Nov 5 17:10:12 2007 -0700

    change includes, minor simplification in intelDisplaySurface()




More information about the mesa-commit mailing list