summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.h
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2012-05-11 03:02:13 +1000
committerBen Skeggs <[email protected]>2012-05-12 12:42:47 +1000
commit666004148353fa46e818772e496f6d09bd979737 (patch)
treecf8edcd01339a976f906ed8a6b152a38be0208e8 /src/mesa/drivers/dri/nouveau/nouveau_context.h
parent9d6b46b1cd459ee6c0db4bfe518adb6928c5b59f (diff)
nouveau/vieux: finish != flush, how about we do that..
Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h
index 8bba51e8091..2bcc1e12782 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -72,6 +72,8 @@ struct nouveau_context {
BITSET_DECLARE(dirty, MAX_NOUVEAU_STATE);
enum nouveau_fallback fallback;
+ struct nouveau_bo *fence;
+
struct nouveau_hw_state hw;
struct nouveau_render_state render;
struct nouveau_scratch_state scratch;