util: Drop unpacking from int signed to unsigned and vice versa.
authorEric Anholt <eric@anholt.net>
Mon, 11 Nov 2019 23:52:53 +0000 (15:52 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 4 Feb 2020 19:02:59 +0000 (19:02 +0000)
commit8a2c507a8abe2537df5bc1f4847c40e6d4314dec
treed05c7ff835d5487e9c0cf43eb8869fcb75e5a03c
parent1d367c3aa57da54f5dbd6871a38b9fc1d6cbcc45
util: Drop unpacking from int signed to unsigned and vice versa.

After all the previous cleanups, it's clear that the callers only ever
ask for SINT->SINT or UINT->UINT.  Cuts 20k of compiled text from
gallium drivers.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2744>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2744>
src/util/format/u_format_pack.py
src/util/format/u_format_table.py