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
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