gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / include / state_tracker / st_api.h
index 419f825696cc7ab84620204a7d6318a7f3d01d05..9f3d2a12cb4f8443cb209f7cd174fff747b7bc53 100644 (file)
@@ -158,6 +158,7 @@ enum st_context_resource_type {
  * Flush flags.
  */
 #define ST_FLUSH_FRONT                    (1 << 0)
+#define ST_FLUSH_END_OF_FRAME             (1 << 1)
 
 /**
  * Value to st_manager->get_param function.