projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aec681
)
llvmpipe: s/unsigned/enum pipe_shader_type/
author
Brian Paul
<brianp@vmware.com>
Sun, 5 Mar 2017 19:29:22 +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/llvmpipe/lp_state_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_sampler.c
b/src/gallium/drivers/llvmpipe/lp_state_sampler.c
index 01af052114643967404b3a33f441c8448c427761..c9aba1a8594a3025b084550a0cad4ad46c7f7907 100644
(file)
--- 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;