mesa/src/util/format
Eric Anholt a46b73ee25 mesa: Move the FXT1 compressor/decompressor to util/
softpipe failed at handling FXT1, despite exposing it, because we didn't
have a fetch function for it in the util/ format table.

Fixes: #3968
Reviewed-by: Adam jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9194>
2021-02-23 20:38:50 +00:00
..
format_utils.h util: Fix UBSan failure on _mesa_unorm_to_unorm. 2021-01-15 18:58:50 +00:00
meson.build mesa: Move the FXT1 compressor/decompressor to util/ 2021-02-23 20:38:50 +00:00
u_format.c util/format: add helper to check if a format is scaled. 2021-02-16 05:31:11 +00:00
u_format.csv util/format: Fix pack/unpack of A1R5G5B5_UINT. 2021-01-15 18:58:50 +00:00
u_format.h util/format: add helper to check if a format is scaled. 2021-02-16 05:31:11 +00:00
u_format_bptc.c util: Explicitly call the unpack functions from inside bptc pack/unpack. 2020-08-20 05:03:16 +00:00
u_format_bptc.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_etc.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_etc.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_fxt1.c mesa: Move the FXT1 compressor/decompressor to util/ 2021-02-23 20:38:50 +00:00
u_format_fxt1.h mesa: Move the FXT1 compressor/decompressor to util/ 2021-02-23 20:38:50 +00:00
u_format_latc.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_latc.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_other.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_other.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_pack.py util/format: Simplify the generated unpack code. 2021-01-15 18:58:50 +00:00
u_format_parse.py Revert "gallium: Fix big-endian addressing of non-bitmask array formats." 2020-02-11 00:53:04 +00:00
u_format_rgtc.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_rgtc.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_s3tc.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_s3tc.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_table.py mesa: Move the FXT1 compressor/decompressor to util/ 2021-02-23 20:38:50 +00:00
u_format_tests.c mesa: Implement GL_EXT_texture_sRGB_RG8 for softpipe and llvmpipe 2021-01-04 21:19:35 +00:00
u_format_tests.h
u_format_yuv.c util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_yuv.h util: Make all 3 fetch_rgba functions occupy the same function slot. 2020-08-16 21:25:14 +00:00
u_format_zs.c util: Give a reasonable answer when unpacking z32unorm from floats. 2021-01-15 18:58:50 +00:00
u_format_zs.h util/format_zs: Add C++ include handling 2020-11-10 15:37:07 +00:00