Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / include / pipe / p_defines.h
index 96030e788dbf5698a6ac8adb86e63d20569aa67c..b7857c5be8cf73a012b8dc6828e160befb9f3242 100644 (file)
@@ -210,6 +210,7 @@ enum pipe_transfer_usage {
 #define PIPE_BUFFER_USAGE_CONSTANT  (1 << 7)
 #define PIPE_BUFFER_USAGE_DISCARD   (1 << 8)
 #define PIPE_BUFFER_USAGE_DONTBLOCK (1 << 9)
+#define PIPE_BUFFER_USAGE_FLUSH_EXPLICIT (1 << 10) /**< See pipe_screen::buffer_flush_mapped_range */
 /** Pipe driver custom usage flags should be greater or equal to this value */
 #define PIPE_BUFFER_USAGE_CUSTOM    (1 << 16)