00:50
Gaspare has joined #asahi-gpu
01:11
bluetail has joined #asahi-gpu
01:14
swaggie has quit [Remote host closed the connection]
01:15
swaggie has joined #asahi-gpu
01:23
swaggie has quit [Ping timeout: 480 seconds]
01:28
Gaspare has quit [Quit: Gaspare]
01:30
Gaspare has joined #asahi-gpu
01:43
cr1901 has quit [Quit: Leaving]
01:54
cr1901 has joined #asahi-gpu
02:03
swaggie has joined #asahi-gpu
02:11
grange_c1 has joined #asahi-gpu
02:12
grange_c has quit [Read error: Connection reset by peer]
02:12
grange_c1 is now known as grange_c
02:32
Gaspare has quit [Quit: Gaspare]
02:41
amarioguy has quit [Remote host closed the connection]
02:42
amarioguy has joined #asahi-gpu
02:45
amarioguy has quit [Remote host closed the connection]
02:47
amarioguy has joined #asahi-gpu
03:18
Gaspare has joined #asahi-gpu
03:23
Gaspare has quit [Quit: Gaspare]
03:25
capta1nt0ad has joined #asahi-gpu
03:26
Gaspare has joined #asahi-gpu
03:49
<
lina >
alyssa: Apparently I cherry-picked the depth/stencil export one but forgot to push...
03:49
<
lina >
As for the flat shading ones... interestingly, they don't actually fix Darwinia!
03:49
<
lina >
But now I wonder if combining them with some of the other things I tried last time would...
03:54
alyssa has joined #asahi-gpu
03:54
<
alyssa >
lina: woof.
03:56
Gaspare has quit [Quit: Gaspare]
03:57
<
lina >
Oooh so with your patch, I can set the varying <<8 field and
*not* crash. That's new I think!
03:57
<
lina >
Still doesn't work but I think we're getting somewhere
03:59
<
lina >
Guess I need more macOS investigation ^^
04:04
<
alyssa >
lina: if you're going in the area, I'd appreciate some XML for the various varying words
04:04
<
alyssa >
correct XML not "<<8" :p
04:05
<
alyssa >
just try all the (valid) combinations of float/half/int smooth/flat/centroid and it should? be easy to connect the dots
04:06
<
alyssa >
s/centroid/noperspective/
04:06
<
alyssa >
if you are lucky it will be exactly the same as STATE_VARYING0 and STATE_VARYING1 in
04:06
<
alyssa >
<struct name="STATE_VARYING0" length="1">
04:06
<
alyssa >
<field name="f32_npc" start="16" end="23" type="uint"/>
04:06
<
alyssa >
<field name="f32_flat" start="8" end="15" type="uint"/>
04:06
<
alyssa >
<field name="f32_linear" start="0" end="7" type="uint"/>
04:06
<
alyssa >
<struct name="STATE_VARYING1" length="1">
04:06
<
alyssa >
<field name="f16_npc" start="24" end="31" type="uint"/>
04:06
<
alyssa >
<field name="f16_flat" start="16" end="23" type="uint"/>
04:07
<
alyssa >
<field name="f16_linear" start="8" end="15" type="uint"/>
04:07
<
alyssa >
<struct name="STATE_VARYING2" length="1">
04:07
<
alyssa >
<field name="output_clip_planes" start="16" end="19" type="uint"/>
04:07
<
alyssa >
npc == "no(n) perspective correct" == no_perspective in metal
04:08
<
alyssa >
likely that XML is the same, except maybe the clip planes bit
04:08
<
alyssa >
although I prefer less, er, curt names
04:08
<
alyssa >
"Flat 32-bit" "No perspective 16-bit" etc
04:09
<
lina >
Yes of course ^^
04:09
<
lina >
I'm just experimenting right now, I'll fix the XML once it makes sense
04:14
<
lina >
alyssa: Right now the decode dylib does not actually print unknown fields, right?
04:14
<
lina >
I think the unpacker complains in stderr but not in the agxdump file?
04:15
<
lina >
Should we have something like a catchall 32-bit field conditional on the decoder build or some other way to actually get full dumps when tracing macos? I think I'm missing bits...
04:15
<
alyssa >
04:14 < lina> I think the unpacker complains in stderr but not in the agxdump file?
04:16
<
alyssa >
umm yeah you want to fix that
04:16
<
alyssa >
uh no it should be fine?
04:16
<
lina >
Maybe it is? But then I don't know what fields I'm missing...
04:17
<
alyssa >
it is, if there are missing bits you get a big scary XXX in the agxdump with a mask of what's missing
04:17
<
alyssa >
maybe you're not missing anything
04:17
<
lina >
OK, then I don't know what flat shading fields I might be missing to make this work...
04:17
<
lina >
There are very few diffs in state between my metal tests yesterday, although a preshader did pop up and a uniform block...
04:18
<
alyssa >
maybe you're not missing anything
04:18
<
alyssa >
i would not be sweating debugging apps at this stage given the massive number of piglit fails
04:18
<
lina >
Hey I enjoy this! Especially when the app developer is being really nice and helpful ^^
04:18
<
alyssa >
fair enough
04:19
<
alyssa >
at any rate i am notorious for writing bad drivers or something like that so
04:19
<
alyssa >
don't take my advice
04:19
<
lina >
Plus we got you to 100% dEQP2 thanks to app debugging <3
04:19
<
alyssa >
("are you ok?")
04:20
<
lina >
alyssa: ^^;;
04:20
<
alyssa >
man it's 23:20 and i have a thing due at midnight and i just can't
04:20
<
alyssa >
also i want to tell you how to fix darwinia but honestly i would've given up last wednesday and left the issue outstanding
04:21
<
lina >
Wait do you know already?
04:21
<
lina >
Or you mean if you did?
04:21
<
lina >
I mean I tend to taskswitch, I'm not going to block on this (and also apparently Firefox is still broken in other ways...)
04:22
<
alyssa >
yes we know alyssa writes broken drivers
04:22
<
lina >
... the previous breakage was a Firefox bug
04:22
<
bluetail >
is it fixed in the 110 nightly? Had crashes and it seems fixed.
04:22
<
lina >
I don't think we can blame you for Firefox binding a NULL VBO because they forgot to save/restore it properly...
04:22
<
lina >
bluetail: yes, should be
04:23
<
lina >
Assuming a nightly build happened since the change was merged last night
04:23
<
bluetail >
I got the nightly yesterday, so its not impossible
04:26
<
alyssa >
don't worry there is a long vibrant tradition of blaming me for app bugs
04:33
<
bluetail >
alyssa heh. I would not. And by the way, I still want to excuse say I'm sorry what I said on October 6th. Wasn'
04:34
<
bluetail >
Thats... Re: "Fully beauty" (picture - rosenzweig.io)
04:35
<
bluetail >
Ignore the typos pls
05:31
swaggie has quit [Remote host closed the connection]
05:32
swaggie has joined #asahi-gpu
05:34
capta1nt0ad has quit [Remote host closed the connection]
05:54
renatorabelo has quit [Ping timeout: 480 seconds]
06:25
capta1nt0ad has joined #asahi-gpu
06:29
ella-0 has joined #asahi-gpu
06:35
cylm_ has quit [Ping timeout: 480 seconds]
07:30
yuka has quit [Remote host closed the connection]
07:30
yuka has joined #asahi-gpu
07:54
capta1nt0ad has quit [Remote host closed the connection]
08:03
SSJ_GZ has joined #asahi-gpu
09:36
swaggie has quit [Remote host closed the connection]
09:37
swaggie has joined #asahi-gpu
09:43
WindowPain_ has joined #asahi-gpu
09:43
WindowPain has quit [Ping timeout: 480 seconds]
09:45
swaggie has quit [Ping timeout: 480 seconds]
09:51
c10l has joined #asahi-gpu
10:08
swaggie has joined #asahi-gpu
10:29
swaggie has quit [Ping timeout: 480 seconds]
10:30
renatorabelo has joined #asahi-gpu
10:30
renatorabelo has quit [Read error: Connection reset by peer]
10:31
iaguis has joined #asahi-gpu
10:54
swaggie has joined #asahi-gpu
11:16
swaggie has quit [Ping timeout: 480 seconds]
11:20
cylm_ has joined #asahi-gpu
11:40
swaggie has joined #asahi-gpu
11:47
dottedmag has joined #asahi-gpu
12:02
swaggie has quit [Ping timeout: 480 seconds]
12:19
iaguis has quit [Quit: leaving]
12:20
iaguis has joined #asahi-gpu
12:27
swaggie has joined #asahi-gpu
12:42
cylm_ has quit [Ping timeout: 480 seconds]
12:54
swaggie has quit [Ping timeout: 480 seconds]
13:07
Gaspare has joined #asahi-gpu
13:18
handlerug has quit [Remote host closed the connection]
13:18
handlerug has joined #asahi-gpu
13:33
SSJ_GZ has quit [Ping timeout: 480 seconds]
13:36
swaggie has joined #asahi-gpu
13:36
SSJ_GZ has joined #asahi-gpu
13:42
LinuxM1 has joined #asahi-gpu
13:51
Gaspare has quit [Quit: Gaspare]
14:01
swaggie has quit [Ping timeout: 480 seconds]
14:19
bcrumb has joined #asahi-gpu
14:25
LinuxM1 has quit [Quit: Leaving]
15:20
zzywysm has joined #asahi-gpu
15:42
swaggie has joined #asahi-gpu
16:14
swaggie has quit [Ping timeout: 480 seconds]
16:18
iaguis has quit [Quit: leaving]
17:31
bcrumb has joined #asahi-gpu
18:06
zzywysm has joined #asahi-gpu
18:07
chengsun_ has joined #asahi-gpu
18:08
zzywysm has quit []
18:08
zzywysm has joined #asahi-gpu
18:13
chengsun has quit [Ping timeout: 480 seconds]
18:16
hays_ is now known as hays
19:08
Dcow has quit [Remote host closed the connection]
19:22
Dcow has joined #asahi-gpu
19:24
Dcow has quit [Remote host closed the connection]
19:24
Dcow has joined #asahi-gpu
19:37
Dcow has quit [Remote host closed the connection]
19:43
Dcow has joined #asahi-gpu
19:56
Dcow has quit [Remote host closed the connection]
19:57
Dcow has joined #asahi-gpu
19:58
TheLink has joined #asahi-gpu
20:02
renatorabelo has joined #asahi-gpu
20:03
renatorabelo has quit []
20:07
renatorabelo has joined #asahi-gpu
20:08
swaggie has joined #asahi-gpu
20:16
swaggie has quit [Ping timeout: 480 seconds]
20:42
bcrumb has quit [Quit: WeeChat 3.7.1]
20:45
bcrumb has joined #asahi-gpu
20:48
Dcow has quit [Remote host closed the connection]
20:58
bcrumb has quit [Quit: WeeChat 3.7.1]
21:05
Dcow has joined #asahi-gpu
21:08
bcrumb has joined #asahi-gpu
21:13
Dcow has quit [Ping timeout: 480 seconds]
21:22
bcrumb has quit [Quit: WeeChat 3.7.1]
21:40
Dcow has joined #asahi-gpu
21:48
Dcow has quit [Ping timeout: 480 seconds]
21:49
LinuxM1 has joined #asahi-gpu
21:52
swaggie has joined #asahi-gpu
22:15
Dcow has joined #asahi-gpu
22:20
Cyrinux has quit [resistance.oftc.net reticulum.oftc.net]
22:20
DarkShadow44 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
chengsun_ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
maximbaz has quit [resistance.oftc.net reticulum.oftc.net]
22:20
yrlf has quit [resistance.oftc.net reticulum.oftc.net]
22:20
pjakobsson has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Yamakaja has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Misthios has quit [resistance.oftc.net reticulum.oftc.net]
22:20
tired has quit [resistance.oftc.net reticulum.oftc.net]
22:20
m5zs7k has quit [resistance.oftc.net reticulum.oftc.net]
22:20
lawrence has quit [resistance.oftc.net reticulum.oftc.net]
22:20
_jannau_ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
tumblingweed has quit [resistance.oftc.net reticulum.oftc.net]
22:20
akemin_dayo has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Venemo has quit [resistance.oftc.net reticulum.oftc.net]
22:20
jix__ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
povik has quit [resistance.oftc.net reticulum.oftc.net]
22:20
zkrx has quit [resistance.oftc.net reticulum.oftc.net]
22:20
highvoltage[m] has quit [resistance.oftc.net reticulum.oftc.net]
22:20
TellowKrinkle has quit [resistance.oftc.net reticulum.oftc.net]
22:20
sneak has quit [resistance.oftc.net reticulum.oftc.net]
22:20
pg12 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
JoshuaAshton has quit [resistance.oftc.net reticulum.oftc.net]
22:20
sven has quit [resistance.oftc.net reticulum.oftc.net]
22:20
dottedmag has quit [resistance.oftc.net reticulum.oftc.net]
22:20
mort_ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
dhewg has quit [resistance.oftc.net reticulum.oftc.net]
22:20
jannau has quit [resistance.oftc.net reticulum.oftc.net]
22:20
merry has quit [resistance.oftc.net reticulum.oftc.net]
22:20
m42uko has quit [resistance.oftc.net reticulum.oftc.net]
22:20
unko has quit [resistance.oftc.net reticulum.oftc.net]
22:20
gruetzkopf has quit [resistance.oftc.net reticulum.oftc.net]
22:20
LinuxM1 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
manawyrm has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Mary has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Stary has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Emantor has quit [resistance.oftc.net reticulum.oftc.net]
22:20
thevar1able has quit [resistance.oftc.net reticulum.oftc.net]
22:20
minecrell has quit [resistance.oftc.net reticulum.oftc.net]
22:20
xcpy0 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
V has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Mrmaxmeier has quit [resistance.oftc.net reticulum.oftc.net]
22:20
DragoonAethis has quit [resistance.oftc.net reticulum.oftc.net]
22:20
paddatrapper_ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
os has quit [resistance.oftc.net reticulum.oftc.net]
22:20
deflax has quit [resistance.oftc.net reticulum.oftc.net]
22:20
ayke has quit [resistance.oftc.net reticulum.oftc.net]
22:20
rappet has quit [resistance.oftc.net reticulum.oftc.net]
22:20
vup has quit [resistance.oftc.net reticulum.oftc.net]
22:20
anuejn has quit [resistance.oftc.net reticulum.oftc.net]
22:20
n1c has quit [resistance.oftc.net reticulum.oftc.net]
22:20
as400 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
kenzie7 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
crabbedhaloablut has quit [resistance.oftc.net reticulum.oftc.net]
22:20
matrix_ds has quit [resistance.oftc.net reticulum.oftc.net]
22:20
mjolnir[m] has quit [resistance.oftc.net reticulum.oftc.net]
22:20
noopwafel has quit [resistance.oftc.net reticulum.oftc.net]
22:20
espo has quit [resistance.oftc.net reticulum.oftc.net]
22:20
lonjil has quit [resistance.oftc.net reticulum.oftc.net]
22:20
CME has quit [resistance.oftc.net reticulum.oftc.net]
22:20
kaprests has quit [resistance.oftc.net reticulum.oftc.net]
22:20
commandoline has quit [resistance.oftc.net reticulum.oftc.net]
22:20
irth has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Ziemas has quit [resistance.oftc.net reticulum.oftc.net]
22:20
marcan has quit [resistance.oftc.net reticulum.oftc.net]
22:20
asie has quit [resistance.oftc.net reticulum.oftc.net]
22:20
TheLink has quit [resistance.oftc.net reticulum.oftc.net]
22:20
SSJ_GZ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
c10l has quit [resistance.oftc.net reticulum.oftc.net]
22:20
yuka has quit [resistance.oftc.net reticulum.oftc.net]
22:20
grange_c has quit [resistance.oftc.net reticulum.oftc.net]
22:20
bluetail has quit [resistance.oftc.net reticulum.oftc.net]
22:20
kit_ty_kate has quit [resistance.oftc.net reticulum.oftc.net]
22:20
yamii has quit [resistance.oftc.net reticulum.oftc.net]
22:20
jn has quit [resistance.oftc.net reticulum.oftc.net]
22:20
pbsds0 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
kujeger- has quit [resistance.oftc.net reticulum.oftc.net]
22:20
le0n has quit [resistance.oftc.net reticulum.oftc.net]
22:20
Retr0id has quit [resistance.oftc.net reticulum.oftc.net]
22:20
VinDuv has quit [resistance.oftc.net reticulum.oftc.net]
22:20
steffen[m] has quit [resistance.oftc.net reticulum.oftc.net]
22:20
nuup has quit [resistance.oftc.net reticulum.oftc.net]
22:20
blazra has quit [resistance.oftc.net reticulum.oftc.net]
22:20
fossdd has quit [resistance.oftc.net reticulum.oftc.net]
22:20
corion has quit [resistance.oftc.net reticulum.oftc.net]
22:20
gtk2 has quit [resistance.oftc.net reticulum.oftc.net]
22:20
XeR has quit [resistance.oftc.net reticulum.oftc.net]
22:20
FLHerne has quit [resistance.oftc.net reticulum.oftc.net]
22:20
cy8aer has quit [resistance.oftc.net reticulum.oftc.net]
22:20
qdot has quit [resistance.oftc.net reticulum.oftc.net]
22:20
kloenk has quit [resistance.oftc.net reticulum.oftc.net]
22:20
blasty has quit [resistance.oftc.net reticulum.oftc.net]
22:20
mini_ has quit [resistance.oftc.net reticulum.oftc.net]
22:20
jole has quit [resistance.oftc.net reticulum.oftc.net]
22:20
aleasto has quit [resistance.oftc.net reticulum.oftc.net]
22:22
Ziemas has joined #asahi-gpu
22:22
ayke has joined #asahi-gpu
22:22
lonjil has joined #asahi-gpu
22:22
commandoline has joined #asahi-gpu
22:22
asie has joined #asahi-gpu
22:22
marcan has joined #asahi-gpu
22:22
CME has joined #asahi-gpu
22:22
kaprests has joined #asahi-gpu
22:22
irth has joined #asahi-gpu
22:22
espo has joined #asahi-gpu
22:22
mjolnir[m] has joined #asahi-gpu
22:22
noopwafel has joined #asahi-gpu
22:22
anuejn has joined #asahi-gpu
22:22
paddatrapper_ has joined #asahi-gpu
22:22
Mrmaxmeier has joined #asahi-gpu
22:22
DragoonAethis has joined #asahi-gpu
22:22
V has joined #asahi-gpu
22:22
xcpy0 has joined #asahi-gpu
22:22
thevar1able has joined #asahi-gpu
22:22
minecrell has joined #asahi-gpu
22:22
Emantor has joined #asahi-gpu
22:22
Stary has joined #asahi-gpu
22:22
manawyrm has joined #asahi-gpu
22:22
Mary has joined #asahi-gpu
22:22
LinuxM1 has joined #asahi-gpu
22:22
deflax has joined #asahi-gpu
22:22
os has joined #asahi-gpu
22:22
as400 has joined #asahi-gpu
22:22
n1c has joined #asahi-gpu
22:22
matrix_ds has joined #asahi-gpu
22:22
rappet has joined #asahi-gpu
22:22
crabbedhaloablut has joined #asahi-gpu
22:22
kenzie7 has joined #asahi-gpu
22:22
vup has joined #asahi-gpu
22:23
SSJ_GZ has joined #asahi-gpu
22:23
TheLink has joined #asahi-gpu
22:23
c10l has joined #asahi-gpu
22:23
yuka has joined #asahi-gpu
22:23
grange_c has joined #asahi-gpu
22:23
bluetail has joined #asahi-gpu
22:23
yamii has joined #asahi-gpu
22:23
kit_ty_kate has joined #asahi-gpu
22:23
kujeger- has joined #asahi-gpu
22:23
jn has joined #asahi-gpu
22:23
le0n has joined #asahi-gpu
22:23
Retr0id has joined #asahi-gpu
22:23
VinDuv has joined #asahi-gpu
22:23
pbsds0 has joined #asahi-gpu
22:23
steffen[m] has joined #asahi-gpu
22:23
nuup has joined #asahi-gpu
22:23
blazra has joined #asahi-gpu
22:23
corion has joined #asahi-gpu
22:23
fossdd has joined #asahi-gpu
22:23
gtk2 has joined #asahi-gpu
22:23
XeR has joined #asahi-gpu
22:23
cy8aer has joined #asahi-gpu
22:23
FLHerne has joined #asahi-gpu
22:23
qdot has joined #asahi-gpu
22:23
kloenk has joined #asahi-gpu
22:23
blasty has joined #asahi-gpu
22:23
mini_ has joined #asahi-gpu
22:23
jole has joined #asahi-gpu
22:23
aleasto has joined #asahi-gpu
22:23
chengsun_ has joined #asahi-gpu
22:23
dottedmag has joined #asahi-gpu
22:23
pjakobsson has joined #asahi-gpu
22:23
Yamakaja has joined #asahi-gpu
22:23
tired has joined #asahi-gpu
22:23
lawrence has joined #asahi-gpu
22:23
Misthios has joined #asahi-gpu
22:23
tumblingweed has joined #asahi-gpu
22:23
m5zs7k has joined #asahi-gpu
22:23
akemin_dayo has joined #asahi-gpu
22:23
_jannau_ has joined #asahi-gpu
22:23
Venemo has joined #asahi-gpu
22:23
jix__ has joined #asahi-gpu
22:23
zkrx has joined #asahi-gpu
22:23
povik has joined #asahi-gpu
22:23
highvoltage[m] has joined #asahi-gpu
22:23
TellowKrinkle has joined #asahi-gpu
22:23
sneak has joined #asahi-gpu
22:23
JoshuaAshton has joined #asahi-gpu
22:23
sven has joined #asahi-gpu
22:23
pg12 has joined #asahi-gpu
22:23
mort_ has joined #asahi-gpu
22:23
dhewg has joined #asahi-gpu
22:23
merry has joined #asahi-gpu
22:23
m42uko has joined #asahi-gpu
22:23
jannau has joined #asahi-gpu
22:23
unko has joined #asahi-gpu
22:23
gruetzkopf has joined #asahi-gpu
22:23
Dcow has quit [Ping timeout: 480 seconds]
22:24
DarkShadow44 has joined #asahi-gpu
22:24
maximbaz has joined #asahi-gpu
22:24
yrlf has joined #asahi-gpu
22:24
Cyrinux has joined #asahi-gpu
22:28
ChaosPri1 has joined #asahi-gpu
22:29
ChaosPrincess has quit [Ping timeout: 480 seconds]
22:31
Dcow has joined #asahi-gpu
22:34
LinuxM1 has quit [Quit: Leaving]
22:39
Dcow has quit [Ping timeout: 480 seconds]
22:42
renatorabelo has quit [Remote host closed the connection]
22:56
swaggie has quit [Ping timeout: 480 seconds]
23:06
Dcow has joined #asahi-gpu
23:14
Dcow has quit [Ping timeout: 480 seconds]
23:15
cylm_ has joined #asahi-gpu
23:59
SSJ_GZ has quit [Ping timeout: 480 seconds]