VkBasalt Versions Save

a vulkan post processing layer for linux

v0.3.2.10

10 months ago
  • fixed build with GCC 12

v0.3.2.9

1 year ago
  • fixed build with latest Vulkan-Headers
  • fixed crash when destroying VK_NULL_HANDLE instances, devices and swapchains (affected mpv)

v0.3.2.8

1 year ago
  • fixed regression with multiple effects enabled

v0.3.2.7

1 year ago
  • fixed compatibility with newer vkd3d-proton by fixing VK_INCOMPLETE handling in vkGetSwapchainImagesKHR

v0.3.2.6

1 year ago
  • Vulkan 1.3 support

v0.3.2.5

2 years ago
  • micro optimized some shaders
  • added a new enableOnLaunch config option
  • fixed crash when the swapchain was created before vkGetDeviceQueue was called
  • fixed build on gcc12

v0.3.2.4

3 years ago

Build

  • vulkan-headers and spirv-headersare now build time dependencies
  • system-wide paths are now configured at build time
  • fixed meson's unity feature

Bug Fixes

  • fixed artifacts around the swapchain border

v0.3.2.3

3 years ago
  • New build option to install the library to a private directory

v0.3.2.2

3 years ago

You know, maybe I should stop breaking stuff. alt text

Bug Fixes

  • fixed float parsing failing for valid floats
  • fixed lut .CUBE vs .png detection

v0.3.2.1

3 years ago

Don't mind me, I'm just a hotfix! alt text

Build

  • reverted a change that broke 32 bit builds on arch, see #87