src/mesa/pipe/cell/ppu/cell_context.c | 1 src/mesa/pipe/cell/ppu/cell_context.h | 1 src/mesa/pipe/cell/ppu/cell_state.h | 3 -- src/mesa/pipe/cell/ppu/cell_state_sampler.c | 20 ++++------------- src/mesa/pipe/failover/fo_context.h | 1 src/mesa/pipe/failover/fo_state.c | 23 ++++---------------- src/mesa/pipe/failover/fo_state_emit.c | 2 - src/mesa/pipe/i915simple/i915_context.h | 1 src/mesa/pipe/i915simple/i915_state.c | 19 ++++------------ src/mesa/pipe/i965simple/brw_state.c | 10 +------- src/mesa/pipe/llvm/gallivm.cpp | 8 ++----- src/mesa/pipe/llvm/gallivm.h | 3 -- src/mesa/pipe/llvm/llvm_base_shader.cpp | 2 - src/mesa/pipe/llvm/llvm_entry.c | 3 -- src/mesa/pipe/p_context.h | 12 +++++----- src/mesa/pipe/softpipe/sp_context.c | 3 -- src/mesa/pipe/softpipe/sp_context.h | 1 src/mesa/pipe/softpipe/sp_quad_fs.c | 3 -- src/mesa/pipe/softpipe/sp_state.h | 5 ---- src/mesa/pipe/softpipe/sp_state_sampler.c | 17 ++------------ src/mesa/pipe/tgsi/exec/tgsi_exec.c | 3 -- src/mesa/pipe/tgsi/exec/tgsi_exec.h | 1 src/mesa/state_tracker/st_atom_sampler.c | 15 ------------- src/mesa/state_tracker/st_atom_texture.c | 32 ++++++++++++++++++---------- src/mesa/state_tracker/st_cb_drawpixels.c | 4 +-- src/mesa/state_tracker/st_cb_texture.c | 4 +-- src/mesa/state_tracker/st_cb_texture.h | 3 +- src/mesa/state_tracker/st_context.h | 2 - 28 files changed, 65 insertions(+), 137 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit c3af68dc5022715cc8f126b7df12f3f5248aefe7 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Tue Dec 11 14:39:37 2007 +0000 gallium: remove set_sampler_units interface The effect of this mapping can be acheived by the state tracker and setting up the pipe texture state pointers to incorporate its affects. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
