dri: Replace usage of boolean/TRUE/FALSE with bool/true/false
authorYonggang Luo <luoyonggang@gmail.com>
Mon, 12 Jun 2023 05:58:00 +0000 (13:58 +0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 16 Jun 2023 16:52:48 +0000 (16:52 +0000)
commit94d827332f39f537debde50125e3f4f9f5fd34c4
tree95809a7f9315143b451063cf94da682726e8addf
parent7f3874981dd11821a4001671b5ee505868f9aa7d
dri: Replace usage of boolean/TRUE/FALSE with bool/true/false

First do the find/replace in src/gallium/frontends/dri/ folder,
then fixes the compiling errors manually:
Because of this, the prototype of functions in include/GL/internal/dri_interface.h
are changed

Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23582>
include/GL/internal/dri_interface.h
src/gallium/frontends/dri/dri2.c
src/gallium/frontends/dri/dri_context.c
src/gallium/frontends/dri/dri_context.h
src/gallium/frontends/dri/dri_helpers.c
src/gallium/frontends/dri/dri_helpers.h
src/gallium/frontends/dri/dri_screen.c
src/gallium/frontends/dri/dri_screen.h
src/gallium/frontends/dri/drisw.c
src/gallium/frontends/dri/kopper.c