mesa/src/util/format
Dylan Baker a8e2d79e02 meson: use gnu_symbol_visibility argument
This uses a meson builtin to handle -fvisibility=hidden. This is nice
because we don't need to track which languages are used, if C++ is
suddenly added meson just does the right thing.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4740>
2020-06-01 18:59:18 +00:00
..
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
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 more multi-planar formats. 2020-05-30 01:22:51 +00:00
u_format.h util/format: Add more multi-planar formats. 2020-05-30 01:22:51 +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 gallium/util: Add back (and rename) util_float_to_half implementation 2020-03-25 19:16:13 +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
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 more multi-planar formats. 2020-05-30 01:22:51 +00:00
u_format_yuv.h util/format: Add more multi-planar formats. 2020-05-30 01:22:51 +00:00
u_format_zs.c util/format: Add VK_FORMAT_D16_UNORM_S8_UINT. 2020-05-30 01:22:51 +00:00
u_format_zs.h util/format: Add VK_FORMAT_D16_UNORM_S8_UINT. 2020-05-30 01:22:51 +00:00