diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-10 00:19:17 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-10 00:19:17 +0100 |
commit | 30b914e2ca28cd44eed57b34353e641793b38a6d (patch) | |
tree | 3f78e112c60514d0b7b356e035a18eb95e3402b8 /src/mesa/drivers/dri/i915tex/intel_context.h | |
parent | f9f79c8d770e696249bd98c68b563f887562c974 (diff) | |
parent | 6e0878becfbf211e5bbd141cd3441dfbdb206cc8 (diff) |
Merge branch 'i915tex-pageflip'
Diffstat (limited to 'src/mesa/drivers/dri/i915tex/intel_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i915tex/intel_context.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/drivers/dri/i915tex/intel_context.h b/src/mesa/drivers/dri/i915tex/intel_context.h index 96b911501f..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. */ @@ -294,7 +281,6 @@ struct intel_context int width; int height; int current_rotation; - }; /* These are functions now: |