os: A stream for debug logging.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 23:53:42 +0000 (23:53 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 23:53:42 +0000 (23:53 +0000)
commit270279ac997e2a7b4e57c122b8ae217195271f72
tree758bcf9bb6bf0dd4f223577ec0c2b5f615b1a414
parentd422310498f10bcf59c69faf04d8d4588303efc0
os: A stream for debug logging.

Just a wrapper around os_log_message. Although it would probably make
more sense to be the other way around.

Also some comment fixes.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/os/os_stream.h
src/gallium/auxiliary/os/os_stream_log.c [new file with mode: 0644]
src/gallium/auxiliary/os/os_stream_null.c
src/gallium/auxiliary/os/os_stream_str.c