mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
r300: Dump fragment program after translation if RADEON_DEBUG=pixel is set
This commit is contained in:
parent
7b992d024b
commit
826815a5d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2268,7 +2268,7 @@ void r300_translate_fragment_shader(r300ContextPtr r300, struct r300_fragment_pr
|
|||
assert(rp->alu_end >= 0);
|
||||
|
||||
rp->translated = GL_TRUE;
|
||||
if (1) dump_program(rp);
|
||||
if (RADEON_DEBUG & DEBUG_PIXEL) dump_program(rp);
|
||||
r300UpdateStateParameters(rp->ctx, _NEW_PROGRAM);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue