mesa/st: remove _mesa_get_fallback_texture() calls
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 11 Apr 2017 04:30:15 +0000 (14:30 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 12 Apr 2017 02:00:35 +0000 (12:00 +1000)
commit9bd718407819ab76386b30a83b4a0a0b7c1cacf1
treee21b3a31485b6ba7faee7a31674e378302742993
parentc72170fb1fccbf5a9f538fa080bd76b9264b608f
mesa/st: remove _mesa_get_fallback_texture() calls

These calls look like leftover from fallback texture support first
being added to the st in 8f6d9e12be0be and then later being added
to core mesa in 00e203fe17cbf21.

The piglit test fp-incomplete-tex continues to work with this
change.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_atom_texture.c