Skip to content

Releases: aardvark-platform/aardvark.rendering

5.4.5

24 Jul 13:14
Compare
Choose a tag to compare
  • [GeometryPool] Fixed wrongly disposed shader caches

5.4.4

18 Jul 15:14
Compare
Choose a tag to compare
  • Exceptions are caught and logged when updating shaders with the debugger
  • [GL] Fixed resource management issue with compute shaders and shader debugger, resulting in invalid operation errors
  • [GL] Fixed issue with preparing exported buffers
  • [GL] Print before debugger break in DebugCommandStream
  • [Vulkan] Fixed validation error related to memory export

5.4.3

05 Jul 14:55
Compare
Choose a tag to compare
  • Updated to FShade 5.5
  • Added support for debugging raytracing effects and compute shaders with the FShade ShaderDebugger
  • Fixed issues with dirty sets in OrderedCommand (GL / Vulkan)
  • [GL] Increased verbosity level of outdated resource warning
  • [GL] Improved warning about missing internal format query support

5.3.8

22 Jun 14:12
Compare
Choose a tag to compare
  • [GL] Fixed update issues with OrderedCommand

5.4.2

20 Jun 14:00
Compare
Choose a tag to compare
  • [Vulkan] Fixed issue in SBT update
  • [Sg] Added C# Surface overload
  • Improved shade compile error reporting and code printing

5.4.1

31 May 10:10
Compare
Choose a tag to compare
  • Fixed net6.0 target for WinForms and WPF

5.4.0

5.3.7

30 May 11:25
Compare
Choose a tag to compare
  • Various optimizations
  • Added RenderTask.renderTo variants with adaptive clear values
  • Fixed RenderPass.before to respect given order
  • [AbstractRenderTask] Make Dispose mutually exclusive with Update and Run
  • [GL] Fixed ObjectDisposedException related to invalid epilogue prev pointer
  • [GLFW] Fixed vsync initialization
  • [GLFW] Disabled unknown joystick axis warning
  • [Vulkan] Fixed issue with pipeline statistics being wrongfully selected

5.4.0-prerelease0004

23 May 08:56
Compare
Choose a tag to compare
5.4.0-prerelease0004 Pre-release
Pre-release
  • Renamed NewInputBinding to CreateInputBinding
  • Reverted renaming of provider ofDict methods
  • Restored IAttributeProvider.All
  • Added Signature property to ManagedPool and ManagedTracePool
  • Added obsolete extensions for renamed buffer copy methods
  • [GL] Removed duplicate context tracking
  • [Vulkan] Fixed aspect for depth / stencil samplers
  • [Vulkan] Fixed shader stage computation for dynamic effects

5.4.0-prerelease0003

02 May 14:21
Compare
Choose a tag to compare
5.4.0-prerelease0003 Pre-release
Pre-release
  • Restored IComputeRuntime.ContextLock