From eb6560bf2b1f4775045eb648abfa5b5ccbad8a7b Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Sun, 20 Feb 2005 03:01:09 +0000 Subject: Adding support for front buffer mode, removing some code we dont really need and some new debugging stuff. --- src/mesa/drivers/dri/r300/r300_context.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (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 9466504cfc..ca9ee7c1ca 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -217,9 +217,7 @@ 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"); - } + ctx->Const.MaxTextureImageUnits = driQueryOptioni(&r300->radeon.optionCache, "texture_image_units"); ctx->Const.MaxTextureCoordUnits = driQueryOptioni(&r300->radeon.optionCache, -- cgit v1.2.3