summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_common_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-10-14 14:04:48 -0700
committerEric Anholt <eric@anholt.net>2011-10-28 11:31:11 -0700
commiteb135fe8c16388cd33b424ee3915ae52d20cb3ff (patch)
tree71e5f4107421f99fd364e4c88e85c605f5e97378 /src/mesa/drivers/dri/radeon/radeon_common_context.h
parenta9f75158908d027800c56b4879480cbcefd9414f (diff)
downloadexternal_mesa3d-eb135fe8c16388cd33b424ee3915ae52d20cb3ff.zip
external_mesa3d-eb135fe8c16388cd33b424ee3915ae52d20cb3ff.tar.gz
external_mesa3d-eb135fe8c16388cd33b424ee3915ae52d20cb3ff.tar.bz2
radeon: Drop some remaining DRI1 vblank support code.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 2b478e1..1b23481 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -91,7 +91,6 @@ struct radeon_renderbuffer
int has_surface;
GLuint pf_pending; /**< sequence number of pending flip */
- GLuint vbl_pending; /**< vblank sequence number of pending flip */
__DRIdrawable *dPriv;
/* r6xx+ tiling */
@@ -107,21 +106,6 @@ struct radeon_framebuffer
struct gl_framebuffer base;
struct radeon_renderbuffer *color_rb[2];
-
- GLuint vbl_waited;
-
- /* buffer swap */
- int64_t swap_ust;
- int64_t swap_missed_ust;
-
- GLuint swap_count;
- GLuint swap_missed_count;
-
- /* Drawable page flipping state */
- GLboolean pf_active;
- GLint pf_current_page;
- GLint pf_num_pages;
-
};