mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
Forgot one comment...
This commit is contained in:
parent
f856b3f10f
commit
e451a95ecc
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ static void r300ProgramStringNotify(GLcontext *ctx, GLenum target,
|
||||||
struct r300_vertex_program *vp=(void *)prog;
|
struct r300_vertex_program *vp=(void *)prog;
|
||||||
|
|
||||||
fprintf(stderr, "r300ProgramStringNotify\n");
|
fprintf(stderr, "r300ProgramStringNotify\n");
|
||||||
|
/* XXX: There is still something wrong as mesa doesnt call r300IsProgramNative at all */
|
||||||
r300IsProgramNative(ctx, target, prog);
|
r300IsProgramNative(ctx, target, prog);
|
||||||
|
|
||||||
switch(target) {
|
switch(target) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue