From 0340663eb732d39a64b8e047cab3b2bfa19ce912 Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Mon, 14 Feb 2005 13:14:16 +0000 Subject: Support for blend color(not tested), "proper line width/point size" clamps and fix for glxinfo problem. --- src/mesa/drivers/dri/r300/r300_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/r300/r300_context.c') diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index dda8a33934..9466504cfc 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -219,7 +219,6 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual, ctx = r300->radeon.glCtx; if(ctx->Visual.doubleBufferMode == 0){ fprintf(stderr, "Help me! Single buffer mode doesnt work yet.\n"); - exit(-1); } ctx->Const.MaxTextureImageUnits = driQueryOptioni(&r300->radeon.optionCache, "texture_image_units"); -- cgit v1.2.3