Changelog for
vkbasalt-0.3.2.10~git20240429.f1a010e-26.5.x86_64.rpm :
* Thu Aug 15 2024 virtuousfoxAATTgmail.com- Update to version 0.3.2.10~git20240429.f1a010e:
* Remove usage of frametime in favor of data_age. It turns out frametime is still the better choice, putting this in a branch.
* Fix broken Docker build
* Add mutex for proper runtime uniform synchronization
* Update average framerate to use smoothing, disallow spikes from causing large changes in the average
* Improve usage of shared memory by retaining pointer to it, don\'t detach on every update
* Add AverageFrameTime uniform variable
* Add type awareness to runtime uniforms, allowing for types like bool, float3, etc...
* archlinux devel image was producing binaries that didn\'t work on Steam Deck, moving to Steam Deck homebrew image for now
* Update docker build to copy entire build directory for our usage, not just a single binary
* Add Docker build support
* Thu May 02 2024 Richard Biener
- No longer force use of GCC 12.
* Mon Dec 18 2023 Björn Bidar - Add 32bit package
* Sun Dec 03 2023 Dirk Müller - update to 0.3.2.10:
* fixed build with GCC 12
* Sun Apr 02 2023 Carsten Ziepke - update to v0.3.2.9:
* fixed build with latest Vulkan-Headers
* fixed crash when destroying VK_NULL_HANDLE instances, devices and swapchains (affected mpv)- Use gcc11-c++ for openSUSE Leap, otherwise temporarily gcc12-c++, because build fails with gcc13-c++
* Wed Dec 28 2022 Dirk Müller - update to v0.3.2.8:
* fixed regression with multiple effects enabled
* fixed compatibility with newer vkd3d-proton by fixing VK_INCOMPLETE handling in vkGetSwapchainImagesKHR
* Tue Dec 06 2022 Dirk Müller - update to v0.3.2.6:
* Vulkan 1.3 support
* Mon Feb 14 2022 andy great - Update to version 0.3.2.5.
* 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
* Thu Jul 22 2021 andy great - Update to version 0.3.2.4.
* Fixed more issues where incorrect engine name would be shown
* ToGL detection
* middle-left and middle-right are now options in the position param
* Fixed issue where vulkan driver version would be incorrect
* Thu Nov 26 2020 andy great - Update to version 0.3.2.3.
* New build option to install the library to a private directory.