vl: Subpicture/compositing fixes.
[mesa.git] / src / gallium / drivers / softpipe / sp_winsys.h
index cf91e7782bcababdb21f84cd60a925fc7c9dca74..9e571862b7516f7a0fbd33119c8fb78532be9ff0 100644 (file)
@@ -52,6 +52,12 @@ struct pipe_screen *
 softpipe_create_screen(struct pipe_winsys *);
 
 
+boolean
+softpipe_get_texture_buffer( struct pipe_texture *texture,
+                             struct pipe_buffer **buf,
+                             unsigned *stride );
+
+
 #ifdef __cplusplus
 }
 #endif