Re: [Mesa-dev] [PATCH] st/mesa: add st_convert_sampler()

2017-04-18 Thread Nicolai Hähnle
On 14.04.2017 00:44, Samuel Pitoiset wrote: Similar to st_convert_image(), will be useful for bindless. While we are at it, rename convert_sampler() to convert_sampler_from_unit() and make 'st' a const argument. Signed-off-by: Samuel Pitoiset Reviewed-by: Nicolai Hähnle --- src/mesa/stat

[Mesa-dev] [PATCH] st/mesa: add st_convert_sampler()

2017-04-13 Thread Samuel Pitoiset
Similar to st_convert_image(), will be useful for bindless. While we are at it, rename convert_sampler() to convert_sampler_from_unit() and make 'st' a const argument. Signed-off-by: Samuel Pitoiset --- src/mesa/state_tracker/st_atom_sampler.c | 42 +++- src/mesa/stat