mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Aug 10 15:44:02 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |    7 +
 src/mesa/pipe/i915simple/Makefile                     |    1 
 src/mesa/pipe/i915simple/i915_context.c               |   15 ---
 src/mesa/pipe/i915simple/i915_context.h               |    2 
 src/mesa/pipe/i915simple/i915_reg.h                   |    9 +
 src/mesa/pipe/i915simple/i915_strings.c               |   83 +++++++++++++++++
 src/mesa/pipe/p_context.h                             |    7 +
 src/mesa/pipe/p_winsys.h                              |    4 
 src/mesa/pipe/softpipe/sp_context.c                   |   12 ++
 src/mesa/sources                                      |    1 
 src/mesa/state_tracker/st_cb_strings.c                |   86 ++++++++++++++++++
 src/mesa/state_tracker/st_cb_strings.h                |   38 +++++++
 src/mesa/state_tracker/st_context.c                   |    2 
 src/mesa/state_tracker/st_context.h                   |    2 
 14 files changed, 258 insertions(+), 11 deletions(-)

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

New commits:
commit 39407fd85467141fceafbedf52d9e55e008eb011
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 10 16:42:26 2007 +0100

    Move string functions to state_tracker, add queries to pipe, winsys.




More information about the mesa-commit mailing list