os: Make streams abstract.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 16:55:04 +0000 (16:55 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 14 Feb 2010 23:25:33 +0000 (23:25 +0000)
commit2b4575f16d24a212b9a43cbd4a9966b3668e4b32
tree6d6eb6a87e5641fb48c9e76181893a711e01d43b
parente7660a54423c69fe352e21eedd2a082d9c7aeac0
os: Make streams abstract.

Also replace windows kernel stream with null implementation. It was
severely limited and no easy means to test it now.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/os/os_stream.h
src/gallium/auxiliary/os/os_stream_null.c [new file with mode: 0644]
src/gallium/auxiliary/os/os_stream_stdc.c
src/gallium/auxiliary/os/os_stream_wd.c [deleted file]