From: Jeremy Kolb Date: Wed, 1 Nov 2006 02:45:12 +0000 (+0000) Subject: Oops. Forgot to check in the context change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d2d617dbc17817f214e0b523f929de1f5d8f48a;p=mesa.git Oops. Forgot to check in the context change. --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index c5783993c7b..21aa1a6313f 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;