From: Brian Paul Date: Sun, 5 Mar 2017 19:29:22 +0000 (-0700) Subject: llvmpipe: s/unsigned/enum pipe_shader_type/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fc5110a6e1759c38af74f0b10acc56af6f0bfca;p=mesa.git llvmpipe: s/unsigned/enum pipe_shader_type/ Reviewed-by: Edward O'Callaghan --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_sampler.c b/src/gallium/drivers/llvmpipe/lp_state_sampler.c index 01af0521146..c9aba1a8594 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_sampler.c +++ b/src/gallium/drivers/llvmpipe/lp_state_sampler.c @@ -241,7 +241,7 @@ prepare_shader_sampling( struct llvmpipe_context *lp, unsigned num, struct pipe_sampler_view **views, - unsigned shader_type) + enum pipe_shader_type shader_type) { unsigned i;