Mesa (master): freedreno: s/unsigned/enum pipe_shader_type/

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 8 16:18:32 UTC 2017


Module: Mesa
Branch: master
Commit: 4aec68176dad84d0e97f8b07b2ace8077b18c174
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4aec68176dad84d0e97f8b07b2ace8077b18c174

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Mar  5 12:29:07 2017 -0700

freedreno: s/unsigned/enum pipe_shader_type/

Reviewed-by: Edward O'Callaghan <funfunctor at folklore1984.net>

---

 src/gallium/drivers/freedreno/freedreno_texture.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/freedreno/freedreno_texture.h b/src/gallium/drivers/freedreno/freedreno_texture.h
index 6124532..b12ce2f 100644
--- a/src/gallium/drivers/freedreno/freedreno_texture.h
+++ b/src/gallium/drivers/freedreno/freedreno_texture.h
@@ -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,




More information about the mesa-commit mailing list