Re: Future direction of the Mesa Vulkan runtime (or "should we build a new gallium?")

2024-01-19 Thread X512
On 2024/01/20 2:01, Faith Ekstrand wrote: We already have several places where we're doing significant layering. It started with sharing the WSI code I wish that it be possible to compile WSI implementation as separate Vulkan layer *.so module instead of hardcoding and duplicating it to each

How to interact with Gallium interface to support Zink Kopper?

2022-05-21 Thread X512
I am implementing Haiku EGL driver over Gallium loaded by Glvnd [1]. It is already working with Llvmpipe, but it crashes with Zink Kopper in [2]. I think I am doing something wrong in eglSwapBuffers implementation [3]. Any ideas? Note that Haiku Kopper Vulkan surface support code is not publis