warpme_ has quit [Quit: Connection closed for inactivity]
atler has quit [Ping timeout: 252 seconds]
atler has joined #panfrost
chewitt has quit [Quit: Adios!]
pendingchaos has quit [Quit: No Ping reply in 180 seconds.]
pendingchaos has joined #panfrost
WoC has quit [Ping timeout: 250 seconds]
davidlt has joined #panfrost
WoC has joined #panfrost
nlhowell has quit [Ping timeout: 246 seconds]
vstehle has joined #panfrost
zkrx has quit [Ping timeout: 252 seconds]
zkrx has joined #panfrost
unoccupied has joined #panfrost
unoccupied is now known as leah
guillaume_g has joined #panfrost
yann has quit [Ping timeout: 252 seconds]
vstehle has quit [Quit: WeeChat 3.0]
vstehle has joined #panfrost
stikonas has joined #panfrost
stikonas has quit [Remote host closed the connection]
raster has joined #panfrost
warpme_ has joined #panfrost
wwilly has quit [Quit: Leaving]
amonakov has quit [Ping timeout: 260 seconds]
chewitt has joined #panfrost
yann has joined #panfrost
amonakov has joined #panfrost
adjtm_ has quit [Quit: Leaving]
ente has quit [Quit: Caught SIGSEGV, exiting...]
AreaScout_ has joined #panfrost
<warpme_>
guys: i'm trying to get llvmpipe working on current 21.1.0-rc3 cross-compiled mesa. cross-compiled llvm is 12.0.0; hw is aarch64 soc (h6). App segfaults like this (in JIT i think): https://pastebin.com/5MNKiuU3 Maybe somebody have some pointers here?
yann has quit [Ping timeout: 260 seconds]
<alyssa>
italove: Just took your disassembler for a spin
<alyssa>
I added some minor cosmetic adjustments, overall I'm super hthrilled with this
<alyssa>
and a lot less scared to debug this midgard regression I hit
<alyssa>
kudos!
<amonakov>
better disasm sounds lovely, where should I look?
<alyssa>
amonakov: this is for midgard
<amonakov>
ah
guillaume_g has quit [Quit: Konversation terminated!]
<macc24>
icecream95: by fixing display on mainline-mainline 5.13 on duet it looks like i have accidentally fixed resuming too
yann has joined #panfrost
catfella_ has quit [Ping timeout: 240 seconds]
Stenzek has quit [Ping timeout: 276 seconds]
Stenzek has joined #panfrost
archetech has joined #panfrost
<daniels>
italove: <3
<italove>
alyssa: daniels: I'm glad you liked it :)
<raster>
alyssa: hey hey... do you feel like compiler optimizing?
<alyssa>
[18:16:08.722] logind: failed to get session seat
* alyssa
digs through chat logs
<alyssa>
I know for a fact daniels explained this to me before..
<alyssa>
[18:16:52.742] fatal: environment variable XDG_RUNTIME_DIR is not set.
<alyssa>
^ as root
<raster>
useing the screen method?
<raster>
did you run westojn as the same user that is logged into the tty?
<alyssa>
Oh panfrost bug. lovely.
<raster>
panfrost? bugs? NEVVVAAAAH!
<raster>
:)
<alyssa>
shh :p
<daniels>
weston —backend=headless-backend.so !
<raster>
btw ... i was amazed at how fast a desktop gpu is at this blurring fun
<raster>
i had to like do i htink 20,000 or maybe 50,000 iterations on a 6800xt to match the time it took for my midgard gpu to do 500 :)
<alyssa>
raster: will have to try on the m1 heh
<alyssa>
daniels: that worked! wasn't in the man page tho
<raster>
i wonder how the m1 will do
<alyssa>
raster: libEGL warning: MESA-LOADER: failed to open swrast: /home/alyssa/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /home/alyssa/lib/dri)
<raster>
its worth comparing ot midg/bifrost as it's integrated and sharing the same mem
<alyssa>
it does not seem to want to use hw?
<raster>
dedicated gpu's have the dvantage of mountains of cache and dedicate fast ram
<raster>
well the 6800xt i think has like 128m of cache?
<raster>
it's silly amounts
<HdkR>
"Infinity Cache" is quite silly :)
<raster>
thats probably whyt he blur is so fast on the 6800ct
<raster>
all the dataset fits in cache
<daniels>
alyssa: it’s just eglGetDisplay
<daniels>
(ok it’s eglGetPlatformDisplayKHR(EGL_PLATFORM_SURFACELESS_MESA) with a null display and attribs for all you smarties in the back)
<daniels>
but the point remains, we’re not doing anything to steer Mesa away from (or, tbf, towards) hw