summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os/os_stream_stdc.c
AgeCommit message (Collapse)Author
2010-11-08os: Open file streams in binary mode.Michal Krol
Otherwise we'll get garbled data on Windows.
2010-08-20os_stream: add printf facilityLuca Barbieri
2010-02-14os: Fix bad calloc.José Fonseca
2010-02-14os: Make streams abstract.José Fonseca
Also replace windows kernel stream with null implementation. It was severely limited and no easy means to test it now.
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca