summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_context.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@tungstengraphics.com>2007-07-18 15:18:43 +0200
committerRoland Scheidegger <sroland@tungstengraphics.com>2007-07-18 15:18:43 +0200
commitccb713cdb8831617880ac71ac357361b586d05c6 (patch)
tree99e224dc73899baaceecfa5e79932cfae5360409 /src/mesa/drivers/dri/i915tex/intel_context.h
parentc5a8bc712542d24a035aa8fe58cf3c28c7c6fbd1 (diff)
swapbuffers with non-current contexts, cleanups
manywin got broken (when intelPageflip got no longer called). Make sure that intelFlush is getting called when a context gets unbound, to handle later swapbuffer calls on that context's drawable better. Related, fix non-current cliprects getting used on unbound drawables.
Diffstat (limited to 'src/mesa/drivers/dri/i915tex/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/i915tex/intel_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915tex/intel_context.h b/src/mesa/drivers/dri/i915tex/intel_context.h
index 5c8e277799..628a15f8de 100644
--- a/src/mesa/drivers/dri/i915tex/intel_context.h
+++ b/src/mesa/drivers/dri/i915tex/intel_context.h
@@ -247,8 +247,6 @@ struct intel_context
drm_clip_rect_t *pClipRects;
drm_clip_rect_t fboRect; /**< cliprect for rendering */
- int perf_boxes;
-
GLuint do_usleeps;
int do_irqs;
GLuint irqsEmitted;