<icecream95>
macc24: box86 patches are already upstream
yann has joined #panfrost
<icecream95>
Don't expect much to work yet. The closest I got for an actual game was with DarkPlaces, but with that there were a lot of GPU faults because of uninitialised samplers
<macc24>
i got nfs carbon to not crash on my laptop, so it may work with nine
raster has joined #panfrost
<HdkR>
looks like initial nine integration wasn't that bad
<HdkR>
For nine+panfrost anyway
kaspter has joined #panfrost
yann has quit [Remote host closed the connection]
yann has joined #panfrost
davidlt has joined #panfrost
stikonas has joined #panfrost
<macc24>
can panfrost work under kernel with mali blob?
<jschwart>
macc24: I don't think so the interface exposed by that kernel is different
<jschwart>
I have this situation with my TV, it's rooted, but I can't feasibly replace its kernel in any way and it works with the mali blob
icecream95 has quit [Quit: leaving]
<alyssa>
"Use real name for attribute's unknown field"
<alyssa>
See, this one's exra fun
<alyssa>
...since on midgard it's "reserved - always set to 1" :p
<macc24>
alyssa: "alwayssettoone"
<alyssa>
Yeah I don't know either :p
vstehle has joined #panfrost
<jschwart>
maybe "breaks midgard when not 1" is more clear?
<bbrezillon>
alyssa: maybe because the global index offset is always applied for the primary attribute array, and never applied for the secondary one (AKA varyings), while on bifrost, it's also applied for the secondary array if you don't disable it at the attrib desc level
<bbrezillon>
so I think this field also encodes the "enable global index offset" info on midgard, it's just that you can't disable it there