<alyssa>
bbrezillon: The semantics of dependency_wait/dependency_slot on Bf are terribly underspecifeid...
raster has joined #panfrost
* alyssa
writes pseudocode
<alyssa>
that means I'm only pseudoworking...
<alyssa>
$ sudo code && sudo work
<HdkR>
sudowoodo
<icecream95>
alyssa: Have you updated sudo yet today?
<alyssa>
icecream95: was there another vuln?
<icecream95>
sudoedit -s '\' `perl -e 'print "A" x 65536'`
<alyssa>
you know, I do know better than to paste that into my terminal
archetech has joined #panfrost
* icecream95
runs `sudo xbps-remove sudo` to avoid future bugs in sudo
stikonas has quit [Remote host closed the connection]
Stenzek has quit [Ping timeout: 260 seconds]
Stenzek has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
atler is now known as Guest76599
Guest76599 has quit [Killed (tepper.freenode.net (Nickname regained by services))]
atler has joined #panfrost
vstehle has quit [Ping timeout: 264 seconds]
<alyssa>
icecream95: "It wouldn't even have taken more than a couple of minutes to fix it properly anyway…"
<alyssa>
Yeah, that's about how long it took me to reword the commit to make it no longer say [HACK] 😇
<icecream95>
alyssa: You need Magit. Select the commit, 'r', 'w', remove [HACK], C-c C-c, done
chewitt has joined #panfrost
<alyssa>
is git rebase -i and regexes not good enough for you kids...
<alyssa>
("You do know I'm probably older than you, right?")
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
archetech has quit [Quit: Konversation terminated!]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 240 seconds]
camus1 is now known as kaspter
xdarklight_ has joined #panfrost
xdarklight has quit [Ping timeout: 244 seconds]
clementp[m] has quit [*.net *.split]
wiizzard has quit [*.net *.split]
l-as has quit [*.net *.split]
krh has quit [*.net *.split]
wiizzard has joined #panfrost
krh has joined #panfrost
l-as has joined #panfrost
<daniels>
alyssa: rebase -i <3
<HdkR>
rebase -i + soft resets to unstage <3
icecream95 has quit [Ping timeout: 240 seconds]
wiizzard has quit [Ping timeout: 258 seconds]
l-as has quit [Ping timeout: 258 seconds]
kaspter has quit [Remote host closed the connection]
Ke has quit [Ping timeout: 268 seconds]
kaspter has joined #panfrost
wiizzard has joined #panfrost
l-as has joined #panfrost
davidlt has joined #panfrost
Ke has joined #panfrost
clementp[m] has joined #panfrost
kaspter has quit [Remote host closed the connection]
kaspter has joined #panfrost
clementp[m] has quit [Ping timeout: 240 seconds]
Ke has quit [Ping timeout: 246 seconds]
l-as has quit [Ping timeout: 240 seconds]
wiizzard has quit [Ping timeout: 246 seconds]
felipealmeida has quit [Quit: ZNC 1.8.1 - https://znc.in]
icecream95 has joined #panfrost
felipealmeida has joined #panfrost
<icecream95>
exec 3< foo.txt ?
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 265 seconds]
camus1 is now known as kaspter
vstehle has joined #panfrost
macc24 has joined #panfrost
Ke has joined #panfrost
clementp[m] has joined #panfrost
l-as has joined #panfrost
wiizzard has joined #panfrost
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 260 seconds]
camus1 is now known as kaspter
guillaume_g has joined #panfrost
alpernebbi has joined #panfrost
<daniels>
HdkR: everything with -p
<HdkR>
Hm, That looks pretty useful
<HdkR>
I've never used -p with rebase but I'm also not usually rebasing branches that have merges brought in
<daniels>
oh, I meant more for checkout/reset/add/commit/etc
<daniels>
I ... don't know what -p would do in the context of rebase
<daniels>
right, something completely different :P
<HdkR>
:D
karolherbst has joined #panfrost
raster has joined #panfrost
raster has quit [Remote host closed the connection]
raster has joined #panfrost
kaspter has quit [Ping timeout: 264 seconds]
kaspter has joined #panfrost
stikonas has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
stikonas has quit [Remote host closed the connection]
<tomeu>
chewitt: thanks!
<chewitt>
np
<chewitt>
it's the signed u-boot that you need for making bootable media for Amlogic .. in case that's not obvious
stikonas has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
<italove>
I was looking at docs/features.txt and was wondering why GL_ARB_shader_storage_buffer_object and GL_ARB_compute_shader are advertised for desktop GL 4.3 but not for GLES 3.1,?
<HdkR>
Because ARB extensions don't get moved to GLES
<HdkR>
Khronos as a group basically just took GL 3.3-ish and made GLES 3.1 :P
<italove>
uhm, I don't understand, mesamatrix shows the extensions as being present in the "cherry-picked for GLES 3.1" and many drivers have it marked as "implemented"
<HdkR>
Oh!
<HdkR>
That was just a convenience bit for developers tracking the feature
<alyssa>
just noticed that and fixed it locally, will send the patch second