Squashed commit of the following:
[mesa.git] / src / gallium / state_trackers / vega / mask.h
index 5eaaede0e3a5b6c167b7b06839fe8b50d2eaaa74..c626402c864ad23752a73a7deeb6bc68386a7b8c 100644 (file)
@@ -31,7 +31,7 @@
 
 struct path;
 struct vg_image;
-struct pipe_texture;
+struct pipe_resource;
 
 struct vg_mask_layer *mask_layer_create(VGint width, VGint height);
 void mask_layer_destroy(struct vg_mask_layer *layer);
@@ -63,6 +63,6 @@ void mask_fill(VGint x, VGint y,
                VGfloat value);
 
 VGint mask_bind_samplers(struct pipe_sampler_state **samplers,
-                         struct pipe_texture **textures);
+                         struct pipe_sampler_view **sampler_views);
 
 #endif