aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/format
Commit message (Expand)AuthorAgeFilesLines
* 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