mesa/src/gallium/include/pipe
Ilia Mirkin 0e30c6b8a7 gallium: switch boolean -> bool at the interface definitions
This is a relatively minimal change to adjust all the gallium interfaces
to use bool instead of boolean. I tried to avoid making unrelated
changes inside of drivers to flip boolean -> bool to reduce the risk of
regressions (the compiler will much more easily allow "dirty" values
inside a char-based boolean than a C99 _Bool).

This has been build-tested on amd64 with:

Gallium drivers: nouveau r300 r600 radeonsi freedreno swrast etnaviv v3d
                 vc4 i915 svga virgl swr panfrost iris lima kmsro
Gallium st:      mesa xa xvmc xvmc vdpau va

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
2019-07-22 22:13:51 -04:00
..
p_compiler.h util: move ALWAYS_INLINE macro to util/macro.h 2017-05-09 11:21:03 +10:00
p_config.h Revert "gallium: remove unused PIPE_CC_GCC_VERSION" 2017-05-24 11:33:46 -06:00
p_context.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
p_defines.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
p_format.h gallium: add z24s8_as_r8g8b8a8 format 2019-06-15 07:33:04 -07:00
p_screen.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
p_shader_tokens.h tgsi: add ATOMFADD operation 2018-12-26 20:04:57 -05:00
p_state.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
p_video_codec.h Remove wrongly repeated words in comments 2016-06-23 13:55:03 -07:00
p_video_enums.h st/va: fix the incorrect max profiles report 2019-02-11 14:44:16 -05:00
p_video_state.h vl: Add cropping flags for H264 2019-04-16 10:15:09 -04:00