diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-22 17:24:09 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-22 17:24:09 +0100 |
commit | 641c966e3de192eba17c693f00d6654742c72eb6 (patch) | |
tree | 8a5a1e69c98919127fb83b58afdb07ac3dce7024 /src/mesa/drivers/dri/i915tex/intel_context.h | |
parent | e33a9d689415e00bded306699abdf93b96c0b9ad (diff) |
i915tex: Schedule flips when possible.
Also move vsync related state from context to window, so it's possible to
schedule several flips ahead of time with triple buffering.
Diffstat (limited to 'src/mesa/drivers/dri/i915tex/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i915tex/intel_context.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mesa/drivers/dri/i915tex/intel_context.h b/src/mesa/drivers/dri/i915tex/intel_context.h index 8f78597ba0..44c20af7f8 100644 --- a/src/mesa/drivers/dri/i915tex/intel_context.h +++ b/src/mesa/drivers/dri/i915tex/intel_context.h @@ -274,19 +274,6 @@ struct intel_context */ driOptionCache optionCache; - /* VBI - */ - GLuint vbl_seq; - GLuint vblank_flags; - - int64_t swap_ust; - int64_t swap_missed_ust; - - GLuint swap_count; - GLuint swap_missed_count; - - GLuint swap_scheduled; - /* Rotation. Need to match that of the * current screen. */ |