summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/ddebug/dd_draw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/ddebug/dd_draw.c b/src/gallium/drivers/ddebug/dd_draw.c
index d3c4e7f5e9c..517e525f03a 100644
--- a/src/gallium/drivers/ddebug/dd_draw.c
+++ b/src/gallium/drivers/ddebug/dd_draw.c
@@ -930,6 +930,7 @@ PIPE_THREAD_ROUTINE(dd_thread_pipelined_hang_detect, input)
static char *
dd_get_driver_shader_log(struct dd_context *dctx)
{
+#if defined(PIPE_OS_LINUX)
FILE *f;
char *buf;
int written_bytes;
@@ -966,6 +967,10 @@ dd_get_driver_shader_log(struct dd_context *dctx)
}
return buf;
+#else
+ /* Return an empty string. */
+ return (char*)calloc(1, 4);
+#endif
}
static void