summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2006-05-05 06:53:11 +0000
committerDave Airlie <airliedfreedesktop.org>2006-05-05 06:53:11 +0000
commit86740f1593d8fba66a368f98037897f7570a71aa (patch)
treef638dd1ed1fba70c237157e32bf0c3881a352e63
parent2364d9abd3d95ef29cc7c169033f31f40863e5f0 (diff)
remove temporary code from keithw, this in theory isn't used at the moment
anyways unless INTEL_BATCH is turned on
-rw-r--r--src/mesa/drivers/dri/i915/intel_batchbuffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_batchbuffer.c b/src/mesa/drivers/dri/i915/intel_batchbuffer.c
index 53ebc17099..0631237277 100644
--- a/src/mesa/drivers/dri/i915/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/i915/intel_batchbuffer.c
@@ -762,11 +762,6 @@ void intelInitBatchBuffer( GLcontext *ctx )
break;
}
- /* KW: temporary - this make crashes & lockups more frequent, so
- * leave in until they are solved.
- */
- intel->alloc.size = 8 * 1024;
-
intel->alloc.ptr = intelAllocateAGP( intel, intel->alloc.size );
if (intel->alloc.ptr)
intel->alloc.offset =