mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
gallium/radeon: flush stdout after printing texture information
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
a37e46323c
commit
bae066c3f0
1 changed files with 1 additions and 0 deletions
|
|
@ -1103,6 +1103,7 @@ r600_texture_create_object(struct pipe_screen *screen,
|
|||
if (rscreen->debug_flags & DBG_TEX) {
|
||||
puts("Texture:");
|
||||
r600_print_texture_info(rtex, stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
return rtex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue