diff options
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgacontext.h')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgacontext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mga/mgacontext.h b/src/mesa/drivers/dri/mga/mgacontext.h index 72c1841fedd..1d8c5da6dae 100644 --- a/src/mesa/drivers/dri/mga/mgacontext.h +++ b/src/mesa/drivers/dri/mga/mgacontext.h @@ -29,6 +29,7 @@ #ifndef MGALIB_INC #define MGALIB_INC +#include <stdint.h> #include "drm.h" #include "mga_drm.h" #include "dri_util.h" @@ -268,6 +269,8 @@ struct mga_context_t { GLuint swap_count; GLuint swap_missed_count; + uint32_t last_frame_fence; + PFNGLXGETUSTPROC get_ust; /* Drawable, cliprect and scissor information |