diff options
author | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-02-14 13:14:16 +0000 |
commit | 0340663eb732d39a64b8e047cab3b2bfa19ce912 (patch) | |
tree | 585d2440c7d49aa678ec280865be327959f20209 /src/mesa/drivers/dri/r300/r300_context.c | |
parent | 8352666a9db11cfc5f41b9ca0b135750b606d2f2 (diff) |
Support for blend color(not tested), "proper line width/point size" clamps and fix for glxinfo problem.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index dda8a339347..9466504cfca 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"); |