summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c5783993c7..21aa1a6313 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -129,7 +129,9 @@ typedef struct nouveau_context {
/* Configuration cache */
driOptionCache optionCache;
+ /* vblank stuff */
uint32_t vblank_flags;
+ uint32_t vblank_seq;
GLuint new_state;
GLuint new_render_state;