diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-05 03:01:34 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-05 03:01:34 +0100 |
commit | 61ffba44fd70abefd22366aa296b7afb04c6767a (patch) | |
tree | 52f5f78872c5fe8f9e99e7237768ae01976d7ae4 /src/gallium/drivers/trace/tr_context.h | |
parent | d4c578ae415623bdbc12885f93405b43141cc09a (diff) |
trace/rbug: Use condvar on system that has it for blocking
Diffstat (limited to 'src/gallium/drivers/trace/tr_context.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_context.h b/src/gallium/drivers/trace/tr_context.h index 770e975a14a..0c2bf276895 100644 --- a/src/gallium/drivers/trace/tr_context.h +++ b/src/gallium/drivers/trace/tr_context.h @@ -56,6 +56,7 @@ struct trace_context struct trace_texture *zsbuf; } curr; + pipe_condvar draw_cond; pipe_mutex draw_mutex; int draw_blocker; int draw_blocked; |