From 1d32fc7332a8eb7ed16ae572959a671c02397be9 Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Sat, 17 Dec 2005 11:59:13 +0000 Subject: Enable CB_DPATH by default. --- src/mesa/drivers/dri/r300/r300_ioctl.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers/dri/r300/r300_ioctl.c') diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.c b/src/mesa/drivers/dri/r300/r300_ioctl.c index 79411e1dba7..94a98ca0924 100644 --- a/src/mesa/drivers/dri/r300/r300_ioctl.c +++ b/src/mesa/drivers/dri/r300/r300_ioctl.c @@ -552,6 +552,9 @@ static void r300Clear(GLcontext * ctx, GLbitfield mask, GLboolean all, swapped = r300->radeon.doPageFlip && (r300->radeon.sarea->pfCurrentPage == 1); #ifdef CB_DPATH + WARN_ONCE("CB_DPATH has been enabled.\nPlease let me know if this introduces new instabilities.\n"); + /* Make sure it fits there. */ + r300EnsureCmdBufSpace(r300, 419*3, __FUNCTION__); if(flags || bits) r300EmitClearState(ctx); #endif -- cgit v1.2.3