diff options
author | Brian Paul <[email protected]> | 2017-03-05 12:29:07 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2017-03-08 08:50:20 -0700 |
commit | 4aec68176dad84d0e97f8b07b2ace8077b18c174 (patch) | |
tree | 1458cfb4026d6be9b7c2e6918b87a07915506f0a /src/gallium | |
parent | 7532ed106fd574acf63862db01bfa290b63f9f91 (diff) |
freedreno: s/unsigned/enum pipe_shader_type/
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_texture.h b/src/gallium/drivers/freedreno/freedreno_texture.h index 61245329967..b12ce2f125f 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, |