aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_sampler_view.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-08-29 10:15:36 -0600
committerBrian Paul <[email protected]>2016-08-29 12:40:45 -0600
commitf5602c27ec681f1f66cdb8d79378991b79ce45e7 (patch)
tree272fec66f32b44e110c7aec7113785d7de368eb0 /src/gallium/drivers/svga/svga_sampler_view.h
parent5e76baa2ad261c72f96a3df42ace4773a1c7daa9 (diff)
svga: s/unsigned/enum pipe_shader_type/
Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_sampler_view.h')
-rw-r--r--src/gallium/drivers/svga/svga_sampler_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_sampler_view.h b/src/gallium/drivers/svga/svga_sampler_view.h
index b36f089263a..7521a82bac3 100644
--- a/src/gallium/drivers/svga/svga_sampler_view.h
+++ b/src/gallium/drivers/svga/svga_sampler_view.h
@@ -102,7 +102,7 @@ svga_sampler_view_reference(struct svga_sampler_view **ptr, struct svga_sampler_
boolean
svga_check_sampler_view_resource_collision(struct svga_context *svga,
struct svga_winsys_surface *res,
- unsigned shader);
+ enum pipe_shader_type shader);
boolean
svga_check_sampler_framebuffer_resource_collision(struct svga_context *svga,