softpipe: add image support to softpipe (v3)
[mesa.git] / src / gallium / drivers / softpipe / sp_flush.h
index ab5f77be2647f7bd656da43a4b06f1ece6311e13..0674b4a7e4891898112e7e6ba689ce3ba6eeddd3 100644 (file)
@@ -55,4 +55,6 @@ softpipe_flush_resource(struct pipe_context *pipe,
                         boolean cpu_access,
                         boolean do_not_block);
 
+void softpipe_texture_barrier(struct pipe_context *pipe);
+void softpipe_memory_barrier(struct pipe_context *pipe, unsigned flags);
 #endif