projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7532ed1
)
freedreno: s/unsigned/enum pipe_shader_type/
author
Brian Paul
<brianp@vmware.com>
Sun, 5 Mar 2017 19:29:07 +0000
(12:29 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/freedreno/freedreno_texture.h
b/src/gallium/drivers/freedreno/freedreno_texture.h
index 612453299678139b0a37334c09fd398578fa36e6..b12ce2f125f782a9bce33c5347f9f5b00e72ebe5 100644
(file)
--- 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,