mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 01:18:15 +02:00
The DETECT_OS_FUCHSIA constant defined in util/detect_os.h allows replacing the ocurrences of defined(__Fushsia__) and __Fuschsia__. They are equivalent in functionality but the util's one is easier to read and write. Also it does not require the define() syntax. The change involve replacing every ocurrence of defined(__Fuchsia__) with DETECT_OS_FUCHSIA. Then replacing every ocurrence of #ifdef __Fuchsia__ with #if DETECT_OS_FUCHSIA. Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32286> |
||
|---|---|---|
| .. | ||
| stubs | ||
| gfxstream_icd.json | ||
| gfxstream_vk_android.cpp | ||
| gfxstream_vk_cmd.cpp | ||
| gfxstream_vk_device.cpp | ||
| gfxstream_vk_fuchsia.cpp | ||
| gfxstream_vk_wsi.cpp | ||
| gfxstream_vk_wsi_stub.cpp | ||
| meson.build | ||