From f73066fbd59ce2f5ce1268502850027bf4f0699b Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 14 Mar 2009 10:22:48 +0100 Subject: trace: Dump buffer data via buffer writes --- src/gallium/drivers/trace/tr_buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/trace/tr_buffer.h') diff --git a/src/gallium/drivers/trace/tr_buffer.h b/src/gallium/drivers/trace/tr_buffer.h index e9daeb7702..e9e4d354da 100644 --- a/src/gallium/drivers/trace/tr_buffer.h +++ b/src/gallium/drivers/trace/tr_buffer.h @@ -42,6 +42,7 @@ struct trace_buffer struct pipe_buffer *buffer; void *map; + boolean range_flushed; }; -- cgit v1.2.3