mesa/src/util/format
Eric Anholt 8a2c507a8a 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>
2020-02-04 19:02:59 +00:00
..
meson.build
u_format.c util: Make helper functions for pack/unpacking pixel rows. 2020-02-04 19:02:59 +00:00
u_format.csv util/format: Add the P010 format used for 10-bit videos 2020-01-03 16:30:22 +00:00
u_format.h util: Make helper functions for pack/unpacking pixel rows. 2020-02-04 19:02:59 +00:00
u_format_bptc.c
u_format_bptc.h
u_format_etc.c
u_format_etc.h
u_format_latc.c
u_format_latc.h
u_format_other.c
u_format_other.h
u_format_pack.py util: Drop unpacking from int signed to unsigned and vice versa. 2020-02-04 19:02:59 +00:00
u_format_parse.py
u_format_rgtc.c
u_format_rgtc.h
u_format_s3tc.c
u_format_s3tc.h
u_format_table.py util: Drop unpacking from int signed to unsigned and vice versa. 2020-02-04 19:02:59 +00:00
u_format_tests.c
u_format_tests.h
u_format_yuv.c util/format: Add the P010 format used for 10-bit videos 2020-01-03 16:30:22 +00:00
u_format_yuv.h util/format: Add the P010 format used for 10-bit videos 2020-01-03 16:30:22 +00:00
u_format_zs.c
u_format_zs.h