Enable VB mode rendering by default. If anyone thinks this is wrong, *please* feel...
authorVladimir Dergachev <volodya@freedesktop.org>
Sat, 5 Mar 2005 06:31:36 +0000 (06:31 +0000)
committerVladimir Dergachev <volodya@freedesktop.org>
Sat, 5 Mar 2005 06:31:36 +0000 (06:31 +0000)
My reasons:

    * immediate mode is broken
    * vb mode is faster
    * vb mode is the right way to do it.

src/mesa/drivers/dri/r300/r300_render.c

index 8aacb23..9b3d5c4 100644 (file)
@@ -596,7 +596,7 @@ static GLboolean r300_run_render(GLcontext *ctx,
 
 #if 1
 
-#if 1
+#if 0
                return r300_run_immediate_render(ctx, stage);
 #else
                return r300_run_vb_render(ctx, stage);