util: Expose rgba unpack/fetch functions as external functions as well.
[mesa.git] / src / util / os_file.c
2020-06-18 Eric Engestromutil: introduce os_dupfd_cloexec() helper
2020-06-18 Eric Engestromutil/os_file: replace broken windows-detection code...
2020-03-24 Pierre-Eric Pellou... util/os_file: extend os_read_file to return the file...
2020-02-21 Michel Dänzerutil: Change os_same_file_description return type from...
2020-02-20 Marek Olšákutil: remove the dependency on kcmp.h
2020-01-23 Michel Dänzerutil: Add os_same_file_description helper
2019-09-03 Eric Engestromutil/os_file: fix double-close()
2019-06-28 Eric Engestromutil: add os_file_create_unique()
2019-06-20 Eric Engestromutil/os_file: resize buffer to what was actually needed
2019-06-09 Eric Engestromutil/os_file: suppress sign comparison warning
2019-06-09 Eric Engestromutil/os_file: fix error being sign-cast back and forth
2019-06-09 Eric Engestromutil/os_file: avoid shadowing read() with a local variable
2019-06-09 Eric Engestromutil/os_file: actually return the error read() gave us
2019-05-16 Eric Engestromutil/os_file: always use the 'grow' mechanism
2019-05-01 Eric Engestromutil: move #include out of #if linux
2019-04-30 Eric Engestromutil: add os_read_file() helper