mesa: Changes to 'softpipe_0_1_branch'

Keith Whitwell keithw at kemper.freedesktop.org
Wed Aug 8 10:14:07 UTC 2007


 src/mesa/Makefile                                         |    4 
 src/mesa/drivers/dri/intel_winsys/Makefile                |    6 
 src/mesa/drivers/dri/intel_winsys/intel_context.c         |   43 +-
 src/mesa/drivers/dri/intel_winsys/intel_context.h         |    8 
 src/mesa/drivers/dri/intel_winsys/intel_pipe.h            |   42 ++
 src/mesa/drivers/dri/intel_winsys/intel_pipe_i915simple.c |  248 ++++++++++++++
 src/mesa/pipe/Makefile                                    |    2 
 src/mesa/pipe/i915simple/i915_buffer.c                    |    6 
 src/mesa/pipe/i915simple/i915_regions.c                   |    2 
 src/mesa/pipe/i915simple/i915_state.c                     |    5 
 src/mesa/pipe/i915simple/i915_state_emit.c                |    4 
 src/mesa/pipe/i915simple/i915_winsys.h                    |   15 
 12 files changed, 338 insertions(+), 47 deletions(-)

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

New commits:
commit ef8b68a8a84eeac238fffa98f729d4809b6e2de4
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Aug 8 11:13:36 2007 +0100

    Pull in i915simple.a

commit dbb297fac6a9637cc7ee7ab2cf40f196048ba626
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Wed Aug 8 11:10:37 2007 +0100

    Hook up i915simple. Doesn't compile.




More information about the mesa-commit mailing list