ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://oftc.irclog.whitequark.org/panfrost - <macc24> i have been here before it was popular
camus has joined #panfrost
camus1 has quit [Remote host closed the connection]
wolfshappen has quit []
jkl has joined #panfrost
* icecream95
is trying to hack on the Midgard compiler and, as usual, is getting really confused about how all the different masks and swizzles work
camus has quit [Remote host closed the connection]
alpernebbi has quit [Quit: alpernebbi]
camus has joined #panfrost
camus1 has quit [Ping timeout: 480 seconds]
camus1 has joined #panfrost
<urja>
icecream95: thanks, it works :) (and i manually tested it before i realized that marge already merged it :P, oh well)
<urja>
took a while to test because i was shuffling µSD contents around (that 128G card actually legit was at the end of its life...)
camus has quit [Ping timeout: 480 seconds]
warpme_ has joined #panfrost
alyssa has joined #panfrost
camus1 has quit [Read error: Connection reset by peer]
camus has joined #panfrost
camus1 has joined #panfrost
camus has quit [Ping timeout: 480 seconds]
davidlt has joined #panfrost
camus1 has quit []
karolherbst_ has joined #panfrost
karolherbst has quit [Ping timeout: 480 seconds]
<urja>
oh yeah icecream95, if you happened not to notice, if one runs openscad w/ panfrost, it segfaults when you close the app (instead of like, cleanly exiting)
<urja>
it's not a real problem to using openscad or anything, but i bet it would be an improvement to panfrost to fix it (my short analysis made me think a double free/destroy of something)
<urja>
gdb backtrace of it is ... not very helpful rn (maybe i'd need more symbols), it being main -> some unlabeled function -> jump to a null pointer
<robclark>
asan or valgrind tends to be a useful thing for those sorts of issues
<urja>
yeah, the fun thing is that iirc valgrind and openscad dont play together
<macc24>
urja: have you considered switching to freecad?
<urja>
macc24: no
<urja>
(that's a fundamentally different program lol)
<macc24>
i think it has openscad workspace
<macc24>
close enough™
<urja>
but yeah if you run "valgrind openscad" well the FPU emulation of valgrind is not good enough for CGAL (fails to implement correct rounding modes or smth) and it throws an assert
<urja>
(like, all of that would be work-aroundable, atleast enough for running the app enough to quit it :P, i think i might've done that a long time ago... but yeah ehh)
<macc24>
huh, retroarch xmb menu now runs at 60fpx
<macc24>
fps*
<macc24>
on g31
<robclark>
urja: in that case, you may have better luck with asan.. downside needing to make a special build for it, but upside it doesn't use an emulator
<urja>
yeah with a special build i can disable that assert, so :P