Skip to content

Releases: DadSchoorse/vkBasalt

Version 0.3.2.10

03 Jul 19:49
Compare
Choose a tag to compare
  • fixed build with GCC 12

Version 0.3.2.9

02 Mar 19:24
Compare
Choose a tag to compare
  • fixed build with latest Vulkan-Headers
  • fixed crash when destroying VK_NULL_HANDLE instances, devices and swapchains (affected mpv)

Version 0.3.2.8

14 Dec 10:54
Compare
Choose a tag to compare
  • fixed regression with multiple effects enabled

Version 0.3.2.7

13 Dec 18:58
Compare
Choose a tag to compare
  • fixed compatibility with newer vkd3d-proton by fixing VK_INCOMPLETE handling in vkGetSwapchainImagesKHR

Version 0.3.2.6

29 Jul 22:21
Compare
Choose a tag to compare
  • Vulkan 1.3 support

Version 0.3.2.5

12 Feb 17:31
Compare
Choose a tag to compare
  • 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

Version 0.3.2.4

23 Jan 19:47
Compare
Choose a tag to compare

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

Version 0.3.2.3

04 Nov 17:43
Compare
Choose a tag to compare
  • New build option to install the library to a private directory

Version 0.3.2.2

09 Jul 14:29
Compare
Choose a tag to compare

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

Version 0.3.2.1

27 Jun 08:59
Compare
Choose a tag to compare

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

Build

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