nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
237 stars 40 forks source link

Fixes for running on mesa #42

Closed kkartaltepe closed 1 year ago

kkartaltepe commented 1 year ago

Fixes from #41 for correctness issues.

You can also see the other changes required to run on mesa in https://github.com/kkartaltepe/vk_video_samples/tree/minimal-runnable that cover the other issues mentioned. But note minimal branch does not render correctly, as the dpb workaround is not correct.

zlatinski commented 1 year ago

Thank you, Kurt - we'll look at your proposed change very soon.

zlatinski commented 1 year ago

I have already applied these changes in a different form.