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
<icecream95> alyssa: I stopped paying attention for the last few patches, so didn't find anything wrong with them. Obviously they must be completely correct
<alyssa> That's definitely how it works right
<alyssa> thank you for your review C:
<icecream95> alyssa: I don't understand what all this C: buisness is about. I don't have a hard disk, so usually use A:
<alyssa> It's a smiley
<icecream95> ◡
<alyssa> nice
JulianGro has joined #panfrost
<icecream95> :⊃
<alyssa> luv it
vstehle has quit [Ping timeout: 480 seconds]
alyssa has quit [Quit: leaving]
ente` has quit [Ping timeout: 480 seconds]
ente` has joined #panfrost
camus has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
camus1 has joined #panfrost
camus has quit [Ping timeout: 480 seconds]
Danct12 has quit [Ping timeout: 480 seconds]
Lyude has quit [Quit: WeeChat 3.4]
Lyude has joined #panfrost
vstehle has joined #panfrost
tolszak has joined #panfrost
cphealy_ has joined #panfrost
cphealy has quit [Ping timeout: 480 seconds]
guillaume_g has joined #panfrost
camus1 has quit [Ping timeout: 480 seconds]
camus has joined #panfrost
MajorBiscuit has joined #panfrost
Major_Biscuit has joined #panfrost
MajorBiscuit has quit [Ping timeout: 480 seconds]
Danct12 has joined #panfrost
camus has quit [Ping timeout: 480 seconds]
camus has joined #panfrost
rkanwal has joined #panfrost
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #panfrost
rasterman has joined #panfrost
Major_Biscuit has quit [Ping timeout: 480 seconds]
Major_Biscuit has joined #panfrost
MajorBiscuit has joined #panfrost
Major_Biscuit has quit [Ping timeout: 480 seconds]
nlhowell has joined #panfrost
Danct12 has quit [Read error: Connection reset by peer]
robmur01 has quit [Ping timeout: 480 seconds]
robmur01 has joined #panfrost
MajorBiscuit has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #panfrost
JulianGro has quit [Remote host closed the connection]
tolszak has quit [Ping timeout: 480 seconds]
Danct12 has joined #panfrost
nlhowell is now known as Guest229
nlhowell has joined #panfrost
Guest229 has quit [Ping timeout: 480 seconds]
Major_Biscuit has joined #panfrost
MajorBiscuit has quit [Ping timeout: 480 seconds]
guillaume_g has quit []
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #panfrost
atler is now known as Guest236
atler has joined #panfrost
Guest236 has quit [Ping timeout: 480 seconds]
digetx is now known as Guest240
Guest240 has quit [Ping timeout: 480 seconds]
digetx has joined #panfrost
nlhowell is now known as Guest244
nlhowell has joined #panfrost
Guest244 has quit [Ping timeout: 480 seconds]
JulianGro has joined #panfrost
nlhowell is now known as Guest247
nlhowell has joined #panfrost
Guest247 has quit [Ping timeout: 480 seconds]
cwabbott has quit [Read error: Connection reset by peer]
MTCoster has quit [Read error: Connection reset by peer]
robclark has quit [Read error: Connection reset by peer]
dschuermann has quit [Read error: Connection reset by peer]
narmstrong has quit [Read error: Connection reset by peer]
jstultz has quit [Read error: Connection reset by peer]
ezequielg has quit [Read error: Connection reset by peer]
ezequielg has joined #panfrost
narmstrong has joined #panfrost
cwabbott has joined #panfrost
jstultz has joined #panfrost
robclark has joined #panfrost
taowa has quit [Read error: Connection reset by peer]
steev has quit [Read error: Connection reset by peer]
nlhowell has quit [Read error: Connection reset by peer]
daniels has quit [Write error: connection closed]
philpax_ has quit [Read error: Connection reset by peer]
austriancoder has quit [Read error: Connection reset by peer]
philpax_ has joined #panfrost
daniels has joined #panfrost
MTCoster has joined #panfrost
austriancoder has joined #panfrost
dschuermann has joined #panfrost
taowa has joined #panfrost
nlhowell has joined #panfrost
steev has joined #panfrost
austriancoder has quit [Read error: Connection reset by peer]
dschuermann has quit [Read error: Connection reset by peer]
dschuermann has joined #panfrost
austriancoder has joined #panfrost
dschuermann has quit [Read error: Connection reset by peer]
dschuermann has joined #panfrost
steev has quit [Read error: No route to host]
steev has joined #panfrost
nlhowell has quit [Ping timeout: 480 seconds]
nlhowell has joined #panfrost
nlhowell has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
qadmus has joined #panfrost
qadmus has quit []
Major_Biscuit has quit []
alyssa has joined #panfrost
<alyssa> icecream95: cleaned enums in va_pack, I admit things are a lot better now
<alyssa> thanks for calling that out
rkanwal has quit [Quit: rkanwal]
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #panfrost
<alyssa> pushed to the mr
* alyssa notes there's probably a broken corner case of the flow control stuff... grumble...
<icecream95> alyssa: "Unify flow control" adds some trailing whitespace to assembler-cases.txt, but I guess that *does* better match what the disassembler prints...
<icecream95> alyssa: "capture : true". I thought that we were trying to move away from capturing output because it uses a meson helper script (launch time: 0.9 seconds or so) to set up the redirection
<alyssa> Are we? I don't pay attention to meson stuff, I just copypasted what the existing Bifrost stuff did
erle has quit []
erle has joined #panfrost
erle has quit []
erle has joined #panfrost
<icecream95> alyssa: There are a few places where ctx->arch <= 8 is used. I guess it doesn't really matter, but shouldn't that be <= 7 ?
<icecream95> 'VA_FAU_SPECIAL_PAGE_1_WORKGROUP_LOCAL_POINTER'. Whoa.. these are some long macro names..
<icecream95> Otherwise no complaints from doing a range-diff of the new code
<alyssa> that name is quite long.. yes..
<alyssa> as for v8... meh