Max Baz

Results 721 comments of Max Baz

Interesting! Sounds like Vulkan is unable to import the sway frame. Have you set `WLR_DRM_NO_MODIFIERS=1` before starting sway? If not, that would be the most likely culprit :thinking:

I see, uff this is a tricky one, but let's see if we can find some solution. Could you post output of `vulkaninfo --summary` please? I'm wondering if you have...

Yeah I definitely agree, everything that I know looks good and straightforward, unfortunately I don't have any good ideas :disappointed: The error is happening in this function, in case you...

Wow, cannot believe it was (maybe) a lucky hit! Would you be able to test some things for me please? 1. Add `println!("memory_type_bits: {:#b}", frame_image_mem_req.memory_requirements.memory_type_bits);`, say after [this line](https://github.com/maximbaz/wluma/blob/c82288e8134964cad77644a2101a83e415b29fd9/src/frame/vulkan.rs#L343) 2....

Thanks! I guess I was excited too prematurely :disappointed: It's good to know that the current code (probably) doesn't suffer from the issue with picking among multiple memory types, but...

Could you check if you see something interesting in the output, if you install `vulkan-validation-layers` package, then export these env vars, and then run wluma? ``` export VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation export VK_LOADER_DEBUG=all...

Very interesting! Could you please try `test-formats` branch? Do you get any format that is supported?

I'm not sure yet, because I also don't get any formats supported, but as I mentioned wluma doesn't work on my laptop as well. I'll try to find someone who...

Could you please retry the latest `test-formats` branch? I'm interested in both the output (which, if any, formats are supported and which not), and also whether wluma actually works now...

OMG this fixed wluma on my hardware too!!! Big thank you for reporting, without this I would have thought that the issue is with Vulkan driver! :tada: :rocket: