summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-20 03:01:09 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-20 03:01:09 +0000
commiteb6560bf2b1f4775045eb648abfa5b5ccbad8a7b (patch)
tree0a857862e374ddf1d6daf5b4f5f81bb0120f4b1b /src/mesa/drivers/dri/r300/r300_context.c
parent35bc4ac68062afeae17f96b8f4173a599cfc7f05 (diff)
Adding support for front buffer mode, removing some code we dont really need and some new debugging stuff.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.c4
1 files changed, 1 insertions, 3 deletions
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,