Comment # 47
on bug 105251
from Marek Olšák
The log is truncated for some reason. Can you apply this to make it shorter? diff --git a/src/gallium/drivers/radeonsi/si_debug.c b/src/gallium/drivers/radeonsi/si_debug.c index 5e80469cee1..325e1e3ed01 100644 --- a/src/gallium/drivers/radeonsi/si_debug.c +++ b/src/gallium/drivers/radeonsi/si_debug.c @@ -101,6 +101,7 @@ static void si_dump_shader(struct si_screen *sscreen, enum pipe_shader_type processor, const struct si_shader *shader, FILE *f) { + return; if (shader->shader_log) fwrite(shader->shader_log, shader->shader_log_size, 1, f); else
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel