prevent possible program mix up with sw vps (Roland Scheidegger)

This commit is contained in:
Aapo Tahkola 2006-06-06 23:44:05 +00:00
parent 9248882ca2
commit 37474eca68

View file

@ -86,6 +86,8 @@ static void r300ProgramStringNotify(GLcontext *ctx, GLenum target,
fp->translated = GL_FALSE;
break;
}
/* need this for tcl fallbacks */
_tnl_program_string(ctx, target, prog);
}
static GLboolean r300IsProgramNative(GLcontext *ctx, GLenum target, struct program *prog)