Vulkan-Loader icon indicating copy to clipboard operation
Vulkan-Loader copied to clipboard

Vulkan Loader

Results 63 Vulkan-Loader issues
Sort by recently updated
recently updated
newest added

Completes the support matrix for the unknown function assembly code by adding Windows Arm assembly support. This requires using MARMASM which require CMake 3.26 support This support requires manually linking...

I was testing something with vulkan and noticed that some files are being read twice. I was supprised by that. I started digging and I found this: ```c commit 992d9cb45f181e747a1a942c6aa09bef94fd9428...

I'm seeing a crash when attempting to query for surface support (vkGetPhysicalDeviceSurfacePresentModesKHR/vkGetPhysicalDeviceSurfaceSupportKHR/vkGetPhysicalDeviceSurfaceCapabilitiesKHR etc.) for a VKSurfaceKHR previously created using `vkCreateHeadlessSurfaceEXT`. My system (Ubuntu 22.04) has 2 icds configured/installed - llvmpipe...

bug

> One "device\_extensions" node with an array of one or more elements is required if any device extensions are supported by a layer; > One "instance_extensions" node with an array...

enhancement
layers

By code inspection of `terminator_CreateDisplayPlaneSurfaceKHR()`, it appears that this function may not function as intended when multiple ICDs that implement `icd_term->dispatch.CreateDisplayPlaneSurfaceKHR`. Around here: https://github.com/KhronosGroup/Vulkan-Loader/blob/438875314dc838d130098127c6e908798500fecc/loader/wsi.c#L2031 is code that loops over all...

bug

Allows the settings file to contain 'additional drivers' which are just paths to ICD manifest files. Adds the `use_additional_drivers_exclusively` boolean field and `additional_drivers` list to settings array on a per-application...

**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail. ** Loader should check the binary validity against running architecture, i.e. layer with x86 library cannot be...

enhancement

For debugging, sometimes it's useful to be able to force a certain layer to load before (closest to the application) any other layer. Currently, the only way to do this...

enhancement

Recent refactoring broke downstream version name handling. These changes have no effect on Vulkan, but enables proper handling for Vulkan SC.

**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail. ** The Lavapipe software driver from Mesa can be built on macOS and supports the X11 and...

enhancement