intel: Drop texture border support code.
authorEric Anholt <eric@anholt.net>
Mon, 17 Oct 2011 21:53:13 +0000 (14:53 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Oct 2011 19:42:28 +0000 (12:42 -0700)
commit4ad8a0adec588b4c2c5a8f93265ed46cee5d3ff6
tree4587fb6582dcccd27b6d7908d4233971b9a9f344
parent96db07e28c165610b809a9fd88410a82a24a893e
intel: Drop texture border support code.

Now that texture borders are gone, we never need to allocate our
textures through non-miptrees, which simplifies some irritating paths.

v2: Remove the !mt support case from intel_map_texture_image()

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/dri/i965/brw_fallback.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.c
src/mesa/drivers/dri/intel/intel_tex.c
src/mesa/drivers/dri/intel/intel_tex_image.c
src/mesa/drivers/dri/intel/intel_tex_validate.c