X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fstate_tracker%2Fst_cb_flush.h;h=cb5c62e8781eb9238ac29b20387deeef8dc915c2;hb=be6227d29dcf443d9b8bae66d3d2f0b946874a83;hp=7fca0176a303c69af085b101237dff1006992cf4;hpb=bcc13b74443137043e8a34f8cb64a5add0d8af93;p=mesa.git diff --git a/src/mesa/state_tracker/st_cb_flush.h b/src/mesa/state_tracker/st_cb_flush.h index 7fca0176a30..cb5c62e8781 100644 --- a/src/mesa/state_tracker/st_cb_flush.h +++ b/src/mesa/state_tracker/st_cb_flush.h @@ -30,12 +30,19 @@ #define ST_CB_FLUSH_H +#include "pipe/p_compiler.h" + +struct dd_function_table; +struct pipe_fence_handle; +struct st_context; + extern void st_init_flush_functions(struct dd_function_table *functions); extern void -st_flush(struct st_context *st, uint pipeFlushFlags, - struct pipe_fence_handle **fence); +st_flush(struct st_context *st, + struct pipe_fence_handle **fence, + unsigned flags); extern void st_finish(struct st_context *st);