mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
enable feedback rendering
This commit is contained in:
parent
a55842b9b3
commit
44a22a2c28
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ int r300Fallback(GLcontext *ctx)
|
|||
{
|
||||
int i;
|
||||
|
||||
//FALLBACK_IF(ctx->RenderMode != GL_RENDER); // We do not do SELECT or FEEDBACK (yet ?)
|
||||
FALLBACK_IF(ctx->RenderMode != GL_RENDER); // We do not do SELECT or FEEDBACK (yet ?)
|
||||
|
||||
#if 0 /* These should work now.. */
|
||||
FALLBACK_IF(ctx->Color.DitherFlag);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue