02:30 fdobridge: <a​irlied> oh avoiding peephole select is also something that fixes it
02:30 fdobridge: <a​irlied> this is going to be something horrible
02:35 fdobridge: <a​irlied> @georgeouzou okay pushed a workaround, hopefully should handle all tests 🙂
07:45 daxe: karolherbst: thanks, I'm on mesa 23.1.3. Might just try playing around with debug prints and see if I can find anything interesting.
09:04 karolherbst: you probably won't find much as the fault happens insider a shader and those things are super hard to track down currently. I have an EVoC student who will work on figuring out how to run shader trap handlers, so maybe in the near future we'll be able to dump what shader did fault at which instruction.
09:04 karolherbst: daxe: but in your case it might also be simply a result of the previous errors
09:28 daxe: when you say previous errors are you referring to the "Discord" line?
09:43 karolherbst: well.. most of the errors before that
11:10 karolherbst: anybody up for reviewing https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23802 ?
21:15 fdobridge: <g​eorgeouzou> @airlied
21:15 fdobridge: <g​eorgeouzou> @airlied after the latest changes i get 4 fails in tessellation tests dEQP-VK.tessellation.geometry_interaction.point_size* (edited)
21:17 fdobridge: <g​eorgeouzou> If i enable nir_opt_peephole_select they pass, if not then nir_opt_if makes them fail.
21:33 fdobridge: <a​irlied> great, so I guess need to figure out why peephole kills things