[Mesa-dev] [PATCH v2 01/13] gallium/radeon: flush stdout after printing texture information

Nicolai Hähnle nhaehnle at gmail.com
Mon Jul 4 19:20:18 UTC 2016


From: Nicolai Hähnle <nicolai.haehnle at amd.com>

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
---
 src/gallium/drivers/radeon/r600_texture.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/r600_texture.c b/src/gallium/drivers/radeon/r600_texture.c
index 68f1701..7651e87 100644
--- a/src/gallium/drivers/radeon/r600_texture.c
+++ b/src/gallium/drivers/radeon/r600_texture.c
@@ -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;
-- 
2.7.4



More information about the mesa-dev mailing list