mesa/src/util/format
Marek Olšák e3e66e1fab util: add new helper util_format_rgb_to_bgr
We have BGR formats for all RGB formats where it matters except
USCALED/SSCALED. radeonsi will use it.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9615>
2021-03-19 16:05:02 +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: add new helper util_format_rgb_to_bgr 2021-03-19 16:05:02 +00:00
u_format.csv util: add most missing formats with reversed RGB channel order 2021-03-19 16:05:02 +00:00
u_format.h util: add new helper util_format_rgb_to_bgr 2021-03-19 16:05:02 +00:00
u_format_bptc.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_bptc.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_etc.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_etc.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_fxt1.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_fxt1.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_latc.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_latc.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_other.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_other.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_pack.py u_format: Mark the generated pack/unpack src/dst args as restrict. 2021-03-11 23:26:34 +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: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_rgtc.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_s3tc.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_s3tc.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +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 u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_yuv.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_zs.c u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00
u_format_zs.h u_format: Add restrict to fn pointer and manual format pack/unpack/fetch 2021-03-18 14:53:52 +00:00