freedreno: s/unsigned/enum pipe_shader_type/
authorBrian Paul <brianp@vmware.com>
Sun, 5 Mar 2017 19:29:07 +0000 (12:29 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 8 Mar 2017 15:50:20 +0000 (08:50 -0700)
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
src/gallium/drivers/freedreno/freedreno_texture.h

index 612453299678139b0a37334c09fd398578fa36e6..b12ce2f125f782a9bce33c5347f9f5b00e72ebe5 100644 (file)
@@ -32,7 +32,7 @@
 #include "pipe/p_context.h"
 
 void fd_sampler_states_bind(struct pipe_context *pctx,
-               unsigned shader, unsigned start,
+               enum pipe_shader_type shader, unsigned start,
                unsigned nr, void **hwcso);
 
 void fd_set_sampler_views(struct pipe_context *pctx,