summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_sampler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/svga/svga_state_sampler.c')
-rw-r--r--src/gallium/drivers/svga/svga_state_sampler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_state_sampler.c b/src/gallium/drivers/svga/svga_state_sampler.c
index 445afcc8d28..482449ecc66 100644
--- a/src/gallium/drivers/svga/svga_state_sampler.c
+++ b/src/gallium/drivers/svga/svga_state_sampler.c
@@ -64,8 +64,8 @@ svga_resource_handle(struct pipe_resource *res)
* any of the resources bound to any of the currently bound sampler views.
*/
boolean
-svga_check_sampler_view_resource_collision(struct svga_context *svga,
- struct svga_winsys_surface *res,
+svga_check_sampler_view_resource_collision(const struct svga_context *svga,
+ const struct svga_winsys_surface *res,
enum pipe_shader_type shader)
{
struct pipe_screen *screen = svga->pipe.screen;