aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/format
Commit message (Expand)AuthorAgeFilesLines
* util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt2020-07-0718-140/+106
* util: Remove the stub pack/unpack functions for YUV formats.Eric Anholt2020-07-073-741/+27
* util: Use designated initializers to clean up the format tables' pack/unpack.Eric Anholt2020-07-071-51/+28
* util: Merge util_format_read_4* functions.Eric Anholt2020-07-073-81/+30
* util: Merge util_format_write_4* functions.Eric Anholt2020-07-072-64/+13
* util: Remove unused util_format_planar_is_supported().Eric Anholt2020-07-072-29/+0
* util: Mark util_format_description() as a const function.Eric Anholt2020-07-071-1/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* util/format: Add more multi-planar formats.Bas Nieuwenhuizen2020-05-304-0/+303
* util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen2020-05-303-0/+72
* util/format: Use SATURATEAlyssa Rosenzweig2020-05-261-3/+3
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-1/+1
* Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt2020-02-111-17/+6
* util: Drop unpacking from int signed to unsigned and vice versa.Eric Anholt2020-02-042-4/+2
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-042-4/+104
* util/format: Add the P010 format used for 10-bit videosThong Thai2020-01-034-0/+44
* util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()Eric Engestrom2019-12-271-0/+40
* util/format: remove left-over util_format_description_table declarationEric Engestrom2019-12-271-4/+0
* util/format: add missing vulkan formatsJonathan Marek2019-12-192-2/+27
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-011-0/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1425-0/+11248