Module: Mesa Branch: main Commit: 5d794e8e3d9cfef2c9b6880b908d431bce50bb7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d794e8e3d9cfef2c9b6880b908d431bce50bb7e
Author: Yonggang Luo <[email protected]> Date: Mon Nov 7 13:34:30 2022 +0800 util: Replace usage of boolean with c11 bool in src/util/format/* and src/util/tests/format/* This is done by find and replace: boolean -> bool TRUE -> true FALSE -> false Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19649> --- src/util/format/u_format.c | 146 ++++++++--------- src/util/format/u_format.h | 98 +++++------ src/util/format/u_format_fxt1.c | 4 +- src/util/format/u_format_s3tc.c | 72 ++++----- src/util/format/u_format_table.py | 4 +- src/util/tests/format/u_format_compatible_test.c | 6 +- src/util/tests/format/u_format_test.c | 198 +++++++++++------------ 7 files changed, 264 insertions(+), 264 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=5d794e8e3d9cfef2c9b6880b908d431bce50bb7e
