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!
megi has quit [Ping timeout: 245 seconds]
yuq825 has joined #lima
niceplace has quit [Quit: ZNC 1.7.3 - https://znc.in]
niceplace has joined #lima
dddddd has quit [Read error: Connection reset by peer]
yuq8251 has joined #lima
yuq825 has quit [Ping timeout: 258 seconds]
niceplace has quit [Read error: Connection reset by peer]
niceplace has joined #lima
marcodiego has quit [Quit: Leaving]
Barada has joined #lima
Barada has quit [Quit: Barada]
Barada has joined #lima
Barada has quit [Client Quit]
megi has joined #lima
Barada has joined #lima
Barada has quit [Read error: Connection reset by peer]
hoijui has joined #lima
yuq8251 has quit [Remote host closed the connection]
guillaume_g has joined #lima
Barada has joined #lima
guillaume_g has quit [Quit: Konversation terminated!]
_whitelogger has joined #lima
hoijui has quit [Ping timeout: 264 seconds]
austriancoder has quit [Changing host]
austriancoder has joined #lima
adjtm_ has quit [Ping timeout: 245 seconds]
yuq825 has joined #lima
hoijui has joined #lima
dddddd has joined #lima
chewitt has quit [Quit: Adios!]
yuq825 has quit [Remote host closed the connection]
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #lima
_whitelogger has joined #lima
monstr has joined #lima
adjtm_ has joined #lima
Kwiboo has quit [Quit: .]
Kwiboo has joined #lima
narmstrong has quit [Remote host closed the connection]
narmstrong has joined #lima
jrmuizel has joined #lima
Elpaulo1 has joined #lima
Elpaulo has quit [Ping timeout: 245 seconds]
Elpaulo1 is now known as Elpaulo
Barada has quit [Ping timeout: 272 seconds]
Barada has joined #lima
yuq825 has joined #lima
yuq825 has quit [Ping timeout: 245 seconds]
jrmuizel has quit [Remote host closed the connection]
afaerber has quit [Quit: Leaving]
Barada1 has joined #lima
Barada has quit [Ping timeout: 258 seconds]
Barada1 is now known as Barada
hoijui has quit [Ping timeout: 264 seconds]
jrmuizel has joined #lima
chewitt has joined #lima
jrmuizel has quit [Remote host closed the connection]
jrmuizel has joined #lima
megi has quit [Quit: WeeChat 2.5]
Barada has quit [Quit: Barada]
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #lima
monstr has quit [Remote host closed the connection]
hoijui has joined #lima
piggz has joined #lima
piggz has quit [Ping timeout: 245 seconds]
hoijui has quit [Ping timeout: 264 seconds]
piggz has joined #lima
megi has joined #lima
piggz has quit [Quit: Konversation terminated!]
piggz has joined #lima
adjtm_ has quit [Ping timeout: 246 seconds]
jrmuizel has quit [Remote host closed the connection]
piggz has quit [Ping timeout: 245 seconds]
jrmuizel has joined #lima
piggz has joined #lima
afaerber has joined #lima
piggz has quit [Quit: Konversation terminated!]
piggz has joined #lima
<rellla> enunes: commented the fddxy series again ...
afaerber_ has joined #lima
afaerber has quit [Ping timeout: 264 seconds]
piggz has quit [Ping timeout: 258 seconds]
piggz has joined #lima
<anarsoul> rellla: LGTM, I assume piglit results are the same?
hoijui has joined #lima
<rellla> anarsoul: fddxy5 from http://imkreisrum.de/piglit/fddxy/ should be the actual MR i pushed 2 mins ago...
<rellla> re-checking it :)
<rellla> yes, passing 4|6
<anarsoul> cool
<rellla> let me add your r-b ...
<anarsoul> enunes: any objections to merge it?
<enunes> rellla: anarsoul looks good to me, you can also keep the r-b I added earlier
<rellla> ok, i'll add it. maybe someone can push it before 19.2 feature freeze :)
<anarsoul> I can merge it as soon as you add enunes's r-b
<anarsoul> rellla: I wouldn't be worried about 19.2 feature freeze, there's still a lot of work before it can be useful for regular users :)
<anarsoul> I'll try rebase my ppir cf patches sometime this week
<rellla> hehe, it's more a psychological thing :p
<rellla> yeah, cf is very important on the road to start fixing the shader issues one by one ...
<anarsoul> well, I cleaned up some roadblocks in lowering, so it should be easier now
piggz has quit [Ping timeout: 258 seconds]
<anarsoul> rellla: we still need cf for gpir and I'm afraid I don't understand it well enough to implement cf
<anarsoul> beside that we're missing support for rect, 3d and cubemap textures
<anarsoul> rect should be emulated since it's not part of GLES2, so we can't RE whether hardware supports it (similar to what panfrost does)
<anarsoul> 3d and cubemap are supported natively
<rellla> anarsoul: tbh i never looked into ir/gp :p
<anarsoul> I did
<rellla> tbh i don't really understand anything but pp
<anarsoul> Connor did pretty good job designing algorithm for GP compiler
<rellla> and sadly pp not fully, too :)
<rellla> anarsoul: i pushed again, because there was a push in the meantime ...
<anarsoul> rellla: no need to do it, gitlab has "rebase" button
piggz has joined #lima
<rellla> ah ok
jrmuizel has quit [Remote host closed the connection]
<rellla> i think, it should be a good idea to go reading in ir/gp for vertex shader and also check out the gles basics ...
<anarsoul> rellla: if you're looking for next task look into implementing rect/3d/cubemap textures
<anarsoul> that'll fix a good number of tests
jrmuizel has joined #lima
<anarsoul> also IIRC gnome requires rect textures
<rellla> ok, but as i said, i have to read up the basics before. that could last a while :)
<anarsoul> rect is similar to 2d texture, the difference is that 2d texture has coordinates in [0, 1.0], while rect texture has coordinates in [0, width|height)
<anarsoul> and it requires no REing
<anarsoul> 3d and cubemaps need to be REd first
adjtm_ has joined #lima
kaspter has quit [Read error: Connection reset by peer]
hoijui has quit [Quit: Leaving]
kaspter has joined #lima
daebak has joined #lima
daebak has left #lima [#lima]
<anarsoul> there's also https://gitlab.freedesktop.org/mesa/mesa/merge_requests/768 that seems to be abandoned
piggz has quit [Ping timeout: 248 seconds]
jrmuizel has quit [Remote host closed the connection]
afaerber_ has quit [Ping timeout: 264 seconds]
afaerber_ has joined #lima