src/mesa/pipe/cell/ppu/cell_context.c | 4 - src/mesa/pipe/cell/ppu/cell_context.h | 3 src/mesa/pipe/cell/ppu/cell_state.h | 9 -- src/mesa/pipe/cell/ppu/cell_state_blend.c | 40 +--------- src/mesa/pipe/cso_cache/cso_cache.c | 13 --- src/mesa/pipe/cso_cache/cso_cache.h | 14 +-- src/mesa/pipe/failover/fo_context.h | 1 src/mesa/pipe/failover/fo_state.c | 60 ++------------- src/mesa/pipe/failover/fo_state_emit.c | 8 -- src/mesa/pipe/i915simple/i915_context.h | 4 - src/mesa/pipe/i915simple/i915_state.c | 86 +++++++--------------- src/mesa/pipe/i915simple/i915_state_immediate.c | 6 - src/mesa/pipe/i965simple/brw_cc.c | 49 ++++++------ src/mesa/pipe/i965simple/brw_context.h | 3 src/mesa/pipe/i965simple/brw_state.c | 42 +--------- src/mesa/pipe/i965simple/brw_wm.c | 13 +-- src/mesa/pipe/i965simple/brw_wm_state.c | 2 src/mesa/pipe/p_context.h | 13 +-- src/mesa/pipe/p_state.h | 36 ++++----- src/mesa/pipe/softpipe/sp_context.c | 10 -- src/mesa/pipe/softpipe/sp_context.h | 9 +- src/mesa/pipe/softpipe/sp_quad.c | 8 +- src/mesa/pipe/softpipe/sp_quad_alpha_test.c | 4 - src/mesa/pipe/softpipe/sp_quad_stencil.c | 25 +----- src/mesa/pipe/softpipe/sp_state.h | 9 -- src/mesa/pipe/softpipe/sp_state_blend.c | 38 +-------- src/mesa/pipe/softpipe/sp_state_derived.c | 8 +- src/mesa/sources | 1 src/mesa/state_tracker/st_atom.c | 3 src/mesa/state_tracker/st_atom.h | 3 src/mesa/state_tracker/st_atom_alphatest.c | 92 ------------------------ src/mesa/state_tracker/st_atom_depth.c | 55 ++++++++------ src/mesa/state_tracker/st_cache.c | 40 ++-------- src/mesa/state_tracker/st_cache.h | 9 -- src/mesa/state_tracker/st_cb_clear.c | 35 +++------ src/mesa/state_tracker/st_cb_drawpixels.c | 2 src/mesa/state_tracker/st_context.h | 2 37 files changed, 206 insertions(+), 553 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit bfe79babf99e6b9435195178d1ea64687c60d161 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Mon Dec 17 16:14:29 2007 +0000 gallium: incorporate alpha state into depth_stencil state object. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
