mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
Enabled vertex buffer mode as default.
This commit is contained in:
parent
cc70176446
commit
6125515cec
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue