05:11 Lynne: does the restrict qualifier do anything these days with vulkan?
05:11 Lynne: is there even a mapping for it under spir-v?
12:30 alyssa: Lynne: in theory...
14:05 Lynne: I know what happened, someone was relying on this back in 1999 so rather than make restrict the default, they had no choice
14:28 Lynne: any way to debug "The CS has been rejected, see dmesg for more information"?
14:29 Lynne: validation layers empty, dmesg empty, valgrind clean
14:36 zmike: usually you fucked up descriptors
14:58 Lynne: not even any descriptors, just a single pipeline barrier in the cs
15:52 zmike: dj-death: I think I'll need your ack on https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31590
18:31 mlankhorst: can I force forward my gitlab tree to drm-tip without actually uploading all of drm-tip history?
18:50 dschuermann: do I really need a matrix account in order to participate in xdc chat?
18:57 emersion: :(
19:39 Gess1t: Hey, i'm currently having some issues running zinc on my raspberry 4, on any versions above the latest on oldstable bullseye (20.3.5), i would need need some help in troubleshooting it & fixing it if possible
19:42 Gess1t: I compiled a couple versions, including the latest release tag, a couple days ago (24.2.4), however, they all error out with these lines when running an app with zinc:
19:42 Gess1t: WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.glx: failed to create drisw screenfailed to load driver: zinkdid not find extension DRI_CopySubBuffer version 1
19:42 Gess1t: these are repeated 20 times before a segfault happen.
19:43 Gess1t: as for the command used, here it is; using the compiled & locally installed binaries
19:43 Gess1t: LD_LIBRARY_PATH=/usr/local/lib/aarch64-linux-gnu LIBGL_DRIVERS_PATH=/usr/local/lib/aarch64-linux-gnu/dri MESA_GL_VERSION_OVERRIDE=3.2 MESA_GLSL_VERSION_OVERRIDE=320 __GLX_VENDOR_LIBRARY_NAME=mesa MESA_LOADER_DRIVER_OVERRIDE=zink LIBGL_DEBUG=verbose ZINK_DEBUG=verbose MESA_DEBUG=1 glxinfo -B
19:44 Gess1t: What i assume i need to do, is compiling some other libraries, but which is the question here
21:12 dliviu: gfxstrand: hi, I've been pointed by robclark to a drm/uring project on freedesktop.org but I cannot see/access it. Can you please add me to the project?
21:43 marc2377: Hey, masters. Last time I was here I asked about openchrome drm and xf86-video-openchrome, in the context of an ancient laptop with Openchrome Pro. And it was suggested to me to use simpledrm (which I believe also requires simplefb to be enabled in the kernel). I was able to get X to work on it (Cinnamon and LightDM). Just to confirm - the way it works is through Gallium3d LLVMPipe, which is part of Mesa, right?
21:43 marc2377: Do I need xf86-video-fbdev installed or not?
21:49 Ermine: marc2377: afaik 1) llvmpipe is a part of mesa; 2) you don't need xf86-video-fbdev
21:59 Ermine: https://docs.kernel.org/gpu/drm-internals.html#c.drm_driver --- it says that default impl of dumb_map_offset is drm_gem_create_mmap_offset, but their signatures do not match
22:22 Ermine: dwfreed: I beg you
22:22 dwfreed: Ermine: ack
22:23 Ermine: thank you
22:43 Ermine: Seems like docs should specify drm_gem_dumb_map_offset as default dumb_map_offset impl?
22:46 Ermine: (same goes for dumb_map_offset TODO list entry?)