summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-07 17:17:32 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-07 17:17:32 -0700
commit74df1f4adbbc4fe6027265625cd248c3add154f5 (patch)
tree78f060387b54d76415981856bef233a4cae79f31 /src
parent3fe055ec9218a8745d9a53f75f4abd4760fcce28 (diff)
update flush/fence comments for i915_flush()
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/i915simple/i915_flush.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/i915simple/i915_flush.c b/src/mesa/pipe/i915simple/i915_flush.c
index 51cf9960aa..3c2069b827 100644
--- a/src/mesa/pipe/i915simple/i915_flush.c
+++ b/src/mesa/pipe/i915simple/i915_flush.c
@@ -35,9 +35,9 @@
#include "i915_reg.h"
#include "i915_batch.h"
-/* There will be actual work to do here. In future we may want a
- * fence-like interface instead of finish, and perhaps flush will take
- * flags to indicate what type of flush is required.
+
+/**
+ * In future we may want a fence-like interface instead of finish.
*/
static void i915_flush( struct pipe_context *pipe,
unsigned flags )