alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://freenode.irclog.whitequark.org/panfrost - <daniels> avoiding X is a huge feature
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
<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
<HdkR> So it was just missed in that text file :P
<italove> alright
<HdkR> Good to remember that ARB doesn't actually exist in ES land though :D
<HdkR> The extension with a core version there would be EXT or KHR depending
<HdkR> without a core version*
<italove> oh ok, I didn't know that
* alyssa broke dEQP-GLES31.functional.shaders.builtin_functions.integer.umulextended.uvec3_highp_fragment on midgard
Ashleee has quit [Ping timeout: 256 seconds]
<alyssa> everytime I work on the midgard compiler I realize how much i've grown :<
<HdkR> Looking back is how we know how much we have improved, as peoples
stikonas has quit [Remote host closed the connection]
<alyssa> I just
<alyssa> there were so many better ways
stikonas has joined #panfrost
<HdkR> hehe, something to put in to practice for the next shader compiler or when you want to rewrite :D
<alyssa> HdkR: yeah, Bifrost is so much
<urjaman> just much.
<HdkR> alyssa: I guess that AGX compiler will be the cleanest yet! :D
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
archetech has joined #panfrost
<alyssa> bbrezillon: I have some es31 commits almost ready fwiw
<HdkR> \o/
<alyssa> shader stuff
kinkinkijkin has quit [Read error: Connection reset by peer]
youcai has quit [Read error: Connection reset by peer]
narmstrong has quit [Ping timeout: 264 seconds]
lvrp16 has quit [Ping timeout: 260 seconds]
steev has quit [Ping timeout: 265 seconds]
dschuermann has quit [Read error: Connection reset by peer]
cwabbott 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]
warpme_ has quit [Read error: Connection reset by peer]
ric96 has quit [Write error: Connection reset by peer]
austriancoder has quit [Write error: Connection reset by peer]
daniels has quit [Read error: Connection reset by peer]
robher has quit [Write error: Connection reset by peer]
krh has quit [Ping timeout: 258 seconds]
youcai has joined #panfrost
jstultz has joined #panfrost
dschuermann has joined #panfrost
warpme_ has joined #panfrost
steev has joined #panfrost
krh has joined #panfrost
kinkinkijkin has joined #panfrost
kherbst has joined #panfrost
cwabbott has joined #panfrost
narmstrong has joined #panfrost
karolherbst has quit [Ping timeout: 272 seconds]
robher has joined #panfrost
daniels has joined #panfrost
archetech has quit [Quit: Konversation terminated!]
ric96 has joined #panfrost
kherbst is now known as karolherbst
nlhowell has quit [Ping timeout: 264 seconds]
rak-zero has joined #panfrost
<alyssa> why were all these tests passing a second ago but not now
austriancoder has joined #panfrost
lvrp16 has joined #panfrost
<alyssa> ^^ Cherry-pick that for indirect draws
nlhowell has joined #panfrost
lvrp16 has quit [Read error: Connection reset by peer]
lvrp16 has joined #panfrost
lvrp16 has quit [Read error: Network is unreachable]
jstultz has quit [Read error: Connection reset by peer]
robher has quit [Read error: Connection reset by peer]
jstultz has joined #panfrost
lvrp16 has joined #panfrost
robher has joined #panfrost
<macc24> uhhhh, can anyone reproduce fact that firefox scrolling is super laggy on kevin?
<macc24> even when gpu frequency is locked to 800mhz
robher has quit [Read error: Connection reset by peer]
jstultz has quit [Read error: Connection reset by peer]
lvrp16 has quit [Ping timeout: 272 seconds]
robher has joined #panfrost
lvrp16 has joined #panfrost
jstultz has joined #panfrost
Ashleee has joined #panfrost
davidlt has quit [Ping timeout: 260 seconds]
<alyssa> yes
<macc24> ugh, is t860 a potato?
davidlt has joined #panfrost
<urjaman> kevin's screen is a soccerfield :P
<macc24> urjaman: why?
jstultz has quit [Ping timeout: 272 seconds]
robher has quit [Read error: Connection reset by peer]
lvrp16 has quit [Ping timeout: 260 seconds]
icecream95 has quit [Ping timeout: 260 seconds]
l-as has quit [Ping timeout: 260 seconds]
<urjaman> I was just joking about the high resolution (as in "it's gigantic")
<macc24> oh
icecream95 has joined #panfrost
l-as has joined #panfrost
anarsoul has quit [Quit: ZNC 1.7.5 - https://znc.in]
jschwart has quit [Ping timeout: 260 seconds]
xdarklight_ is now known as xdarklight
lvrp16 has joined #panfrost
jstultz has joined #panfrost
robher has joined #panfrost
jschwart has joined #panfrost
davidlt has quit [Ping timeout: 265 seconds]
anarsoul has joined #panfrost
jstultz has quit [Read error: Connection reset by peer]
stikonas has quit [Remote host closed the connection]
robher has quit [Read error: Connection reset by peer]
stikonas has joined #panfrost
jstultz has joined #panfrost
robher has joined #panfrost
jschwart has quit [Ping timeout: 260 seconds]
jschwart has joined #panfrost
dstzd has quit [Quit: ZNC - https://znc.in]
dstzd has joined #panfrost
robclark has quit [Excess Flood]
robclark has joined #panfrost
jschwart has quit [Ping timeout: 260 seconds]
jschwart has joined #panfrost
alpernebbi has quit [Quit: alpernebbi]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 240 seconds]
camus1 is now known as kaspter
raster has quit [Quit: Gettin' stinky!]
megi has quit [Quit: WeeChat 3.0]
megi has joined #panfrost
wiizzard has quit [Ping timeout: 240 seconds]
icecream95 has quit [Ping timeout: 265 seconds]
Ke has quit [Ping timeout: 240 seconds]
clementp[m] has quit [Ping timeout: 244 seconds]
l-as has quit [Ping timeout: 260 seconds]
kinkinkijkin has quit [Ping timeout: 264 seconds]
cwabbott has quit [Ping timeout: 264 seconds]
kinkinkijkin has joined #panfrost
cwabbott has joined #panfrost
dstzd has quit [Quit: ZNC - https://znc.in]
jernej has quit [Read error: Connection reset by peer]
dstzd_ has joined #panfrost
dstzd_ is now known as dstzd
jernej has joined #panfrost
karolherbst has quit [Ping timeout: 264 seconds]
urjaman has quit [Ping timeout: 240 seconds]
urjaman has joined #panfrost
dstzd has quit [Quit: ZNC - https://znc.in]
jernej has quit [Read error: Connection reset by peer]
jernej has joined #panfrost
dstzd has joined #panfrost
Ke has joined #panfrost
icecream95 has joined #panfrost
Ke has quit [Quit: Bridge terminating on SIGTERM]
icecream95 has quit [Quit: Bridge terminating on SIGTERM]
l-as has joined #panfrost
rak-zero has quit [Ping timeout: 265 seconds]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
Ke has joined #panfrost
icecream95 has joined #panfrost
wiizzard has joined #panfrost
clementp[m] has joined #panfrost