ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
Method has joined #asahi-dev
amarioguy has quit [Remote host closed the connection]
amarioguy has joined #asahi-dev
brolin has quit [Ping timeout: 480 seconds]
VinDuv has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
<nicolas17>
apparently LEAP is a proprietary "audio over Bluetooth LE" protocol used by the Apple TV Siri Remote... yet I'm sure that's *not* what's going on here, despite being *also* Apple+audio related >_<
<ChaosPrincess>
its a dsp
<bluetail>
alyssa I liked your voice in the last stream. It was very calming. And please accept it and don't take it as me being a creep...
brolin has joined #asahi-dev
<nicolas17>
of course the existence of that protocol was published via "here's a memory corruption vulnerability we found in a proprietary protocol"
<alyssa>
a classic
* alyssa
is data structure engineering
<alyssa>
trying to avoid doing any layout calculations on the GPU
chadmed_ has quit [Ping timeout: 480 seconds]
<alyssa>
Do I have support 4GiB textures? ...
<ChaosPrincess>
do you care about weird people doing "we have opencl at home"?
<nicolas17>
4GiB worth of textures maybe, 4GiB in a single texture sounds f'ing insane
<alyssa>
nicolas17: 4GiB in a single texture yes
<alyssa>
ChaosPrincess: TBD
nopeslide13 has quit []
nopeslide13 has joined #asahi-dev
<alyssa>
oh, that could legitimately be useful together with sparse..
<alyssa>
sparse + image atomics shouldn't be allowed i hope
<alyssa>
or actually it doesn't matter, pointers are pointers..
<alyssa>
i'm just trying to fit this entire descriptor in 64-bit
<alyssa>
because if I exceed that things get a Lot more complicated
<alyssa>
maybe GPU hardware development is hard actually
nopeslide13 has quit []
<alyssa>
without making unsafe assumptions I'm only at 67-bits