alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://freenode.irclog.whitequark.org/panfrost - <daniels> avoiding X is a huge feature
robmur01_ has joined #panfrost
robmur01 has quit [Ping timeout: 246 seconds]
stikonas has quit [Remote host closed the connection]
chewitt has joined #panfrost
atler has quit [Killed (rothfuss.freenode.net (Nickname regained by services))]
atler has joined #panfrost
vstehle has quit [Ping timeout: 240 seconds]
mixfix41 has quit [Ping timeout: 240 seconds]
davidlt has joined #panfrost
Green has joined #panfrost
vstehle has joined #panfrost
archetech has joined #panfrost
MastaG has joined #panfrost
guillaume_g has joined #panfrost
yann has quit [Ping timeout: 256 seconds]
archetech has quit [Quit: Konversation terminated!]
kherbst has joined #panfrost
leper`- has joined #panfrost
leper` has quit [Ping timeout: 258 seconds]
leper`- is now known as leper`
kherbst has quit [Ping timeout: 265 seconds]
nlhowell has quit [Ping timeout: 256 seconds]
davidlt has quit [Ping timeout: 240 seconds]
MastaG has quit [Ping timeout: 240 seconds]
yann has joined #panfrost
stikonas has joined #panfrost
warpme_ has joined #panfrost
davidlt has joined #panfrost
yann has quit [Ping timeout: 240 seconds]
mmind00 has joined #panfrost
robmur01_ is now known as robmur01
chewitt has quit [Read error: Connection reset by peer]
chewitt_ has joined #panfrost
nlhowell has joined #panfrost
kherbst has joined #panfrost
kherbst has quit [Remote host closed the connection]
kherbst has joined #panfrost
<alyssa> Has anyone else experience cursor corruption with sway+panfrost?
<macc24> YES
<macc24> a least on bifrost machines
<macc24> i haven't used my kevin in a while on linux
<alyssa> Groan.
<alyssa> macc24: regression or since always?
<macc24> alyssa: i don't remember
<alyssa> k
<macc24> alyssa: keep in mind that it's on G72
<alyssa> ack
<alyssa> had a chat with emersion over in #sway, looking like it may be a kernel bug
<alyssa> but definitely related to broken modifier handling
<alyssa> WLR_DRM_NO_MODIFIERS=1 seems to make it go away, as does disabling modifiers in panfrost userspace
<macc24> \o/ it's not my problem
<alyssa> macc24: want to try wlroots/sway master? :>
<macc24> huh i wasn't in sway before
<macc24> alyssa: when i feel less tired for no reason
<alyssa> fair nuff
chewitt_ is now known as chewitt
<alyssa> ok, I have SSBO and shared 32-bit atomics working
<alyssa> with some key optimizations missing
yann has joined #panfrost
<alyssa> Bindless image is surprisingly not horrible on bifrost
jolan has quit [Quit: leaving]
jolan has joined #panfrost
* alyssa can reproduce the INSTR_INVALID_ENC icecream95 mentioned
patrik has joined #panfrost
<alyssa> actually this one might be unrelated
patrik has quit [Quit: ZNC 1.7.5 - https://znc.in]
patrik has joined #panfrost
nlhowell has quit [Ping timeout: 246 seconds]
yann has quit [Ping timeout: 260 seconds]
<alyssa> oof. botched rebase.
robmur01_ has joined #panfrost
<alyssa> icecream95: have 3D image atomics working on bifrost :>
robmur01 has quit [Ping timeout: 240 seconds]
kherbst has quit [Ping timeout: 240 seconds]
kherbst has joined #panfrost
yann has joined #panfrost
guillaume_g has quit [Quit: Konversation terminated!]
BenG83 has joined #panfrost
<alyssa> and fixed a bunch of early-z bugs
<alyssa> dEQP-GLES31.functional.image_load_store.* is now passing completely on bifrost :)
<alyssa> stepri01: Do we need to CYCLE_COUNT_{START, STOP} in kernel space to use LD_GCLK.u64.cycle_counter? Looks like I'm reading back all 0's
<alyssa> Oh... that's what BASE_JD_REQ_PERMON is for...
zkrx has quit [Quit: zkrx]
BenG83 has quit [Quit: Leaving]
zkrx has joined #panfrost
davidlt has quit [Ping timeout: 256 seconds]
ndufresne has quit [Excess Flood]
ndufresne has joined #panfrost
Net147 has quit [Quit: Quit]
Net147 has joined #panfrost
Net147 has quit [Remote host closed the connection]
Net147 has joined #panfrost
* alyssa tries to debug framebuffer_fetch on bifrost
<alyssa> [Well, her buggy implementation of it
<alyssa> ohh
<alyssa> got it