Hide texture layout details from the state tracker.
authorMichel Dänzer <michel@tungstengraphics.com>
Fri, 30 Nov 2007 19:48:03 +0000 (20:48 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Thu, 6 Dec 2007 10:18:11 +0000 (11:18 +0100)
commit753db0d8407147393a7b0622ae3fa28f68d0353d
tree8c11ae7b18cb34ae65e984fc7d9be50616bf99d4
parent59356268187470c5fda9e9a1a7058607f938fb3b
Hide texture layout details from the state tracker.

pipe->get_tex_surface() has to be used for access to texture image data.
42 files changed:
src/mesa/drivers/dri/intel_winsys/intel_screen.c
src/mesa/pipe/failover/fo_context.c
src/mesa/pipe/failover/fo_context.h
src/mesa/pipe/failover/fo_state.c
src/mesa/pipe/i915simple/Makefile
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_state.c
src/mesa/pipe/i915simple/i915_state_sampler.c
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/i915simple/i915_tex_layout.h [deleted file]
src/mesa/pipe/i915simple/i915_texture.c [moved from src/mesa/pipe/i915simple/i915_tex_layout.c with 57% similarity]
src/mesa/pipe/i915simple/i915_texture.h [new file with mode: 0644]
src/mesa/pipe/llvm/llvm_entry.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_inlines.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_quad_fs.c
src/mesa/pipe/softpipe/sp_state.h
src/mesa/pipe/softpipe/sp_state_fs.c
src/mesa/pipe/softpipe/sp_state_sampler.c
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_surface.h
src/mesa/pipe/softpipe/sp_tex_layout.h [deleted file]
src/mesa/pipe/softpipe/sp_tex_sample.c
src/mesa/pipe/softpipe/sp_texture.c [moved from src/mesa/pipe/softpipe/sp_tex_layout.c with 57% similarity]
src/mesa/pipe/softpipe/sp_texture.h [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/softpipe/sp_tile_cache.h
src/mesa/pipe/tgsi/exec/tgsi_exec.h
src/mesa/sources
src/mesa/state_tracker/st_atom_texture.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_cb_texture.h
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_texture.c [moved from src/mesa/state_tracker/st_mipmap_tree.c with 53% similarity]
src/mesa/state_tracker/st_texture.h [moved from src/mesa/state_tracker/st_mipmap_tree.h with 63% similarity]