Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / format / u_format.h
2020-08-16 Eric Anholtutil: Move fetch_rgba to a separate function table.
2020-08-16 Eric Anholtutil: Mark the format description getter functions...
2020-08-16 Eric Anholtutil: Make all 3 fetch_rgba functions occupy the same...
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-07-07 Eric Anholtutil: Mark util_format_description() as a const function.
2020-05-30 Bas Nieuwenhuizenutil/format: Add more multi-planar formats.
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2020-01-03 Thong Thaiutil/format: Add the P010 format used for 10-bit videos
2019-12-27 Eric Engestromutil/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_fo...
2019-12-27 Eric Engestromutil/format: remove left-over util_format_description_t...
2019-12-20 Jonathan Marekutil/format: add missing vulkan formats
2019-12-02 Kenneth Graunkest/mesa: Add GL_TDFX_texture_compression_FXT1 support
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/