summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-15 17:07:50 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-15 17:07:50 +0000
commit90dd0cb822f2fe14258c786e5c37da69472b7d17 (patch)
tree709a0073a8e5cd66442199d4bd529a4097573cba /src/mesa/pipe/i915simple/i915_context.h
parent193c85ec7a1aec44eebc67c6224fb6ecbb4607a5 (diff)
Include fences in the i915simple winsys interface.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index ee430ebc90..488682f852 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -80,6 +80,7 @@
+struct pipe_fence;
struct i915_cache_context;
/* Use to calculate differences between state emitted to hardware and
@@ -184,6 +185,8 @@ struct i915_context
unsigned dirty;
unsigned *batch_start;
+
+ struct pipe_fence *last_fence;
/** Vertex buffer */
struct pipe_buffer_handle *vbo;