08:19 luc: hi, i am curious that if driconf has gotten deleted from ubuntu 20.04 apt repo ? https://launchpad.net/ubuntu/focal/amd64/driconf/0.9.1-4
08:20 luc: the package's status shows as "deleted"
08:23 luc: and i `apt search driconf` got nothing on my ubuntu
08:38 kunzite: Hi! I am having an issue with Zink in Mesa. Zink is having a segfault in `zink_kopper_deinit_displaytarget` where `he = find_dt_entry(screen, cdt);` is returning null which is from `_mesa_hash_table_search_pre_hashed(&screen->dts, xcb->window, (void*)(uintptr_t)xcb->window);` and I believe `kopper_CreateSwapchain` is the caller of `zink_kopper_deinit_displaytarget` in the situation. If I make a naive patch I get "MESA: error: Creat
08:38 kunzite: apchainKHR failed with VK_ERROR_NATIVE_WINDOW_IN_USE_KHR" and "MESA: error: zink: could not create swapchain". This happens with MESA from source and from my Linux distro Debian. I am using the NVIDIA proprietary Vulkan driver on Linux using X11/xorg on Gnome, this only seems to happen in the game "Minecraft" because if I run "glmark2" everything works fine as expected.
08:40 ishitatsuyuki: I suggest you open an issue on Mesa repo with full system details
08:55 kunzite: Can't register
08:57 kunzite: Seems like confirmation emails just don't work.
09:19 llyyr: gmail?
09:19 llyyr: check your spam
09:47 kunzite: No and there is nothing in spam
10:06 linkmauve: Hi, why do EGL_PLATFORM_X11_KHR and EGL_WAYLAND_BUFFER_WL share the same enum value? Is it allowed because they are arguments to different functions?
10:37 linkmauve: In eglQueryWaylandBufferWL(), shouldn’t attribute be an EGLenum instead of an EGLint?
10:40 linkmauve: Ah no, EGL usually uses EGLint for attributes, weird.
11:06 kchibisov: linkmauve: it depends, for more modern functions EGLAttrib is used for attributes.
11:08 kchibisov: The issue is that you must not forget to convert attrib arrays if you use both EGLint and EGLAttrib function in the same place.
11:08 kchibisov: Like legacy window creation and KHR one.
11:13 linkmauve: Right.
21:26 DavidHeidelberg[m]: jenatali: turning off the MS farm for now until alatiera fix the machines :(
21:27 jenatali: Ack
21:27 jenatali: daniels: ^^ fyi
22:09 daniels: thanks