mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 19:00:33 +01:00
r5xx: Change debug info for readability.
It's weird seeing the compiled program before the assembly, that's all.
This commit is contained in:
parent
d06f4edb14
commit
0dfbe9cdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue