Skip to content

0.2.5-1

Choose a tag to compare

@bmitch87 bmitch87 released this 07 Sep 19:29
· 7 commits to main since this release

HDR input: on an HDR swapchain the model sees a float16 proxy of the frame's real light instead of an 8-bit tone mapped copy. Detection is automatic with a GUI toggle (Auto / Off / Force float16), and the helper falls back to 8-bit on its own if the model refuses float input.

Zero copy transport: proxy and answer images cross as dma-bufs adopted with pidfd_getfd, so in steady state no frame pixel is ever copied to the CPU. Anything that cannot cross drops back to shared memory for exactly the frames that need it.

dlssnr-shmctl is now installed to /usr/bin, so shortcut toggles work without a manual symlink.