diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.c b/src/mesa/drivers/dri/mach64/mach64_context.c index 205003a851..2e30bb9cf3 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.c +++ b/src/mesa/drivers/dri/mach64/mach64_context.c @@ -296,6 +296,9 @@ mach64MakeCurrent( __DRIcontextPrivate *driContextPriv, newMach64Ctx->dirty = MACH64_UPLOAD_ALL; } + + driDrawableInitVBlank( driDrawPriv, newMach64Ctx->vblank_flags ); + if ( newMach64Ctx->driDrawable != driDrawPriv ) { newMach64Ctx->driDrawable = driDrawPriv; mach64CalcViewport( newMach64Ctx->glCtx ); |