02:17yshui`: is explicit uniform location + uniform initializer broken?
02:17yshui`: i am getting weird results with radeonsi
06:01daniels: Company: panvk is being worked on
06:01daniels: but it won’t support RK3399 for sure
06:15Company: so it's slowly getting there, but not there yet
12:00mairacanal: mahkoh, i'm no vgem expert, but i don't think you supose to attach syncobjs to vgem
12:00mairacanal: i believe you should use its attach and signal ioctls
12:01mairacanal: maybe Hazematman knows better
12:08Hazematman: Hey, I'm not an expert in vgem but it doesn't have an ioctl to attach fences. I haven't used it myself so I don't know the details.
12:08Hazematman: If you're trying to get syncobj from buffers, you can use the generic dmabuf kernel API to return a sync fd for a dmabuf or attach sync fds to a dmabuf.
12:08Hazematman: it does have***
12:09Hazematman: using sync fds is not exactly the same as using syncobjs but for the work I've been trying to do (get sync fd support in lavapipe/llvmpipe) it works
16:26mattst88: mareko: are you still running drawoverhead?
16:30mattst88: it immediately SIGABRTs with PIGLIT_PLATFORM=surfacelss_egl for me
16:32mattst88: ah, looks like I need both PIGLIT_PLATFORM=surfaceless_egl and PIGLIT_NO_WINDOW=1 *and* -auto
16:53mareko: not much anymore, I have a bunch of benchmarks that I run in an automated manner
16:56mareko: I think we could replace u_simple_shaders with NIR now
17:11mareko: kusma: didn't you have a MR for replacing some u_simple_shaders with NIR?
17:23zmike: mareko: do you have any thoughts on enabling variable name storage with lowered io? I plan to try something next week
17:23zmike: debugging CTS fails without them is basically impossible
17:53jenatali: zmike: just don't delete the variables?
17:54zmike: nah that's not an option
17:56zmike: I'm thinking use a ralloc hashmap stored on the nir and io intrs can have another index for a name field that can be enabled with an env var
18:05mareko: zmike: what you are describing sounds good
18:15zmike: cool
18:20kusma: mareko: I have not gotten far at all, but there's some cleanup patches here: https://gitlab.freedesktop.org/kusma/mesa/-/tree/blitter-cleanups?ref_type=heads