Skip to content

dri: Replace usage of boolean/TRUE/FALSE with bool/true/false

Yonggang Luo requested to merge lygstate/mesa:dri_use_bool into main

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

@mareko @kusma @eric

Merge request reports