ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
stuart has quit []
warpme___ has quit []
co1umbarius has joined #dri-devel
Jeremy_Rand_Talos_ has quit [Remote host closed the connection]
columbarius has quit [Ping timeout: 480 seconds]
Jeremy_Rand_Talos_ has joined #dri-devel
ppascher has joined #dri-devel
dakr has quit [Ping timeout: 480 seconds]
ngcortes has quit [Ping timeout: 480 seconds]
<Frogging101> What .steam/steam/userdata/[userid]/config/shaderhitcache?
<Frogging101> Also how do I get Steam to redownload the steam_pipeline_cache.foz for a game?
ella-0 has joined #dri-devel
ella-0_ has quit [Remote host closed the connection]
<tarceri> Frogging101: I'm not really sure what all the rules are for steam distributing precached items. Only doing it for "offical" builds would be news to me. That would mean having to track all the buildid for all distro, and many on Ubuntu for example use ppas with git shapshots. I've never heard of it working that way until airlied mentioned it
<tarceri> and yes I believe the foz dbs are replayed on game startup, e.g. when that little black steam box pops up and stay preparing game, etc
<tarceri> just deleting the cache dir for a game and restarting it will re-trigger the download I believe
<Frogging101> I don't think that it did. The only .foz file in there (fozpipelinesv6/steamapprun_pipeline_cache.904f69d2b1b44b65/steamapp_pipeline_cache.foz) is 2.6MB
<Frogging101> Way too small
<tarceri> Frogging101: there is a "Shader Pre-Caching" setting in steam you can turn off too
<Frogging101> I deleted it but I don't think it redownloaded because that's too small
<Frogging101> and no processing happened when I started the game up again - I'd have expected it to re-initialize the cache because I deleted it
<tarceri> Frogging101: I think these days it might compile them in the background after downloading too not just of game startup
<Frogging101> It does, but I disabled that
<tarceri> ok, well Plagman is really the only one who can tell you what is stored in the cache servers etc.
<tarceri> as you run the game the file in the games mesa_shader_cache_sf should be getting larger each time you see stuttering if it really is caching new items as you play
saurabhg has joined #dri-devel
<tarceri> it pushed off into a thread so there can be a delay in writing to disk but it should get there at some point between playing and shutdown
kts has joined #dri-devel
<Frogging101> I redownloaded the whole game and there's now a steam_pipeline_cache.foz that's 176M in there. That's surprisingly small for a game that has 5 or so different engines in it (Halo: Master Chief Collection has all Halo games), but that's what I got.
<Frogging101> restarted steam and it put a 2GB steam_pipeline_cache.foz in there in a different steamapprun_pipeline_cache directory (last digits 66 instead of 65)
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
kts has quit [Remote host closed the connection]
mceier has quit [Ping timeout: 480 seconds]
bmodem has joined #dri-devel
JohnnyonFlame has quit [Ping timeout: 480 seconds]
fxkamd has joined #dri-devel
khfeng has quit [Remote host closed the connection]
<Frogging101> I let the processing go all the way. The cache directory is about 500M bigger than it was before I deleted it in the first place and there's no more stuttering
<Frogging101> I think something got screwed up in somehow and the processing of the foz db was incomplete but Steam (or fossilize-replay) did not ever complete it
<Frogging101> -in
<Frogging101> So that is a thing that can happen, I guess
<Frogging101> Maybe I abused it too much by constantly updating Mesa
<Frogging101> or it crashed at one point and left a bad state
fxkamd has quit []
carlosstive[m] has quit [autokilled: Spambot. Mail support@oftc.net if you think this is in error. (2022-08-18 04:12:09)]
mceier has joined #dri-devel
aravind has joined #dri-devel
<tarceri> :)
<tarceri> I guess if you update mesa while steam is already open it might not reprocess anything, but thats just a guess
nchery has joined #dri-devel
soreau has quit [Read error: Connection reset by peer]
sdutt has quit [Read error: Connection reset by peer]
soreau has joined #dri-devel
xroumegue has quit [Ping timeout: 480 seconds]
mbrost has quit [Read error: Connection reset by peer]
xroumegue has joined #dri-devel
kts has joined #dri-devel
fab has joined #dri-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
hikiko has quit [Ping timeout: 480 seconds]
hikiko has joined #dri-devel
danvet has joined #dri-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
BobBeck is now known as Guest426
tomeu5 has joined #dri-devel
BobBeck has joined #dri-devel
sergi8 has joined #dri-devel
sergi has quit [Write error: connection closed]
vyivel has quit [Ping timeout: 480 seconds]
vyivel has joined #dri-devel
MajorBiscuit has joined #dri-devel
tomeu has quit [Ping timeout: 480 seconds]
Guest426 has quit [Ping timeout: 480 seconds]
Major_Biscuit has quit [Ping timeout: 480 seconds]
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #dri-devel
jkrzyszt has joined #dri-devel
frieder has joined #dri-devel
gawin has joined #dri-devel
lemonzest has joined #dri-devel
LexSfX has quit []
mvlad has joined #dri-devel
bmodem has quit []
Haaninjo has joined #dri-devel
nabaiste^ has joined #dri-devel
pcercuei has joined #dri-devel
saurabhg has quit [Ping timeout: 480 seconds]
_Votes78 has joined #dri-devel
Votes78 has quit [Ping timeout: 480 seconds]
lynxeye has joined #dri-devel
kts has joined #dri-devel
warpme___ has joined #dri-devel
Votes78 has joined #dri-devel
<dj-death> someone remember the name of the alu operation to cast a float to a uint in NIR?
<dj-death> I would like to gather all kind of types in a single vec8/16
<dj-death> I'm looking for how to keep the data untouch while changing the type to uint essentially
_Votes78 has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has joined #dri-devel
<glehmann> dj-death: NIR is untyped so you should just be able to create the vec. only the bitsize has to match
<dj-death> glehmann: ah thanks
saurabhg has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
rkanwal has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
anarsoul|2 has joined #dri-devel
anarsoul has quit [Read error: No route to host]
saurabhg has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
lygstate has quit [Remote host closed the connection]
kts has quit [Ping timeout: 480 seconds]
JohnnyonFlame has joined #dri-devel
anarsoul has joined #dri-devel
anarsoul|2 has quit [Read error: Connection reset by peer]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lkw has joined #dri-devel
kts has joined #dri-devel
warpme___ has quit []
Danct12 has quit [Read error: Connection reset by peer]
rkanwal has quit [Read error: Connection reset by peer]
rkanwal has joined #dri-devel
sul has joined #dri-devel
gawin has quit [Ping timeout: 480 seconds]
nabaiste^ has quit [Ping timeout: 480 seconds]
JohnnyonFlame has quit [Ping timeout: 480 seconds]
nabaiste^ has joined #dri-devel
JohnnyonFlame has joined #dri-devel
dakr has joined #dri-devel
nirmoy_ has joined #dri-devel
nabaiste^ has quit [Remote host closed the connection]
khfeng has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
heat has joined #dri-devel
Company has joined #dri-devel
bmodem has joined #dri-devel
sul has quit [Ping timeout: 480 seconds]
sul has joined #dri-devel
lkw has quit [Ping timeout: 480 seconds]
lkw has joined #dri-devel
zehortigoza has quit [Remote host closed the connection]
sharonmary[m] has joined #dri-devel
<karolherbst> daniels: any idea how we can ensure that rustfmt is clean? Atm we do rustup in the debian container, but it's rather something we want to have checked in the always running CI bits... maybe we want to teach ci-fairy about that?
<karolherbst> or did somebody do that already?
fxkamd has joined #dri-devel
<daniels> karolherbst: just pick a random build job and run rustfmt in it
<karolherbst> mhh... well.. sure, but it still feels like something ci-fairy should be able to do, but we can deal with that later (tm)
cengiz_io has joined #dri-devel
iive has joined #dri-devel
lplc has quit [Ping timeout: 480 seconds]
soreau has quit [Read error: Connection reset by peer]
soreau has joined #dri-devel
zehortigoza has joined #dri-devel
lplc has joined #dri-devel
LexSfX has joined #dri-devel
kts has joined #dri-devel
khfeng has quit [Ping timeout: 480 seconds]
lkw has quit [Ping timeout: 480 seconds]
luc4 has joined #dri-devel
_Votes78 has joined #dri-devel
fahien has joined #dri-devel
fahien has quit []
Votes78 has quit [Ping timeout: 480 seconds]
lkw has joined #dri-devel
Votes78 has joined #dri-devel
_Votes78 has quit [Ping timeout: 480 seconds]
luc4 has quit []
luc4 has joined #dri-devel
<ishitatsuyuki> Graphics Pipeline Library (GPL): A way for application to ask drivers to compile shaders, that allows vertex and fragment shaders to be compiled independently and without all the draw states supplied. This does not yield code that is as good, because it does not the link time optimizations to be run. However, the biggest advantage is that they allow D3D11 style shaders to be compiled before hand rather than deferred (by DXVK) until draw
<ishitatsuyuki> time.
<ishitatsuyuki> Frogging101, not sure if you're still wondering, but:
<ishitatsuyuki> Fast Linking: A feature (flag) of GPL that says "the driver can combine shaders without invoking any heavy compiler stuff". Right now the (early) GPL support in RADV links at NIR level, which takes time because it needs to go through ACO before it's usable. The plan for RADV is to introduce "stitching" where you can just concatenate the vertex and fragment shader binary, but this still takes a few more wiring (basically how they pass
<ishitatsuyuki> outputs/inputs) to work.
_Votes78 has joined #dri-devel
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #dri-devel
Votes78 has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Quit: Ex-Chat]
Votes78 has joined #dri-devel
_Votes78 has quit [Ping timeout: 480 seconds]
_Votes78 has joined #dri-devel
Votes78 has quit [Ping timeout: 480 seconds]
Votes78 has joined #dri-devel
_Votes78 has quit [Ping timeout: 480 seconds]
jfalempe_ has quit []
fab has joined #dri-devel
mbrost has joined #dri-devel
mbrost_ has joined #dri-devel
bmodem has quit [Ping timeout: 480 seconds]
lkw has quit [Ping timeout: 480 seconds]
_Votes78 has joined #dri-devel
<melissawen> :q
Votes78 has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
fab has quit [Ping timeout: 480 seconds]
Votes78 has joined #dri-devel
_Votes78 has quit [Ping timeout: 480 seconds]
aravind has quit [Ping timeout: 480 seconds]
ybogdano has joined #dri-devel
_Votes78 has joined #dri-devel
Danct12 has joined #dri-devel
frieder has quit [Remote host closed the connection]
Votes78 has quit [Ping timeout: 480 seconds]
sdutt has joined #dri-devel
dakr has quit [Quit: Leaving]
dakr has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
Votes78 has joined #dri-devel
_Votes78 has quit [Ping timeout: 480 seconds]
nchery has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Quit: WeeChat 3.5]
JPEW has joined #dri-devel
karolherbst has quit [Read error: Connection reset by peer]
karolherbst_ has joined #dri-devel
karolherbst_ is now known as karolherbst
jkrzyszt has quit [Ping timeout: 480 seconds]
Lyude has quit [Quit: Bouncer restarting]
<JPEW> I'm trying to use virtio to do KMS in a qemu guest and I'm running into trouble; If I run qemu with `-vga virtio -display egl-headless` then running `weston-simple-dmabuf-egl` works fine; however if I run `-vga virtio -display none` the call to gbm_surface_lock_front_buffers() fails
Lyude has joined #dri-devel
neobrain has quit [Remote host closed the connection]
<JPEW> Interestingly enough, this only because `weston-simple-dmabuf-egl` is using /dev/dri/renderD128 as it's render node. If I explicitly tell it to use /dev/dri/card0, it works fine, so it appears as if something is wrong... somewhere... but I have no idea how to figure out where
nchery has joined #dri-devel
nchery is now known as Guest469
nchery has joined #dri-devel
eukara has joined #dri-devel
ngcortes has joined #dri-devel
Guest469 has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
lygstate has joined #dri-devel
lygstate_ has joined #dri-devel
lygstate has quit [Ping timeout: 480 seconds]
lygstate has joined #dri-devel
neobrain has joined #dri-devel
mbrost_ has quit []
alyssa has joined #dri-devel
swick has quit [Quit: WeeChat 1.6]
idr has joined #dri-devel
lygstate_ has quit [Ping timeout: 480 seconds]
sul has quit [Ping timeout: 480 seconds]
sul has joined #dri-devel
nirmoy_ has quit []
dakr has quit [Remote host closed the connection]
zehortigoza has quit [Quit: Coyote finally caught me]
zehortigoza has joined #dri-devel
ybogdano is now known as Guest474
ybogdano has joined #dri-devel
Guest474 has quit [Ping timeout: 480 seconds]
dakr has joined #dri-devel
sul has quit [Ping timeout: 480 seconds]
sul has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
rkanwal has quit [Ping timeout: 480 seconds]
rasterman has joined #dri-devel
kem has quit [Ping timeout: 480 seconds]
lkw has joined #dri-devel
<karolherbst> daniels: how do I make the test appear? or do I have to simply make sure the name doesn't start with a dot?
<karolherbst> but I suspect I also have to put it into some stage
kem has joined #dri-devel
Akari has quit [Remote host closed the connection]
Akari has joined #dri-devel
ybogdano is now known as Guest476
ybogdano has joined #dri-devel
Guest476 has quit [Ping timeout: 480 seconds]
lemonzest has quit [Quit: WeeChat 3.5]
Votes78 has quit [Ping timeout: 480 seconds]
Votes78 has joined #dri-devel
Haaninjo has joined #dri-devel
eukara has quit []
YuGiOhJCJ has joined #dri-devel
eukara has joined #dri-devel
nchery has quit [Ping timeout: 480 seconds]
_Votes78 has joined #dri-devel
lkw has quit [Quit: leaving]
Votes78 has quit [Ping timeout: 480 seconds]
lstrano_ has quit []
Votes78 has joined #dri-devel
gouchi has quit [Quit: Quitte]
_Votes78 has quit [Ping timeout: 480 seconds]
paulk has joined #dri-devel
jewins has joined #dri-devel
cengiz_io_ has joined #dri-devel
<zmike> karolherbst: did you merge that container update?
cengiz_io has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Read error: Connection reset by peer]
fab has joined #dri-devel
Haaninjo has joined #dri-devel
MajorBiscuit has joined #dri-devel
<karolherbst> zmike: not yet
<karolherbst> but I can now if you want to
<karolherbst> marge isn't doing anything now, so maybe it's the best time now
fab has quit [Ping timeout: 480 seconds]
<alyssa> karolherbst: that can be fixed ;p
dakr has quit [Remote host closed the connection]
* karolherbst assigns 100 random MRs to marge
dakr has joined #dri-devel
nchery has joined #dri-devel
heat has quit [Read error: No route to host]
heat has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
fab has joined #dri-devel
Votes78 has quit [autokilled: This host violated network policy and has been banned. Mail support@oftc.net if you think this is in error. (2022-08-18 20:57:18)]
Votes78 has joined #dri-devel
Votes78 has quit [autokilled: This host violated network policy and has been banned. Mail support@oftc.net if you think this is in error. (2022-08-18 20:58:35)]
JPEW has quit [Ping timeout: 480 seconds]
JPEW has joined #dri-devel
jbarnes has joined #dri-devel
MajorBiscuit has quit [Quit: WeeChat 3.5]
nchery has quit [Ping timeout: 480 seconds]
Akari has quit [Read error: Connection reset by peer]
genpaku has quit []
genpaku has joined #dri-devel
genpaku has quit []
Akari has joined #dri-devel
genpaku has joined #dri-devel
cengiz_io has joined #dri-devel
unerlige has left #dri-devel [#dri-devel]
danvet has quit [Ping timeout: 480 seconds]
cengiz_io_ has quit [Ping timeout: 480 seconds]
rsalvaterra has quit []
oneforall2 has quit [Remote host closed the connection]
rsalvaterra has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
<daniels> karolherbst: a stage is mandatory yeah. a leading dot means the entry will not create a job - so it’s either disabled or just used as a base to extend
alyssa has quit [Quit: leaving]
mvlad has quit [Remote host closed the connection]
fab has quit [Ping timeout: 480 seconds]
megatradeusa[m] has quit [Excess Flood]
frankbinns1 has quit [Remote host closed the connection]
megatradeusa[m] has joined #dri-devel
kem has quit [Ping timeout: 480 seconds]
kem has joined #dri-devel
pcercuei has quit [Quit: dodo]
nchery has joined #dri-devel
pi2 has quit [Ping timeout: 480 seconds]
ybogdano has quit [Ping timeout: 480 seconds]
oneforall2 has joined #dri-devel
<karolherbst> daniels: okay.. I think I've managed: https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/667997
<karolherbst> rustfmt fails on purpose
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
oneforall2 has quit [Quit: Leaving]
oneforall2 has joined #dri-devel
iive has quit [Quit: They came for me...]
sul has quit [Ping timeout: 480 seconds]
sul has joined #dri-devel
<karolherbst> ahhh.. CI hates me
<karolherbst> huh.. maybe some dependency is broken now...
bluetail has quit [Quit: Ping timeout (120 seconds)]
bluetail has joined #dri-devel
Haaninjo has quit [Quit: Ex-Chat]
dolphin has quit [Remote host closed the connection]
rsripada has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
aravind has joined #dri-devel