Re: [Mesa-dev] [PATCH] mesa/st: remove _mesa_get_fallback_texture() calls

2017-04-11 Thread Brian Paul
Reviewed-by: Brian Paul On 04/10/2017 10:37 PM, Timothy Arceri wrote: 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

[Mesa-dev] [PATCH] mesa/st: remove _mesa_get_fallback_texture() calls

2017-04-10 Thread Timothy Arceri
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. --- src/mesa/state_tracker/st_atom_sampler.c | 8 ++--