diff options
author | Jakob Bornecrantz <[email protected]> | 2009-05-16 01:49:11 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-05-16 01:50:53 +0100 |
commit | f04c38fa1fab0fe640b89d0de82fa44e2ee984a9 (patch) | |
tree | 4538ba73698f520230854ad235ae37608d9201cb /src/gallium/drivers/trace/tr_screen.h | |
parent | ee05658798c047876ccd9e5cd33e12eee1dd8758 (diff) |
trace: Export enabled status
Diffstat (limited to 'src/gallium/drivers/trace/tr_screen.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_screen.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.h b/src/gallium/drivers/trace/tr_screen.h index 59f254166d4..7fae1829858 100644 --- a/src/gallium/drivers/trace/tr_screen.h +++ b/src/gallium/drivers/trace/tr_screen.h @@ -71,6 +71,13 @@ struct trace_screen }; +/* + * tr_screen.c + */ + +boolean +trace_enabled(void); + struct trace_screen * trace_screen(struct pipe_screen *screen); |