projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2364d9a
)
remove temporary code from keithw, this in theory isn't used at the moment
author
Dave Airlie
<airliedfreedesktop.org>
Fri, 5 May 2006 06:53:11 +0000
(06:53 +0000)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/intel_batchbuffer.c
b/src/mesa/drivers/dri/i915/intel_batchbuffer.c
index 53ebc17099d9887f85fbe70174f542183b5d0f52..06312372776c06c1e7da2263194f32b3d8fc4e69 100644
(file)
--- 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 =