Skip to content

Releases: AlexandrShcherbakov/etna

Resource creation interface update

09 Feb 15:38
5c3ed18
Compare
Choose a tag to compare
use modern VMA flags (#61)

- removed deprecated memory usage flags
- added allocationCreate flags for correct memory type selection
- comments updated

Winter 2025

01 Feb 14:56
f06d314
Compare
Choose a tag to compare
fix get_version (#60)

removed error message and code

Support more binding types in automatic barriers

18 Nov 20:10
3a6be0c
Compare
Choose a tag to compare
v1.7.0

Add missing pipeline stage and access flags when creating descriptor …

Misc small image/buffer improvements + back compat restore

13 Oct 22:02
Compare
Choose a tag to compare
Misc Image/Buffer improvements

1) Restored backward compat due to missed initializer
2) Added some comments because why not
3) Fixed Bits -> Flags for view aspect
4) Use vulkan.hpp stuff instead of vulkan.h

Hotfix for Image::swap not swapping views and type

13 Oct 21:33
Compare
Choose a tag to compare
v1.6.1

Fix Image::swap not swapping type and views

More image types supported

13 Oct 19:56
90e5b08
Compare
Choose a tag to compare

Should hopefully allow us to play around with cubemaps.

GCC 12 false-positive in Tracy fix

06 Oct 21:19
Compare
Choose a tag to compare
v1.5.1

Silence GCC 12 false-positive maybe-uninitialized

Tracy fixes

06 Oct 20:27
Compare
Choose a tag to compare

Tracing now works and calibrates itself whenever VK_KHR_calibrated_timestamps is available.

Image uploads

01 Oct 09:30
Compare
Choose a tag to compare

Added simple code for uploading images to the GPU

2024 initialization hotfixes

24 Sep 19:39
Compare
Choose a tag to compare

We should work with more weird userspace VK drivers now.