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
<mmind00> (on the isp side all thanks to Dafna and Helen bringing it mainline in the first place)
<alyssa> =D
_whitelogger has joined #panfrost
stikonas has quit [Remote host closed the connection]
kaspter has joined #panfrost
kaspter has quit [Excess Flood]
kaspter has joined #panfrost
atler has quit [Killed (orwell.freenode.net (Nickname regained by services))]
atler has joined #panfrost
vstehle has quit [Ping timeout: 256 seconds]
chewitt has joined #panfrost
robmur01_ has joined #panfrost
Depau_ has joined #panfrost
robmur01 has quit [Read error: Connection reset by peer]
bbrezillon has quit [Ping timeout: 240 seconds]
Depau has quit [Ping timeout: 240 seconds]
mmind00 has quit [Quit: No Ping reply in 180 seconds.]
remexre has quit [Remote host closed the connection]
remexre has joined #panfrost
shadeslayer3 has joined #panfrost
daniels has quit [Ping timeout: 240 seconds]
shadeslayer has quit [Ping timeout: 240 seconds]
tomboy64 has quit [Ping timeout: 240 seconds]
shadeslayer3 is now known as shadeslayer
robher has quit [Ping timeout: 240 seconds]
daniels has joined #panfrost
robher has joined #panfrost
tomboy64 has joined #panfrost
davidlt has joined #panfrost
alpernebbi has joined #panfrost
chewitt has quit [Quit: Adios!]
karolherbst has joined #panfrost
kherbst has quit [Ping timeout: 240 seconds]
vstehle has joined #panfrost
miofio41 has joined #panfrost
wwilly_ has joined #panfrost
wwilly__ has quit [Ping timeout: 246 seconds]
wwilly_ is now known as wwilly
macc24 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Elpaulo has joined #panfrost
davidlt has quit [Ping timeout: 265 seconds]
macc24 has joined #panfrost
nlhowell has joined #panfrost
guillaume_g has joined #panfrost
<macc24> alyssa: what was i supposed to test like 2 days ago on bifrost?
atler has quit [Ping timeout: 246 seconds]
Net147 has quit [Quit: Quit]
atler has joined #panfrost
davidlt has joined #panfrost
Net147 has joined #panfrost
_whitelogger has joined #panfrost
stikonas has joined #panfrost
raster has joined #panfrost
kaspter has quit [Ping timeout: 246 seconds]
kaspter has joined #panfrost
wwilly_ has joined #panfrost
wwilly has quit [Ping timeout: 272 seconds]
mmind00 has joined #panfrost
davidlt has quit [Ping timeout: 240 seconds]
robmur01_ is now known as robmur01
nlhowell has quit [Ping timeout: 240 seconds]
davidlt has joined #panfrost
felipealmeida has quit [Ping timeout: 240 seconds]
nroberts has joined #panfrost
felipealmeida has joined #panfrost
davidlt_ has joined #panfrost
davidlt has quit [Remote host closed the connection]
<alyssa> macc24: sway/wlroots master , see if it has the cursor bug
<alyssa> (or on kevin equivalently)
<macc24> yeah i can spin linux on my kevin when i'm done with my history exam
raster has quit [Quit: Gettin' stinky!]
uis has joined #panfrost
alpernebbi has quit [Read error: Connection reset by peer]
<macc24> unrelated question, has anyone tried around here to replace kevin's lcd?
alpernebbi has joined #panfrost
kaspter has quit [Quit: kaspter]
davidlt_ is now known as davidlt
raster has joined #panfrost
karolherbst has quit [Ping timeout: 256 seconds]
<macc24> alyssa: i could not reproduce cursor corruption on my kevin with random mesa version that i had there
<alyssa> GAck
<macc24> at least by circling my mouse cursor around in middle of screen between firefox and terminal window
<alyssa> b
<macc24> what?
<alyssa> nvm
<alyssa> My build of deqp only works in wayland with a certian extension wlroots doesn't have
<alyssa> so weston or gnome-wayland
<alyssa> solution: nest weston inside sway :p
wwilly_ has quit [Ping timeout: 265 seconds]
<daniels> weston --backend=headless-backend.so
<alyssa> Or that sure ;p
karolherbst has joined #panfrost
enty is now known as ente
archetech has joined #panfrost
gcl_ is now known as gcl
youcai has quit [Remote host closed the connection]
BenG83 has joined #panfrost
<icecream95> alyssa: Image write CL tests fail with INSTR_INVALID_ENC on the clause with the store instruction
<alyssa> icecream95: =shaders,verbose please
BenG83 has quit [Quit: Leaving]
<icecream95> alyssa: Could it be caused by "Attribute count" changing from 1 to 0?
<alyssa> looks totally benign, what
<alyssa> icecream95: Uh, yeah, that would do it.
alpernebbi has quit [Quit: alpernebbi]
<icecream95> I suspect d5b1a33460e ("panfrost: Move the shader compilation logic out of the gallium driver") is to blame
<alyssa> Possible
youcai has joined #panfrost
atler has quit [Quit: atler]
atler has joined #panfrost
<alyssa> HdkR: Hey, does GFXBench work under FEX yet?
<HdkR> Not sure, haven't tried
<alyssa> puppy dog eyes
<HdkR> ugh they dropped support for 5.0
<alyssa> ?
<HdkR> GFXBench 5 no longer provides a Linux image
<alyssa> oh..
<HdkR> GFXBench4 is still available
<HdkR> I'll give it a whirl
<HdkR> It got to the point of trying to execute the ALU test at least
<alyssa> =D
<HdkR> Then crashed due to some X11 problem
<HdkR> Probably just needs a bit of investigation work thrown at it
<icecream95> alyssa: I think the bug is from switching from num_images to images_used - Clover only sets num_images
<alyssa> icecream95: clover bug, wontfix ;P
<icecream95> alyssa: Now it fails because the zw coords are wrong
<alyssa> worked for me?
<icecream95> alyssa: The coords are set by `vec4 32 ssa_30 = vec4 ssa_6, ssa_9, ssa_9, ssa_9`, the image is 2D
<alyssa> what's ssa_(?
<alyssa> ssa_9
<icecream95> ssa_9 is the y coord
<alyssa> um, ok
<alyssa> all the shaders I saw had zw forced to 0 for 2D
<alyssa> I wonder if glsl_to_nir and spirv_to_nir behave differently here
<robmur01> sigh, my issue with glmark2 ideas looking funny is of course not particular to RK3399, but to the monitor that board was plugged into :(
<alyssa> uh
<robmur01> turns out yeah, a regular dither pattern at 1920x1080 scaled to 1920x1200 does indeed look stripey...
<alyssa> :<
* alyssa has spent annoyingly long fighting RA fails
<icecream95> On duet, dither patterns look funny even without scaling
davidlt has quit [Ping timeout: 272 seconds]
karolherbst has quit [Ping timeout: 272 seconds]
youcai has quit [Remote host closed the connection]
enty has joined #panfrost
ente has quit [Read error: Connection reset by peer]
archetech has quit [Ping timeout: 264 seconds]
kinkinkijkin has quit [Ping timeout: 264 seconds]
kinkinkijkin has joined #panfrost
archetech has joined #panfrost
raster has quit [Ping timeout: 264 seconds]
youcai has joined #panfrost
raster has joined #panfrost
BenG83 has joined #panfrost
BenG83 has quit [Quit: Leaving]
archetech has quit [Quit: Textual IRC Client: www.textualapp.com]