summaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_util.c
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2018-11-12 14:23:42 -0800
committerChia-I Wu <[email protected]>2019-03-11 10:01:33 -0700
commit1372c95ad26da146454108b7fc44488f28fe91bb (patch)
treec505e1a8315979d63321f66aac03150e4d0d92a6 /src/freedreno/vulkan/tu_util.c
parentcca208a0330f72d1cba7f679cf78e1121ee23d7b (diff)
turnip: Add TODO for Android logging
Diffstat (limited to 'src/freedreno/vulkan/tu_util.c')
-rw-r--r--src/freedreno/vulkan/tu_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/vulkan/tu_util.c b/src/freedreno/vulkan/tu_util.c
index 311c3a1b141..ab33fd9ab10 100644
--- a/src/freedreno/vulkan/tu_util.c
+++ b/src/freedreno/vulkan/tu_util.c
@@ -33,6 +33,8 @@
#include "util/u_math.h"
+/* TODO: Add Android support to tu_log funcs */
+
/** Log an error message. */
void tu_printflike(1, 2) tu_loge(const char *format, ...)
{