aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2017-07-21loader: Remove executable stack from libvulkan.soLenny Komow
2017-07-18loader: Fix vkEnumerateDeviceLayerPropertiesMark Young
2017-07-17loader: Do not enumerate extensions from disabled implicit layersJean-Francois Roy
2017-07-13header: Update to 1.0.54 Vulkan releaseMark Young
2017-07-05loader: Rename files to better reflect their useLenny Komow
2017-07-05loader: Fix unknown device trampolines on WindowsLenny Komow
2017-07-05loader: Fix unknown device trampolines on LinuxLenny Komow
2017-07-05loader: Fix unknown phys dev terms on LinuxLenny Komow
2017-07-05loader: Fix unknown phys dev terms on WindowsLenny Komow
2017-06-30build: Fix build on non-x86 Linux systemsLenny Komow
2017-06-29loader: Add validation for apiVersionMark Young
2017-06-26loader: Fix handling of JSONMark Young
2017-06-22build: Fix assembler warning on Win64Lenny Komow
2017-06-20build: Quote asm arg to allow bld w/spaces in pathKarl Schultz
2017-06-16build: Enable linux 32-bit builds with ASFLAGSLenny Komow
2017-06-16build: Do not overwrite CMAKE_ASM-ATT_FLAGSJózef Kucia
2017-06-15loader: Fix alloc issueMark Young
2017-06-14build: Fix ninja buildLenny Komow
2017-06-13loader: Fix unknown phys dev trampolines on linuxLenny Komow
2017-06-13loader: Fix unknown phys dev trampolines on win32Lenny Komow
2017-06-12build: Add CMake flag to suppress LVL contentKarl Schultz
2017-06-12docs: Remove swapchain refs from docs/text filesMark Lobodzinski
2017-06-12loader: Change std_val to ignore swapchain layerMark Lobodzinski
2017-06-12loader: replace UTF-8 “” with "Nekotekina
2017-06-05loader: Fix buffer overflow in loader_add_to_dev_ext_listGabríel Arthúr Pétursson
2017-06-02loader: Add emulation for EXT inst extensionsLenny Komow
2017-05-31loader: Emulate surface capabilities 2Lenny Komow
2017-05-26loader: Fix env usage and cleanup messagesMark Young
2017-05-26loader: Extend emulation to VkDevice creationLenny Komow
2017-05-26loader: Add additional extensions to ext emulationLenny Komow
2017-05-23loader: Use correct instance in gpdpa callTony Barbour
2017-05-19docs: Update docs with env varsMark Young
2017-05-19loader: gh1771-Fix realloc handlingMark Young
2017-05-18loader: Revert ICD dlopen back to using RTLD_LAZYLenny Komow
2017-05-16loader: Expand error message infoMark Young
2017-05-16loader: Expand lib search locationsMark Young
2017-05-16loader: Modify ICD dlopen to use RTLD_NOWMark Young
2017-05-15loader: Add ICD to extension emulation debug infoLenny Komow
2017-05-10loader: Add basic phys dev props emulationLenny Komow
2017-05-10loader : gh1675 - Further strncat changesMark Young
2017-05-09loader: Optimize layer removalMark Young
2017-05-09loader: Code review fixesMark Young
2017-05-09loader: Update meta-layersMark Young
2017-05-09loader: Fix layer Enumerate bugMark Young
2017-05-09loader: Meta-layer supportMark Young
2017-05-04docs: Update loader doc for linking and formatLenny Komow
2017-04-26loader: gh1681 - Restrict error in JSONMark Young
2017-04-07loader: Fix loader and layer negotiationMark Young
2017-03-31loader: Fix loader crash with multiple instancesLenny Komow
2017-03-22loader: Add guard around cmake header include.Jamie Madill