diff options
author | José Fonseca <[email protected]> | 2010-02-14 23:54:22 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 23:54:22 +0000 |
commit | d70c76907519592b723df915e8a71a7bf88c1197 (patch) | |
tree | 32771aff44d8a42e6a8e8308c407b147acb19bea /src/gallium/auxiliary/util/u_dump.h | |
parent | 270279ac997e2a7b4e57c122b8ae217195271f72 (diff) |
util: Avoid dumping masked state. Other minor improvements.
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_dump.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h index cad0b355585..379f18ef38b 100644 --- a/src/gallium/auxiliary/util/u_dump.h +++ b/src/gallium/auxiliary/util/u_dump.h @@ -51,6 +51,11 @@ extern "C" { struct os_stream; +/* Duplicated here for convenience */ +extern struct os_stream * +os_log_stream; + + /* * p_defines.h * |