summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_batchbuffer.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2006-08-18 09:04:48 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2006-08-18 09:04:48 +0000
commitbd87c303e94659941a7c623d0b836e3ff317cfb4 (patch)
tree4ec6a572608fcca670b225a8088296f39eeac38e /src/mesa/drivers/dri/i915/intel_batchbuffer.c
parentc1c282f36ad31f99b9d5b38a2d39118740bca928 (diff)
Fix writemasks on texture arb fp instructions.
Cleanup invarient state emission.
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_batchbuffer.c')
-rw-r--r--src/mesa/drivers/dri/i915/intel_batchbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_batchbuffer.c b/src/mesa/drivers/dri/i915/intel_batchbuffer.c
index 0631237277..1dfaa2d59d 100644
--- a/src/mesa/drivers/dri/i915/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/i915/intel_batchbuffer.c
@@ -384,8 +384,8 @@ void intelCopyBuffer( const __DRIdrawablePrivate *dPriv,
intelFlush( &intel->ctx );
- LOCK_HARDWARE( intel );
intelWaitForFrameCompletion( intel );
+ LOCK_HARDWARE( intel );
if (!rect)
{