Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / format / u_format.c
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-07-07 Eric Anholtutil: Share a single function pointer for the 4-byte...
2020-07-07 Eric Anholtutil: Merge util_format_read_4* functions.
2020-07-07 Eric Anholtutil: Merge util_format_write_4* functions.
2020-07-07 Eric Anholtutil: Remove unused util_format_planar_is_supported().
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/