mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Fri Sep 21 10:57:30 UTC 2007


 src/mesa/pipe/cso_cache/cso_cache.c             |    7 +++
 src/mesa/pipe/cso_cache/cso_cache.h             |   13 +++++-
 src/mesa/pipe/failover/fo_context.h             |    4 +-
 src/mesa/pipe/failover/fo_state.c               |   45 ++++++++++++++++++++----
 src/mesa/pipe/failover/fo_state_emit.c          |    3 +
 src/mesa/pipe/i915simple/i915_context.c         |    2 -
 src/mesa/pipe/i915simple/i915_context.h         |    2 -
 src/mesa/pipe/i915simple/i915_state.c           |   24 ++++++++++--
 src/mesa/pipe/i915simple/i915_state_immediate.c |    6 +--
 src/mesa/pipe/i915simple/i915_state_sampler.c   |    2 -
 src/mesa/pipe/p_context.h                       |   34 ++++++++++--------
 src/mesa/pipe/softpipe/sp_context.c             |    6 ++-
 src/mesa/pipe/softpipe/sp_context.h             |    2 -
 src/mesa/pipe/softpipe/sp_quad.c                |    2 -
 src/mesa/pipe/softpipe/sp_quad_alpha_test.c     |    4 +-
 src/mesa/pipe/softpipe/sp_state.h               |   12 ++++--
 src/mesa/pipe/softpipe/sp_state_blend.c         |   20 +++++++++-
 src/mesa/state_tracker/st_atom.c                |    1 
 src/mesa/state_tracker/st_atom.h                |    1 
 src/mesa/state_tracker/st_atom_alphatest.c      |   15 +++-----
 src/mesa/state_tracker/st_cache.c               |   20 ++++++++++
 src/mesa/state_tracker/st_cache.h               |    4 ++
 src/mesa/state_tracker/st_cb_clear.c            |    6 ++-
 src/mesa/state_tracker/st_cb_drawpixels.c       |    2 -
 src/mesa/state_tracker/st_context.h             |   10 ++---
 25 files changed, 180 insertions(+), 67 deletions(-)

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

New commits:
commit 6cb87cf26f904b891faa42268f373864fa33541d
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri Sep 21 07:00:20 2007 -0400

    Make the alpha test state a cso.

commit b0fa489eba9170c4b102bf0feb1b1c3f02a34e4e
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri Sep 21 04:56:39 2007 -0400

    Silence a few warnings.




More information about the mesa-commit mailing list