summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-14 13:14:16 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-14 13:14:16 +0000
commit0340663eb732d39a64b8e047cab3b2bfa19ce912 (patch)
tree585d2440c7d49aa678ec280865be327959f20209 /src/mesa/drivers/dri/r300/r300_context.c
parent8352666a9db11cfc5f41b9ca0b135750b606d2f2 (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.c1
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 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");