mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 03:40:10 +01:00
prevent possible program mix up with sw vps (Roland Scheidegger)
This commit is contained in:
parent
9248882ca2
commit
37474eca68
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue