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
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
dstzd has quit [Quit: ZNC - https://znc.in]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #panfrost
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
rando25892 has joined #panfrost
dstzd has joined #panfrost
dstzd has quit [Client Quit]
stikonas has quit [Remote host closed the connection]
dstzd has joined #panfrost
dstzd has quit [Quit: ZNC - https://znc.in]
dstzd has joined #panfrost
dstzd has quit [Client Quit]
dstzd has joined #panfrost
dstzd has quit [Client Quit]
jernej has joined #panfrost
dstzd has joined #panfrost
jernej has quit [Client Quit]
dstzd has quit [Client Quit]
jernej has joined #panfrost
kaspter has joined #panfrost
dstzd has joined #panfrost
vstehle has quit [Ping timeout: 246 seconds]
kaspter has quit [Ping timeout: 272 seconds]
kaspter has joined #panfrost
Elpaulo has quit [Read error: Connection reset by peer]
Elpaulo has joined #panfrost
indy has quit [Ping timeout: 260 seconds]
Green7 has joined #panfrost
Green has quit [Ping timeout: 260 seconds]
Green7 is now known as Green
indy has joined #panfrost
rando25892 has quit [Ping timeout: 256 seconds]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #panfrost
vstehle has joined #panfrost
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
davidlt has joined #panfrost
_whitelogger has joined #panfrost
archetech has joined #panfrost
<icecream95> I now have shader images somewhat working on Bifrost. Surpassing Midgard for compute shader / OpenCL support is scheduled for sometime next week
camus has joined #panfrost
kaspter has quit [Ping timeout: 268 seconds]
camus is now known as kaspter
awordnot has quit [Read error: Connection reset by peer]
_whitelogger has joined #panfrost
icecream95 has quit [Quit: leaving]
kaspter has quit [Ping timeout: 265 seconds]
kaspter has joined #panfrost
rando25892 has joined #panfrost
archetech has quit [Quit: Textual IRC Client: www.textualapp.com]
stikonas has joined #panfrost
raster has joined #panfrost
kaspter has quit [Quit: kaspter]
_whitelogger has joined #panfrost
<alyssa> hehe ")
<alyssa> haven't looked at how bifrost handles images... I guess that's what LD_ATTR_TEX and LEA_ATTR_TEX are for?
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
<br_> so I have glClear() waiting forever in select().hm
<alyssa> br_: what fd?
<alyssa> we don't use select() directly in panfrost, bt probably some core mesa code somewhere does
<br_> alyssa: I don't know. select() is just what top(1) shows
<sfan5> I suggest strace
<br_> alyssa: how glClear transformed to a pan job ? i.e. what is flow inside mesa
<br_> sfan5: I think it is ktrace in FreeBSD
<sfan5> fbsd has truss(1)
<alyssa> New pet peeve: progress bars that round up
<kinkinkijkin> have there been any massive changes since 20.3.0 in the panfrost side of things? new stuff all merged or no?
<alyssa> kinkinkijkin: merged? no
<alyssa> br_: big question but
<alyssa> This is probably what you want?
<alyssa> and the functions following it
raster has quit [Quit: Gettin' stinky!]
<alyssa> Okay, I've upgraded mesa to 20.2 :p
<alyssa> ....and the audio broke. Again. I...
<br_> I think jobs processing works fine..since I started xorg normally
<br_> every new char in a terminal takes two pan jobs to render
rando25892 has quit [Read error: Connection reset by peer]
<alyssa> br_: ...Interesting.
<alyssa> br_: render or be presented?
<alyssa> regardless I'd blame syncing logic, syncobjs and fences and things are really subytle
<kinkinkijkin> rendertest: ../src/gallium/auxiliary/util/u_inlines.h:340: pipe_buffer_map_range: Assertion `offset + length <= buffer->width0' failed.
<kinkinkijkin> trying to port my engine to gl2.1 on my duet
<kinkinkijkin> this is the error ive come to once all the code now seems to be right-to-spec
<kinkinkijkin> wondering if im being an idiot or if this is a driver side thing
<kinkinkijkin> noting that I may have missed something; I just now expanded the modules to include a module im calling "goon.nim" that handles all the whens (nim equiv to #ifdefs)
<alyssa> backtrace?
<kinkinkijkin> goes to the glDrawElements line
raster has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
<macc24> hey kinkinkijkin
<macc24> kinkinkijkin: i think bbrezillon fixed something like that
icecream95 has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
leah has quit [Quit: WeeChat 2.8]
tchebb has quit [Quit: ZNC - http://znc.in]
davidlt has quit [Ping timeout: 272 seconds]
tchebb has joined #panfrost
<br_> alyssa: you were right
<br_> alyssa: drm events were not delivering over fd
<macc24> odroid go super has a rotated screen too ,_,
ezequielg has quit [Ping timeout: 260 seconds]
ezequielg has joined #panfrost
<alyssa> br_: :)
<br_> glxgears working
<br_> firefox still blank screen...maybe another issue
<macc24> br_: good job :D
<br_> macc24: I take 6mo to make it stable :)
<alyssa> br_: and make it work on bifrost :p
<br_> I think allwinner is releasing a board soon...
raster has joined #panfrost
<alyssa> also, let's be clear about that video -- running X11 with glamor is more impressive than running gears
<alyssa> ;)
<macc24> haha yes
<br_> I should include startx to the demo :)
<br_> ... and be ready to switch my desktop to aarch64 once things stabilize...
<alyssa> Happy dogfooding! 🐶
popolon has joined #panfrost
<kinkinkijkin> macc24 did you say no bluetooth
<macc24> kinkinkijkin: in cadmium?
<kinkinkijkin> yeah
<macc24> it can be made to work
<kinkinkijkin> kk
<macc24> just add some bluetooth options
<macc24> there was a LOT of kernel-related changes recently
<kinkinkijkin> ill check that out some time later, i just lost all my stuff except my laptop and what was in my bag, didn't have my usb stuff in my bag except my headphones, which don't have a mic
<macc24> ;-;
<macc24> bluetooth on duet should work, if it's enabled, i have no hardware with bluetooth to test it, and bluetooth sound probably won't work too
<kinkinkijkin> it's all still in storage, i was just deported back to windsor
<kinkinkijkin> so im halfway across the province from all of it
<kinkinkijkin> brb testing some things, if i want to update my kernel with this older version of the cadmium root im running how will i do that?
<macc24> i'd just nuke it after making AND testing usb stick
<macc24> new kernel partition is incompatible with old partitioning scheme, after i added second kernel parititon
<kinkinkijkin> no can do, been running this as a daily driver for two weeks
<kinkinkijkin> i can't install the kernel from within the running system?
<macc24> nope!
<macc24> n e v e r do that on cadmium without having recovery medium that you are 100% sure that works
<kinkinkijkin> kk
<macc24> brb, shower
<kinkinkijkin> i havent had much choice on systems to run
warpme_ has quit [Quit: Connection closed for inactivity]