summaryrefslogtreecommitdiff
path: root/scripts/loader_extension_generator.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Remove hasing of unknown functionsCharles Giessen1-1/+1
2022-02-09Update loader VUID messagesMark Young1-11/+11
2022-01-25Add VK_NN_vi_surface to WSI extension names arrayKevin McCullough1-1/+2
2022-01-07Fix loader phys dev termin for physical device extensions.Mark Young1-0/+5
2021-11-19Update loader to include handle validationMark Young1-6/+48
2021-09-09loader: Make _GNU_SOURCE a cmake definitionCharles Giessen1-3/+0
2021-08-30scripts: Remove loader_icd_init_entries duplicateCharles Giessen1-5/+2
2021-08-10Fix loader_log messages to use LOADER_ log levelsMark Young1-3/+3
2021-04-06Add support for QNX platform.Mike Gorchak1-1/+2
2020-11-23Add GGP WSI platform support to Vulkan-LoaderJ.D. Rouan1-0/+1
2020-10-26Add support for VK_FUCHSIA_imagepipe_surfaceCraig Stout1-0/+1
2020-07-07loader: Add support for directfb surface extensionNicolas Caramelli1-0/+1
2020-06-22build: Update known-good files for 1.2.145 headerShannon McPherson1-0/+2
2020-06-09scripts: Use named params for generator optionsdan sinclair1-3/+13
2020-03-16loader: Migrate get surface caps 2 funcs to wsiJoshua Ashton1-1/+2
2020-02-03loader: Fix debug utils terminators being skippedLenny Komow1-26/+10
2020-01-27loader: Update comments for shared aliasesLenny Komow1-4/+6
2020-01-22loader: Improve 1.2 promoted extension fixMark Lobodzinski1-17/+2
2020-01-22loader: Fix handling of promoted device extensionsMark Lobodzinski1-1/+1
2020-01-15scripts: Add support for Vulkan 1.2 codegenLenny Komow1-0/+16
2019-12-12loader: Add custom terminator to tool propertiesLenny Komow1-3/+3
2019-12-11codegen: Fix crash in tooling info terminatorLenny Komow1-1/+2
2019-09-18loader: Add support for metal surfacesLenny Komow1-0/+1
2019-05-24scripts: Correct uneven braces in ldr ext genShannon McPherson1-5/+7
2019-04-26loader: VK_EXT_headless_surface additionsBryan Law-Smith1-0/+1
2019-04-15loader: Support VK_EXT_full_screen_exclusive extLenny Komow1-1/+3
2019-04-08scripts: Update known-good for 1.1.106 headerMike Schuchardt1-4/+19
2018-11-06scripts: Remove Mir exceptions from codegenLenny Komow1-1/+0
2018-11-01loader: Fix VK_EXT_debug_utils terminationMark Young1-19/+54
2018-11-01scripts: Compare to `None` using `is` operatorMichaƂ Janiszewski1-7/+7
2018-08-03loader: Fix VK_EXT_debug_utils crashLenny Komow1-0/+16
2018-07-26Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"Tom Anderson1-0/+2
2018-06-06loader: Add support for get display properties2Lenny Komow1-3/+8
2018-03-29loader: Fix GetDeviceProcAddr with terminatorsLenny Komow1-5/+18
2018-03-09loader: Extend pre-instance intercepts for 1.1Lenny Komow1-1/+2
2018-03-09scripts: Update codegen to work with new aliasingMike Schuchardt1-2/+2
2018-03-09Implement initial VK_EXT_debug_utils changesMark Young1-18/+91
2018-03-09loader: Fix crash in aliased extensionsLenny Komow1-7/+10
2018-03-09loader: Fix loader marking 1.1 cmds as requiredLenny Komow1-4/+4
2018-03-09loader: Move manual KHR exts to coreLenny Komow1-5/+23
2018-03-09scripts: Update generators for 1.1Mark Lobodzinski1-10/+11
2018-03-09scripts: Fix loader extension generatorMark Lobodzinski1-6/+2
2018-03-02macOS: Add macOS supportKarl Schultz1-0/+2
2018-01-09loader: Add pre-instance functions for layersLenny Komow1-0/+6
2017-07-13header: Update to 1.0.54 Vulkan releaseMark Young1-1/+4
2017-06-22loader: Modify VK_EXT_debug_marker scriptsMark Young1-16/+50
2017-06-02loader: Add emulation for EXT inst extensionsLenny Komow1-1/+5
2017-05-31loader: Emulate surface capabilities 2Lenny Komow1-1/+3
2017-05-23loader: Fix extension surface paramsLenny Komow1-5/+36
2017-05-10loader: Add basic phys dev props emulationLenny Komow1-1/+8