remove temporary code from keithw, this in theory isn't used at the moment
authorDave Airlie <airliedfreedesktop.org>
Fri, 5 May 2006 06:53:11 +0000 (06:53 +0000)
committerDave Airlie <airliedfreedesktop.org>
Fri, 5 May 2006 06:53:11 +0000 (06:53 +0000)
anyways unless INTEL_BATCH is turned on

src/mesa/drivers/dri/i915/intel_batchbuffer.c

index 53ebc17..0631237 100644 (file)
@@ -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 =