tgsi/util: Change boolean for bool
authorMark Menzynski <mmenzyns@redhat.com>
Tue, 28 Jan 2020 12:20:01 +0000 (13:20 +0100)
committermmenzyns <mmenzyns@redhat.com>
Fri, 20 Mar 2020 17:25:25 +0000 (17:25 +0000)
commit866a8da2a46d1e8722398450384df798619a3ca9
tree4a147ee0b8402bbe8713928e2d4abc0bc3d130f5
parent24e82e453370e4105d73fcdf14cfb2f8922ddb9a
tgsi/util: Change boolean for bool

I was getting errors with "boolean" when compiling. This patch changes
boolean to bool from <stdbool.h>.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Mark Menzynski <mmenzyns@redhat.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3903>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3903>
src/gallium/auxiliary/tgsi/tgsi_util.c
src/gallium/auxiliary/tgsi/tgsi_util.h