r5xx: Change debug info for readability.

It's weird seeing the compiled program before the assembly, that's all.
This commit is contained in:
Corbin Simpson 2008-05-21 23:33:13 -07:00
parent d06f4edb14
commit 0dfbe9cdd7

View file

@ -1141,11 +1141,11 @@ void r500TranslateFragmentShader(r300ContextPtr r300,
fp->translated = GL_TRUE;
if (RADEON_DEBUG & DEBUG_PIXEL) {
dump_program(fp);
fprintf(stderr, "Mesa program:\n");
fprintf(stderr, "-------------\n");
_mesa_print_program(&fp->mesa_program.Base);
fflush(stdout);
dump_program(fp);
}