Skip to content

Releases: GPUOpen-Effects/FidelityFX-ParallelSort

FidelityFX Parallel Sort v1.1.1

08 Oct 13:33
@rys rys
Compare
Choose a tag to compare

Release Notes

v1.1.1 is a bugfix release to address some minor DXIL compiler warnings in the prefix scan function, reported by @fstrugar at Intel (thanks, Filip!).

FidelityFX Parallel Sort v1.1

28 Apr 14:15
@rys rys
Compare
Choose a tag to compare

Release Notes

The AMD FidelityFX Parallel Sort provides an open source header implementation to easily integrate a highly optimized compute-based radix sort into your game.

Features of this release:

  • [New] Vulkan implementation
  • [Enhancement] Upgraded framework to Cauldron 1.4
  • [Enhancement] General code cleanup and readability improvements

FidelityFX Parallel Sort v1.0

24 Nov 15:51
@rys rys
Compare
Choose a tag to compare

FidelityFX Parallel Sort

The AMD FidelityFX Parallel Sort provides an open source header implementation to easily integrate a highly optimized compute-based radix sort into your game.

Features of this release:

  • Direct and Indirect execution support
  • RDNA+ optimized algorithm
  • Support for DirectX 12
  • Shaders written in HLSL utilizing SM 6.0 wave-level operations
  • DirectX 12 sample