Updating master copy of r300_reg.h and turning immediate mode back on
authorAapo Tahkola <aet@rasterburn.org>
Thu, 10 Feb 2005 11:02:55 +0000 (11:02 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Thu, 10 Feb 2005 11:02:55 +0000 (11:02 +0000)
src/mesa/drivers/dri/r300/r300_render.c

index 342c529..56c8a5a 100644 (file)
@@ -690,7 +690,7 @@ static GLboolean r300_run_render(GLcontext *ctx,
        
    #if 1
        
-       #if 0
+       #if 1
         return r300_run_immediate_render(ctx, stage);
        #else 
         return r300_run_vb_render(ctx, stage);