X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fswr%2Fswr_tex_sample.h;h=715ca3c3e1917586f4470075a25344eb80a5d850;hb=2516073cb654c8997955b0a21854649115945995;hp=cb7e83d1c39ed309993f6ce532813007beb81088;hpb=12f88ba32a14ea79134f4e995a55149f078a2f27;p=mesa.git diff --git a/src/gallium/drivers/swr/swr_tex_sample.h b/src/gallium/drivers/swr/swr_tex_sample.h index cb7e83d1c39..715ca3c3e19 100644 --- a/src/gallium/drivers/swr/swr_tex_sample.h +++ b/src/gallium/drivers/swr/swr_tex_sample.h @@ -44,4 +44,5 @@ struct swr_sampler_static_state { * */ struct lp_build_sampler_soa * -swr_sampler_soa_create(const struct swr_sampler_static_state *key, unsigned shader_type); +swr_sampler_soa_create(const struct swr_sampler_static_state *key, + enum pipe_shader_type shader_type);