mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Aug 10 11:58:26 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_context.c         |   46 -------
 src/mesa/drivers/dri/intel_winsys/intel_pipe_i915simple.c |   14 ++
 src/mesa/drivers/dri/intel_winsys/intel_pipe_softpipe.c   |   31 +++++
 src/mesa/pipe/i915simple/i915_flush.c                     |    5 
 src/mesa/pipe/i915simple/i915_winsys.h                    |    6 +
 src/mesa/pipe/p_context.h                                 |    6 -
 src/mesa/pipe/softpipe/sp_context.c                       |    2 
 src/mesa/pipe/softpipe/sp_flush.c                         |   19 ++-
 src/mesa/pipe/softpipe/sp_flush.h                         |    2 
 src/mesa/pipe/softpipe/sp_winsys.h                        |   12 +-
 src/mesa/sources                                          |    1 
 src/mesa/state_tracker/st_cb_flush.c                      |   81 ++++++++++++++
 src/mesa/state_tracker/st_cb_flush.h                      |   38 ++++++
 src/mesa/state_tracker/st_context.c                       |    2 
 src/mesa/state_tracker/st_context.h                       |    4 
 15 files changed, 212 insertions(+), 57 deletions(-)

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

New commits:
commit 5c2c05600081f811e001a81a600778de0fcab85d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 12:57:14 2007 +0100

    Handle glFlush/glFinish through the state tracker.




More information about the mesa-commit mailing list