svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
[mesa.git] / src / gallium / drivers / svga / svga_sampler_view.h
index 15f2313c4c9d7e912d731f81d28e39f60f529e1f..7521a82bac3cfce0833af12536f6fd14377cf533 100644 (file)
@@ -102,7 +102,11 @@ 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,
+                                                  enum pipe_shader_type shader);
 
 enum pipe_error
 svga_validate_pipe_sampler_view(struct svga_context *svga,