Merge branch 'instanced-arrays'
[mesa.git] / src / gallium / drivers / svga / svga_pipe_flush.c
index 942366de72154d3b6139c15fee7f5e295a13e1ed..0becb0765acc20387f3f70eb2b6d7fb999967d0d 100644 (file)
@@ -59,6 +59,9 @@ static void svga_flush( struct pipe_context *pipe,
    /* Flush command queue.
     */
    svga_context_flush(svga, fence);
+
+   SVGA_DBG(DEBUG_DMA|DEBUG_PERF, "%s flags %x fence_ptr %p\n",
+            __FUNCTION__, flags, fence ? *fence : 0x0);
 }