Results 69 comments of afrantzis

The glmark2 DRM backend is tied to GBM so there isn't a way to use it without proper GBM support.

Merged at https://github.com/vkmark/vkmark/commit/d39d68b8f46ef8da8573f25b39b5745f956325fa, thanks!

Thanks for the report. I can reproduce this on my GPU (AMD) only if I force `chain->blit.type = WSI_SWAPCHAIN_BUFFER_BLIT` in `mesa/src/vulkan/wsi/wsi_common.c:wsi_swapchain_init`. It seems that the BLIT path is taken by...

> Sure, I'm willing. I have never really filed a bug against Mesa before. Do you have any suggestions what the phrasing of the complaint would be for this? They...

This has been confirmed to be an issue in Mesa and recently fixed (https://gitlab.freedesktop.org/mesa/mesa/-/issues/12534).

glmark2-es2-drm depends on all of DRM, GBM and GLES2 working properly and in tandem. I would guess that either the proprietary Imagination GPU drivers are not properly installed (Mesa doesn't...

``` root@Ubuntu-riscv64:~/GL/glmark2# glmark2-es2-drm MESA-LOADER: failed to open XXX: /usr/lib/dri/XXX_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/riscv64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) ``` The messages above indicate that...

Thanks, I have incorporated parts of this request into latest upstream (see commits starting at https://github.com/vkmark/vkmark/commit/dec595bb45cdb3e48809008f32f7479b9ba50bfd). Important differences are that I haven't exposed acquire fences in VulkanImage, and have implemented...

Getting some wayland debugging info could help diagnose the issue. Please run: `$ WAYLAND_DEBUG=1 glmark2-es2-wayland --off-screen --fullscreen &> output.txt` and attach the output.txt file.