Hans-Kristian Arntzen

Results 86 comments of Hans-Kristian Arntzen

If tracy is using winsock2 regardless of wine, why is this not being linked against?

The submodules in question to not necessarily have release versions.

Yes, Fossilize has to go out of its way to not make other stuff go slow on the system, especially anything related to IO since we can quickly swarm IO...

It's possible to autogenerate vertex or fragment shaders depending on the reflected signatures, but it'd require generating SPIR-V from scratch to feed to drivers I think. Certainly possible, but not...

Fossilize captures are not replayed by default at this time to my knowledge.

Looks fine to me on RADV. ![screen](https://user-images.githubusercontent.com/17786731/149959531-f7f7552b-4636-4eee-96c4-f258c2a460b9.jpg)

Latest vkd3d-proton master. It's very likely an NV driver bug. There are some pending bugs with tessellation which is likely causing this issue too, but need to verify that.

Seems like a very plausible case of missing placed DSV initialization. Like Spiderman just ran into. Or not, the log suggests some CPU side hang and there's no device lost:...

I can reproduce this in Sapienza. Same error, but I really can't see how this is related to vkd3d-proton directly. There's no obvious error. I also reproduce this on Proton...

With further investigation it seems like the game is trying to present with signal-after-wait, which causes a deadlock. This is puzzling and it's not the kind of issue that would...