gfxreconstruct
gfxreconstruct copied to clipboard
Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
Merge https://github.com/LunarG/gfxreconstruct/pull/1267. Being behind a compile-time switch wouldn't allow CI to catch breaking code changes, so would be the same as being in another branch. However, we can merge with...
When capturing non-trimmed, page guard will basically determine which resources and which parts of them are dumped in the file. The function that does the writing is WriteFillMemoryCmd which is...
Replaying the Vulkan-Samples's fullscreenexclusive app fails inconsistently. To reproduce, replay any capture of the fullscreenexclusive sample repeatedly. Sample output: ``` [gfxrecon] FATAL - API call at index: 1244 thread: 1...
This might not be the most important issue, but it is a bit annoying. If you do a 'make install' of gfxreconstruct into a custom folder - lets say, '/opt/gfxr',...
Congratulations on shipping userfaultfd support in the page guard manager! It looks like overhead was noted as a concern when using the userfaultfd option. I would like to point out...
VK_EXT_frame_boundary not enabled during replay when --offscreen-swapchain-frame-boundary is enabled
The --offscreen-swapchain-frame-boundary option inserts VkFrameBoundaryEXT structs to VkSubmitInfo without first checking if the device supports the VK_EXT_frame_boundary extension. This is invalid API usage.
After update to headers 1.3.275, it has a new function, CmdPushDescriptorSetWithTemplate2KHR , that need to support as CmdPushDescriptorSetWithTemplateKHR.
Using --swapchain offscreen --offscreen-swapchain-frame-boundary on Android