From: Dave Airlie Date: Fri, 5 May 2006 06:53:11 +0000 (+0000) Subject: remove temporary code from keithw, this in theory isn't used at the moment X-Git-Tag: 062012170305~21039 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86740f1593d8fba66a368f98037897f7570a71aa;p=profile%2Fivi%2Fmesa.git remove temporary code from keithw, this in theory isn't used at the moment anyways unless INTEL_BATCH is turned on --- diff --git a/src/mesa/drivers/dri/i915/intel_batchbuffer.c b/src/mesa/drivers/dri/i915/intel_batchbuffer.c index 53ebc17..0631237 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 =