Skip to content

Release v0.9.0 Highlights

Compare
Choose a tag to compare
@dustin-lunarg dustin-lunarg released this 22 May 02:53
· 1571 commits to master since this release
  • Update to 1.2.134 header
  • Add a new command line utility to print capture file info (gfxrecon-info)
  • Add a new script to launch an application after setting environment variables for capture (gfxrecon-capture.py)
  • Add support for extracting and replacing shaders (gfxrecon-extract, gfxrecon-replay --replace-shaders)
  • Add command line option to select WSI platform for Linux replay (gfxrecon-replay --wsi)
  • Add support for enabling/disabling capture with a user specified hot-key (GFXRECON_CAPTURE_TRIGGER)
  • Add support for Zstandard compression
  • Add AHardwareBuffer support for Android capture/replay
  • Add memory type translation for capture and replay on different devices (gfxrecon-replay -m)
  • Improve replay device selection for multi-GPU systems where switchable graphics layers may reorder or remove devices from the list returned by vkEnumeratePhyscialDevices
  • Improve Wayland replay support (full-screen, DPI scaling)
  • Implement vkGetPhysicalDeviceToolPropertiesEXT for the capture layer