From fc9e80fab9dc529cbe67cc718b89b17e18fa41d8 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Thu, 3 Nov 2011 11:59:57 +0200 Subject: dri: drop drmLock remnants --- src/gallium/state_trackers/dri/common/dri_context.c | 1 - src/gallium/state_trackers/dri/common/dri_context.h | 5 ----- src/gallium/state_trackers/dri/common/dri_screen.h | 1 - 3 files changed, 7 deletions(-) (limited to 'src/gallium/state_trackers') diff --git a/src/gallium/state_trackers/dri/common/dri_context.c b/src/gallium/state_trackers/dri/common/dri_context.c index 2dc8119eb6e..e9e00490d21 100644 --- a/src/gallium/state_trackers/dri/common/dri_context.c +++ b/src/gallium/state_trackers/dri/common/dri_context.c @@ -83,7 +83,6 @@ dri_create_context(gl_api api, const struct gl_config * visual, cPriv->driverPrivate = ctx; ctx->cPriv = cPriv; ctx->sPriv = sPriv; - ctx->lock = screen->drmLock; driParseConfigFiles(&ctx->optionCache, &screen->optionCache, sPriv->myNum, "dri"); diff --git a/src/gallium/state_trackers/dri/common/dri_context.h b/src/gallium/state_trackers/dri/common/dri_context.h index cfc8e3345e5..58bc6139691 100644 --- a/src/gallium/state_trackers/dri/common/dri_context.h +++ b/src/gallium/state_trackers/dri/common/dri_context.h @@ -52,11 +52,6 @@ struct dri_context driOptionCache optionCache; - drmLock *lock; - boolean isLocked; - boolean stLostLock; - boolean wsLostLock; - unsigned int bind_count; /* gallium */ diff --git a/src/gallium/state_trackers/dri/common/dri_screen.h b/src/gallium/state_trackers/dri/common/dri_screen.h index 4e865b9c551..66f7400a30a 100644 --- a/src/gallium/state_trackers/dri/common/dri_screen.h +++ b/src/gallium/state_trackers/dri/common/dri_screen.h @@ -63,7 +63,6 @@ struct dri_screen /* drm */ int fd; - drmLock *drmLock; /* gallium */ boolean d_depth_bits_last; -- cgit v1.2.3