summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_defines.h
diff options
context:
space:
mode:
authorKeith Whitwell <[email protected]>2007-08-08 16:42:01 +0100
committerKeith Whitwell <[email protected]>2007-08-09 11:23:18 +0100
commit93d5cfd8b7c641c5656aed38ad2f9559e09502f0 (patch)
tree5f105eea612826cd4b34f78bc5a8c3f910a3ab7f /src/mesa/pipe/p_defines.h
parentd0521ebd516617f4471279e69af5dc0f4e4992af (diff)
Add flush/finish functionality to pipe.
Not sure if finish() is the right interface yet.
Diffstat (limited to 'src/mesa/pipe/p_defines.h')
-rw-r--r--src/mesa/pipe/p_defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_defines.h b/src/mesa/pipe/p_defines.h
index 77512f8818f..9eb4c374348 100644
--- a/src/mesa/pipe/p_defines.h
+++ b/src/mesa/pipe/p_defines.h
@@ -176,4 +176,11 @@
#define PIPE_MAP_WRITE 2
#define PIPE_MAP_READ_WRITE 3
+
+/**
+ * Flush types:
+ */
+#define PIPE_FLUSH_RENDER_CACHE 0x1
+#define PIPE_FLUSH_TEXTURE_CACHE 0x2
+
#endif