tmp_slot_handle
and tmp_slot_name
on liboverride apply
VK_EXT_dynamic_rendering_unused_attachments is a fairly recent extension (last year). For Intel GPUs it's currently supported on Linux but not on Windows.
Today I've been able to find a dual socket machine running Windows to validate my changes, they do work as intended.
Would be good to have explanation somewhere (either commit message, or PR…
It'd be best if this solution could be verified on a dual-socket system before being adopted: do you know someone with such system, running Windows ? If not, sure, Ray's solution is better (still…
Thanks for the scene. Memory management changes for host memory fallback are in 4.2, not 4.1. What's notable in 4.0 is the use of the GPU by OpenImageDenoise, which is also a source of GPU…
Hi, can you share one of the small scenes that reproduces the issue? Does it happen with embree disabled as well?
I have been a bit vague on my reasons but I believe I have quite good ones:
- wmic being standard prior to Windows 10 is based on facts, it's a safe heuristic, not going to change. Only exception…
Ah, I didn't picture Windows 8 was still supported. Rather than testing if wmic exists, checking on windows version directly sounds cleaner/easier to maintain. I've added a commit to do this and…