ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
mbrost has joined #dri-devel
<gfxstrand> Feel free to file a bug on github.com/KhronosGroup/Vulkan-Docs and someone might take it up.
glennk has quit [Ping timeout: 480 seconds]
Kayden has quit [Quit: off to kernel bisect or something]
kode54 has quit [Quit: The Lounge - https://thelounge.chat]
smaeul_ has joined #dri-devel
smaeul has quit [Ping timeout: 480 seconds]
<anarsoul> does anyone besides alyssa have comments on https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33331 ?
kode54 has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]
kode54 has quit []
iive has quit [Quit: They came for me...]
kode54 has joined #dri-devel
Company has joined #dri-devel
kode54 has quit [Quit: The Lounge - https://thelounge.chat]
mbrost_ has joined #dri-devel
kode54 has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
Daanct12 has joined #dri-devel
maka has quit []
Emantor has quit [Quit: ZNC - http://znc.in]
mbrost_ has quit [Ping timeout: 480 seconds]
Emantor has joined #dri-devel
The_Company has joined #dri-devel
vedm_ has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]
vedm has quit [Ping timeout: 480 seconds]
lemonzest has quit [Quit: WeeChat 4.5.1]
davispuh has quit [Ping timeout: 480 seconds]
alane has quit []
alane has joined #dri-devel
lemonzest has joined #dri-devel
kode54 has quit [Quit: The Lounge - https://thelounge.chat]
kode54 has joined #dri-devel
DemiMarie_ has joined #dri-devel
alanc has quit [Remote host closed the connection]
quantum5 has quit [Quit: ZNC - https://znc.in]
quantum5 has joined #dri-devel
alanc has joined #dri-devel
kts has joined #dri-devel
DemiMarie is now known as Guest9722
DemiMarie_ is now known as DemiMarie
Kayden has joined #dri-devel
Kayden has quit [Quit: continue bisecting, I guess]
kts has quit [Ping timeout: 480 seconds]
alih has quit []
guludo has quit [Quit: WeeChat 4.5.1]
nerdopolis has quit [Ping timeout: 480 seconds]
glennk has joined #dri-devel
DemiMarie is now known as Guest9725
Guest9722 is now known as DemiMarie
DemiMarie is now known as Guest9726
Guest9725 is now known as DemiMarie
ADS_Sr_ has joined #dri-devel
ADS_Sr has quit [Read error: No route to host]
The_Company has quit []
Company has joined #dri-devel
crabbedhaloablution has quit []
crabbedhaloablution has joined #dri-devel
Duke`` has joined #dri-devel
heat has quit [Ping timeout: 480 seconds]
tornd[m] has joined #dri-devel
tornd[m] has left #dri-devel [#dri-devel]
i-garrison has quit []
i-garrison has joined #dri-devel
u-amarsh04 has joined #dri-devel
blaztinn has quit [Remote host closed the connection]
blaztinn has joined #dri-devel
u-amarsh04 has quit []
amarsh04 has joined #dri-devel
tango_ has quit [Ping timeout: 480 seconds]
soreau has quit [Ping timeout: 480 seconds]
vedm_ has quit []
soreau has joined #dri-devel
scrambledangel has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
fab has joined #dri-devel
Mangix has joined #dri-devel
fab is now known as Guest9735
coldfeet has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
yrlf has quit [Ping timeout: 480 seconds]
kode54 has quit [Quit: The Lounge - https://thelounge.chat]
kode54 has joined #dri-devel
yrlf has joined #dri-devel
amarsh04 has quit []
siak has quit []
apinheiro has joined #dri-devel
u-amarsh04 has joined #dri-devel
tango_ has joined #dri-devel
<gio> I'm trying to debug a llvmpipe crash. Playing a little bit with NIR_DEBUG I noticed that the program crashes even earlier if I enable NIR_DEBUG=extended_validation, complaining that return instruction is unsupported in the divergence analysis algorithm. Is that something I should worry about? I.e., is the divergence analysis pass something that should work anyway and if it doesn't
<gio> it means I have already hit a problem, or is it something that usually should just be ignored and it's failing just because I forcibly pulled that in with "extended_validation"?
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
rasterman has joined #dri-devel
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
Guest9735 has quit [Ping timeout: 480 seconds]
<pendingchaos> that's probably an issue with NIR_DEBUG=extended_validation
<pendingchaos> you can just replace "nir_metadata_all" with "nir_metadata_all & ~nir_metadata_divergence" in "nir_metadata_require_all"
<pendingchaos> NIR_DEBUG=extended_validation probably wouldn't be helpful for debugging a crash, it's more useful for finding theoretical issues
sima has joined #dri-devel
alarumbe has quit [Ping timeout: 480 seconds]
rsalvaterra_ has joined #dri-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #dri-devel
rsalvaterra_ is now known as rsalvaterra
<glehmann> it would probably be a good idea to support all intrinsics in divergence analysis though, I think llvmpipe is already using divergence analysis: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32963/diffs?commit_id=a57e8b2e97205cc2bff752fa2fc377f6f48d931f
gouchi has joined #dri-devel
alarumbe has joined #dri-devel
gouchi has quit [Remote host closed the connection]
<ishitatsuyuki> building mesa after ages, any idea why I'm getting this?
<ishitatsuyuki> mold: error: duplicate symbol: src/c11/impl/libmesa_util_c11.a(src/c11/impl/libmesa_util_c11.a.p/threads_posix.c.o): /usr/lib/libc.so.6: call_once
<ishitatsuyuki> guess i'm just going to be lazy and patch with_c11_threads = true to be always true
jsa1 has joined #dri-devel
haaninjo has joined #dri-devel
fab_ has joined #dri-devel
gouchi has joined #dri-devel
fab_ is now known as Guest9757
gouchi has quit [Remote host closed the connection]
yrlf has quit [Ping timeout: 480 seconds]
<gio> pendingchaos: Got it, thanks!
yrlf has joined #dri-devel
u-amarsh04 has quit []
coldfeet has quit [Quit: Lost terminal]
amarsh04 has joined #dri-devel
Daanct12 has quit [Quit: WeeChat 4.5.1]
odrling has quit [Remote host closed the connection]
odrling has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
Guest9757 has quit [Read error: Connection reset by peer]
fab has joined #dri-devel
apinheiro has quit [Quit: Leaving]
davispuh has joined #dri-devel
fab has quit [Quit: fab]
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<gio> Since the crash I am looking at happens in lp_bld_nir_soa.c, is there any high level description of what that file is supposed to do? What does SOA stand for?
davispuh has joined #dri-devel
nerdopolis has joined #dri-devel
<glehmann> gio: that file converts NIR to llvm IR. SOA means struct of array. compare with lp_bld_nir_aos which is a special fast path using array of struct.
JRepinc has quit []
JRepinc has joined #dri-devel
<gio> Ok, thanks!
JRepinc has quit [Remote host closed the connection]
Duke`` has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
JRepin has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
kzd has joined #dri-devel
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
heat has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
simon-perretta-img_ has quit []
simon-perretta-img has joined #dri-devel
simon-perretta-img_ has joined #dri-devel
simon-perretta-img_ has quit []
simon-perretta-img_ has joined #dri-devel
tyalie has quit []
tyalie has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
tyalie has quit []
tyalie has joined #dri-devel
rsalvaterra has quit []
akselmo has quit [Remote host closed the connection]
aks has joined #dri-devel
rasterman has joined #dri-devel
aks is now known as akselmo
dsimic is now known as Guest9771
dsimic has joined #dri-devel
Guest9771 has quit [Ping timeout: 480 seconds]
yrlf has quit [Ping timeout: 480 seconds]
yrlf has joined #dri-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #dri-devel
fab has joined #dri-devel
fab is now known as Guest9773
yrlf has quit [Quit: Ping timeout (120 seconds)]
yrlf has joined #dri-devel
gouchi has joined #dri-devel
gouchi has quit []
iive has joined #dri-devel
simon-perretta-img_ has quit []
simon-perretta-img has joined #dri-devel
karolherbst has quit [Quit: Ping timeout (120 seconds)]
karolherbst has joined #dri-devel
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
yrlf has quit [Ping timeout: 480 seconds]
alane has quit []
alane has joined #dri-devel
fomys has joined #dri-devel
yrlf has joined #dri-devel
iive has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #dri-devel
heat has quit [Read error: Connection reset by peer]
heat has joined #dri-devel
Guest9773 has quit [Ping timeout: 480 seconds]
smaeul_ has quit []
smaeul has joined #dri-devel
Company has quit [Quit: Leaving]
iive has joined #dri-devel
Mangix has quit [Ping timeout: 480 seconds]
Mangix has joined #dri-devel
sarnex has quit [Read error: Connection reset by peer]
sarnex has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
iive has quit [Quit: They came for me...]
rasterman has quit [Quit: Gettin' stinky!]
haaninjo has quit [Quit: Ex-Chat]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]