aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
AgeCommit message (Collapse)Author
2023-07-14Add REUSE compliance checker to CIJuan Ramos
2023-02-17Add -Wno-redundant-parens to BUILD.gnMike Schuchardt
The SC vk.xml merge added extra parentheses to the VK_DEFINE_NON_DISPATCHABLE_HANDLES macro in order to satisfy MISRA rule 20.7. Make sure this doesn't break downstream builds that would otherwise warn about them.
2023-01-19build: Remove vk_sdk_platform.hJuan Ramos
Users have already been warned about this file being deprecated.
2023-01-04docs: Update copyrightJuan Ramos
2023-01-04gn: Fix GN build warningsJuan Ramos
2022-04-01GN: Wayland include directoriesAntonio Caggiano
Wayland headers can be found in multiple directories. Use an array to specify those include directories.
2022-03-23GN: Wayland include directoriesAntonio Caggiano
Improve support for environments without wayland in their system include directories, by adding the vulkan_wayland_include_dir variable which can be defined in build_overrides.
2022-01-12GN: Support Wayland platformAntonio Caggiano
Following the approach taken with XCB, add support for Wayland based on user-defined variable.
2021-03-01Fix build after adding new headerYuly Novikov
Add new vulkan_screen.h header to BUILD.gn fixes #187
2019-12-27GN: Make PLATFORM_XCB optional, based on a user-defined variable.Ethan Lee
Not all Linux platforms will have X11 available (Wayland, GGP), so we have to declare a variable that checks use_x11 separately.
2019-11-06GN: Add support for Google Games Platform.Jamie Madill
This is conditional upon defining a variable 'is_ggp'. The variable is optional.
2019-11-06build: BUILD.gn missing defines for MacOSJonah Ryan-Davis
BUILD.gn does not define VK_USE_PLATFORM_METAL_EXT for MacOS
2019-04-23build: Add support for GN build systemMike Schuchardt