Enable VB mode rendering by default. If anyone thinks this is wrong, *please* feel free to change it back.

My reasons:

    * immediate mode is broken
    * vb mode is faster
    * vb mode is the right way to do it.
This commit is contained in:
Vladimir Dergachev 2005-03-05 06:31:36 +00:00
parent 3f9467c946
commit a4296239d4
1 changed files with 1 additions and 1 deletions

View 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);