diff options
author | Marek Olšák <[email protected]> | 2015-11-23 13:30:23 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-12-03 23:41:23 +0100 |
commit | 3a6de8c86ee8a0a6d2f2fbc8cf2c461af0b9a007 (patch) | |
tree | da87397763d7e466c554b15f92c1b5f67fde95ea /src/gallium/drivers/radeon/r600_texture.c | |
parent | a0bfb2798d243a4685d6ea32e9a7091fcec74700 (diff) |
radeonsi: print framebuffer info into ddebug logs
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_texture.c')
-rw-r--r-- | src/gallium/drivers/radeon/r600_texture.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/r600_texture.c b/src/gallium/drivers/radeon/r600_texture.c index bf0358bff12..e2947d9e351 100644 --- a/src/gallium/drivers/radeon/r600_texture.c +++ b/src/gallium/drivers/radeon/r600_texture.c @@ -598,8 +598,7 @@ static void r600_texture_allocate_htile(struct r600_common_screen *rscreen, } } -static void -r600_print_texture_info(struct r600_texture *rtex, FILE *f) +void r600_print_texture_info(struct r600_texture *rtex, FILE *f) { int i; |