gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instructions
authorBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 21:06:25 +0000 (14:06 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 20 Feb 2009 21:06:25 +0000 (14:06 -0700)
commit776971218ef6c6749fcb882a95ae5fc3a1ff5059
tree2797869ef743a854409e057cd5d57251186bfc1a
parente0d907308150b4863cc4f24543e70e14207e966a
gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instructions

These texture types were defined but never put to use.
For the time being though, the Mesa->TGSI translater isn't emitting these
targets.  See the XXX comment in map_texture_target().
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/drivers/i915simple/i915_fpc_translate.c
src/mesa/state_tracker/st_mesa_to_tgsi.c