ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel has landed in mainline, userspace driver is part of mesa - Logs at https://people.freedesktop.org/~cbrill/dri-log/index.php?channel=lima and https://freenode.irclog.whitequark.org/lima - Contact ARM for binary driver support!
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
Elpaulo has quit [Read error: Connection reset by peer]
Elpaulo has joined #lima
jrmuizel has joined #lima
_whitelogger has joined #lima
jrmuizel has quit [Remote host closed the connection]
dddddd has quit [Read error: Connection reset by peer]
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
_whitelogger has joined #lima
Barada has joined #lima
_whitelogger has joined #lima
guillaume_g has joined #lima
<cwabbott> anarsoul: yes, I do have some idea of how to do it :)
Elpaulo1 has joined #lima
Elpaulo has quit [Ping timeout: 268 seconds]
Elpaulo1 is now known as Elpaulo
Elpaulo1 has joined #lima
Elpaulo has quit [Ping timeout: 245 seconds]
Elpaulo1 is now known as Elpaulo
Barada has quit [Quit: Barada]
<rellla> fyi, this is an actual piglit result set. master_ is some older one. at least before the gpir compiler rewrite. http://imkreisrum.de/piglit/master_248161123/index.html
<cwabbott> rellla: I think at least some of the new fails are from https://gitlab.freedesktop.org/lima/mesa/issues/94 getting hit more often with the new scheduler since it's more aggressive with spilling
guillaume_g has left #lima ["Konversation terminated!"]
dddddd has joined #lima
<MoeIcenowy> is mesa master tgsi_to_nir routine broken for Lima?
Barada has joined #lima
Barada has quit [Client Quit]
<MoeIcenowy> tried to move control flow flatten code from TGSi codepath to the shared codepath between TGSI and NIR
<MoeIcenowy> glamor seems to be working better on Lima
<rellla> MoeIcenowy: If you force tgsi_to_nir, uniform handling is broken, because nir explicitly expects the variable type set.
<MoeIcenowy> rellla: in fact I used to want to force TGSI because of CF flatten code
<rellla> so then you will run into an assert most likely
<MoeIcenowy> however I found that the code doesn't use TGSi feature
<MoeIcenowy> it's only placed after TGSi and NIR branch
<MoeIcenowy> so I can just move it to the front of the branch
<MoeIcenowy> now I get all if's in FS flatten
<MoeIcenowy> and glamor works here
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
Barada has joined #lima
Barada has quit [Client Quit]
jrmuizel has joined #lima
afaerber has joined #lima
jrmuizel has quit [Quit: Leaving...]
jrmuizel has joined #lima
hoijui has joined #lima
jrmuizel_ has joined #lima
jrmuizel has quit [Ping timeout: 248 seconds]
Elpaulo has quit [Quit: Elpaulo]
drod has joined #lima
jrmuizel_ has quit [Quit: Leaving...]
jrmuizel has joined #lima
ninolein has joined #lima
<anarsoul> MoeIcenowy: then send an MR?
hoijui has quit [Ping timeout: 264 seconds]
adjtm has quit [Quit: Leaving]
drod has quit [Ping timeout: 248 seconds]
drod has joined #lima
drod has quit [Remote host closed the connection]
drod has joined #lima
ninolein has quit [Ping timeout: 264 seconds]
ninolein has joined #lima
hoijui has joined #lima
drod has quit [Read error: Connection reset by peer]
drod has joined #lima
hoijui has quit [Ping timeout: 264 seconds]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #lima
afaerber has quit [Remote host closed the connection]
jrmuizel has quit [Remote host closed the connection]
jrmuizel has joined #lima
jrmuizel has quit [Remote host closed the connection]
afaerber has joined #lima
<MoeIcenowy> anarsoul: finally we still need proper CF support
<anarsoul> MoeIcenowy: I know
<MoeIcenowy> and I don't think there's any driver w/ NIR that have no real CF
<MoeIcenowy> so the flatten looks not so necessary
<MoeIcenowy> (I think the latest known GPU supported by Mesa that has no real CF is i945
<MoeIcenowy> and flatten complex if's really hurts performance