19:58uis: Trying to build mesa myself. Can't get past disabling rusticl.
19:59uis: And vulkan
20:05uis: Got past it
20:06linkmauve: uis, https://linkmauve.fr/files/mesa-lima.txt is what I use.
20:06linkmauve: I can also give me my full PKGBUILD if you are on an ALARM-based distribution.
20:07uis: meson -Dgallium-rusticl=false -Dvulkan-drivers= -Dgallium-drivers=lima -Dplatforms=x11 ..
20:07linkmauve: You most likely also want kmsro at least.
20:07uis: Compiling now
20:07linkmauve: Unless you are ok with pure offscreen rendering, without displaying anything.
20:07uis: Ok
20:08linkmauve: Feel free to check my build options, and check in meson_options.txt to get the explanations if you don’t understand one.
20:08uis: Reconfiguring
22:13uis: Seems working
22:13uis: Enabling invalidation doesn't decrease fps
22:27uis: Hmm
22:28uis: In some cases it still eats fps
22:28uis: 20->15
22:31uis: With depth and stencil invalidation before swap and color buffer invalidation after swap
22:32uis: Testing on old commit(from which was initial report)
22:34uis: anarsoul|2: it seems your change doesn't work
22:35uis: meson -Dgallium-rusticl=false -Dvulkan-drivers= -Dgallium-drivers=lima,kmsro -Dplatforms=x11 -Dglvnd=true --reconfigure ..
22:35uis: I'll try rebooting just in case
22:39uis: No, still fps loss
22:42uis: If you want to test you can download pre-built xonotic and pull darkplaces source, build it and replace xonotic-sdl with resulting darkplaces-sdl. Then start map by typing in console for example `map trident` and then change `r_fbdiscard` between 0 and 1.