Forgot one comment...
authorAapo Tahkola <aet@rasterburn.org>
Fri, 28 Jan 2005 10:08:00 +0000 (10:08 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Fri, 28 Jan 2005 10:08:00 +0000 (10:08 +0000)
src/mesa/drivers/dri/r300/r300_vertexprog.c

index c4292da..50a12e6 100644 (file)
@@ -72,6 +72,7 @@ static void r300ProgramStringNotify(GLcontext *ctx, GLenum target,
        struct r300_vertex_program *vp=(void *)prog;
        
        fprintf(stderr, "r300ProgramStringNotify\n");
+       /* XXX: There is still something wrong as mesa doesnt call r300IsProgramNative at all */
        r300IsProgramNative(ctx, target, prog);
 
        switch(target) {