summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-05 14:13:48 -0600
committerBrian Paul <brianp@vmware.com>2009-08-05 14:13:48 -0600
commit1f713059934c2365a42aadfdca49213b36a7de90 (patch)
treee116f5f41dfde926be870dfc439a7dfbaa0ded06 /src/mesa/drivers
parent3905119b4743eb5d284236cc237ee2c19ae3c5c8 (diff)
parent5b3428d7453eec8e8a5344e22113774dea1dc456 (diff)
Merge branch 'mesa_7_5_branch'
Conflicts: src/mesa/main/state.c
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/intel/intel_batchbuffer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_batchbuffer.c b/src/mesa/drivers/dri/intel/intel_batchbuffer.c
index e94b8368cd..6aa36d10b1 100644
--- a/src/mesa/drivers/dri/intel/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/intel/intel_batchbuffer.c
@@ -201,6 +201,11 @@ _intel_batchbuffer_flush(struct intel_batchbuffer *batch, const char *file,
drm_intel_bo_reference(intel->first_post_swapbuffers_batch);
}
+ if (intel->first_post_swapbuffers_batch == NULL) {
+ intel->first_post_swapbuffers_batch = intel->batch->buf;
+ drm_intel_bo_reference(intel->first_post_swapbuffers_batch);
+ }
+
if (used == 0) {
batch->cliprect_mode = IGNORE_CLIPRECTS;
return;