gallium/radeon: flush stdout after printing texture information
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 22 Jun 2016 18:05:12 +0000 (20:05 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 6 Jul 2016 08:42:48 +0000 (10:42 +0200)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/r600_texture.c

index 68f1701..7651e87 100644 (file)
@@ -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;