11:24hakzsam: mareko: Venemo: because the branchpoint should happen today, are you still fine with https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31891 ? so I can merge it now
11:36Venemo: hakzsam: AFAIU you just changed it to fgeu to also include nan. that makes good sense to me
13:00hakzsam: yes, I only changed thaty
13:18Venemo: hakzsam: Rb :)
13:18hakzsam: thanks
18:36erle: does anyone have an idea why this happens in minetest 5.9.0? https://mister-muffin.de/p/EmXJ.png
18:36erle: (text corruption)
18:36erle: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV515/M54 [Mobility Radeon X1400]
18:55Ermine: it could be font renderer bug
19:22erle: Ermine i just wonder how it comes to be. fonts are okay-ish with mesa software rendering, so is there any uninitialized texture thing one should have in mind?
19:24soreau: have you tried latest or a different version of mesa? has this ever worked correctly?
20:07erle: soreau no and no idea, but i have no rendering issues in other apps and in minetest 5.9.0 it does work correctly when i set font size (even if set to the size it had before)
20:08soreau: maybe that means it's a minetest bug?
20:08erle: well i assume so
20:08erle: which is why i am asking about how it could happen
20:09erle: the current working theory is that the software renderer has some defaults set that the radeon driver does not for textures
20:09erle: but i have never seen a bug like this before
20:09erle: so
20:09soreau: possibly it sets size = 0 or something internally, until you set it
20:09erle: for what?
20:09soreau: you mentioned setting font size
20:10erle: well font size is set to 16
20:10soreau: yes but what is telling you this?
20:10soreau: some gui or a printf statement? :P
20:10erle: gui
20:10soreau: right, so internally, it could be setting some other size
20:10erle: hmm
20:10erle: thx
20:10soreau: until you set it
20:11soreau: and the gui is not accurately representing the actual value
20:11soreau: so I'd try font size = 0, and see if that reproduces the problem
20:11soreau: but it could be any number big or even negative
20:14erle: nah the font size is range limited i think