ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
guludo has quit [Ping timeout: 480 seconds]
anholt_ has quit [Remote host closed the connection]
pcercuei has quit [Quit: dodo]
pepp has quit [Ping timeout: 480 seconds]
pepp has joined #dri-devel
illwieckz has quit [Ping timeout: 480 seconds]
pepp_ has joined #dri-devel
pepp has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
The_Company has joined #dri-devel
illwieckz has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
epoch101 has quit []
TheCompany has joined #dri-devel
The_Company has quit [Ping timeout: 480 seconds]
konstantin_ has joined #dri-devel
konstantin is now known as Guest27207
konstantin_ is now known as konstantin
Guest27207 has quit [Ping timeout: 480 seconds]
davispuh has quit [Ping timeout: 480 seconds]
glennk has joined #dri-devel
clamor has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
Duke`` has joined #dri-devel
Duke`` has quit []
Duke`` has joined #dri-devel
idr has quit [Ping timeout: 480 seconds]
Peuc has quit [Ping timeout: 480 seconds]
Peuc has joined #dri-devel
psykose has quit [Remote host closed the connection]
psykose has joined #dri-devel
rz_ has joined #dri-devel
rz has quit [Ping timeout: 480 seconds]
sa7mfo has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
phasta has joined #dri-devel
dolphin has joined #dri-devel
<eric_engestrom> dcbaker: no need to split things out, I'll merge !37490 today, unless I misunderstood something (see the reply to your comment I just posted)
frieder has joined #dri-devel
TheCompany has quit []
vliaskovitis_ has joined #dri-devel
tzimmermann has joined #dri-devel
sima has joined #dri-devel
itoral has joined #dri-devel
kts has joined #dri-devel
Jeremy_Rand_Talos has quit [Remote host closed the connection]
probablymoony has quit []
Surkow has quit [Ping timeout: 480 seconds]
moony has joined #dri-devel
jsa1 has joined #dri-devel
airlied_ has joined #dri-devel
RSpliet has quit [Quit: Bye bye man, bye bye]
luc646274900 has quit []
luc646274900 has joined #dri-devel
airlied has quit [Ping timeout: 480 seconds]
kts has quit [Read error: No route to host]
testaccount has joined #dri-devel
testaccount has quit []
<mareko> simon-perretta-img: yes
bonzini has joined #dri-devel
warpme has joined #dri-devel
danylo has quit [Quit: Ping timeout (120 seconds)]
danylo has joined #dri-devel
<simon-perretta-img> marko: Ty, opened !37540
<simon-perretta-img> *mareko
kxkamil has quit []
danylo has quit [Ping timeout: 480 seconds]
<glehmann> why does pco use io variables?
<glehmann> usually backends want lowered io
danylo has joined #dri-devel
luc646274900 has quit []
luc646274900 has joined #dri-devel
jkrzyszt has joined #dri-devel
vliaskovitis_ has quit [Remote host closed the connection]
sarnex has quit []
andre_m has quit [Read error: Connection reset by peer]
sarnex has joined #dri-devel
andre_m has joined #dri-devel
rasterman has joined #dri-devel
<simon-perretta-img> glehmann: It does use lowered io, the vars just happened to be a convenient interface to {re,ab,}use to feedback the io info to the driver
<simon-perretta-img> I do have plans to change it, but it's a very early design decision from before I was super familiar with how other vendors handled it, that ended up sticking around longer than expected
kxkamil has joined #dri-devel
RSpliet has joined #dri-devel
luc646274900 has quit []
warpme has quit []
luc646274900 has joined #dri-devel
apinheiro has joined #dri-devel
warpme has joined #dri-devel
warpme has quit []
agd5f_ has joined #dri-devel
bonzini has quit [Read error: Connection reset by peer]
bonzini has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
gfxstrand has quit [Read error: Connection reset by peer]
gfxstrand has joined #dri-devel
soreau has quit [Ping timeout: 480 seconds]
Surkow|laptop has joined #dri-devel
pcercuei has joined #dri-devel
gfxstrand is now known as Guest27232
gfxstrand has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
Guest27232 has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has joined #dri-devel
warpme has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
clamor has quit [Ping timeout: 480 seconds]
clamor has joined #dri-devel
<mareko> no driver is fully using lowered IO, the minimum possible amount of unlowered IO is used by radeonsi+glsl, one NIR lowering pass is missing to stop using nir_lower_io_vars_to_temporaries
luc4 has joined #dri-devel
luc has quit [Remote host closed the connection]
luc4 has quit [Remote host closed the connection]
<glehmann> what do you mean? I guess most drivers do some optimizations on io variables, but after they are lowered I don't think radv interacts with them at all?
dsimic is now known as Guest27238
dsimic has joined #dri-devel
Karyon has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
<glehmann> things like flat/pre primitive masks are gathered from io intrinsics, not variables
Karyon has joined #dri-devel
Guest27238 has quit [Ping timeout: 480 seconds]
itoral has quit [Remote host closed the connection]
guludo has joined #dri-devel
<mareko> radv uses these, but glsl doesn't: nir_compact_varyings, nir_remove_unused_varyings, nir_link_xfb_varyings, nir_link_opt_varyings, nir_lower_io_vars_to_temporaries (glsl only uses this for outputs, and that will be removed next)
<mareko> optimizations on IO vars are redundant; NIR can only lower these in the IO variable representation: indirect outputs, outputs reads, and moving output stores to the end (e.g. out of control flow)
<mareko> once NIR can lower those in the lowered IO representation, we can stop using nir_lower_io_vars_to_temporaries and the subsequent cleanup passes
<mareko> shaders will compile faster as a result
warpme has quit []
cascardo has quit []
vliaskovitis has joined #dri-devel
gfxstrand is now known as Guest27251
gfxstrand has joined #dri-devel
Guest27251 has quit [Ping timeout: 480 seconds]
cascardo has joined #dri-devel
feaneron has joined #dri-devel
luc4 has joined #dri-devel
YuGiOhJCJ has quit []
rasterman has joined #dri-devel
<Venemo> mareko, glehmann: I have a MR for that, but the main issue is that we get stats regressions by removing the old linking passes. last I checked the blocker was that one of the new passes requires all lowered outputs to be scalarized, but then the revectorization pass couldn't handle "holes" so it was overall a stats regression. I plan to revisit that soonish, but I have my hands full with other stuff at the moment
luc4 has quit [Remote host closed the connection]
tzimmermann has quit [Quit: Leaving]
warpme has joined #dri-devel
crowen has joined #dri-devel
dolphin has quit [Quit: Leaving]
<crowen> Hello! I am running into a mesa git build problem that appears on x86_64 on fedora 42 and 43 since very recently.
MrCooper_ is now known as MrCooper
<MrCooper> crowen: "404 Not Found"
<crowen> wait i will actually put it on a pastebin :)
<crowen> I guess pco/pco_common.h is generated by the python script
pzanoni has quit [Ping timeout: 480 seconds]
andre_m has quit [Read error: Connection reset by peer]
andre_m has joined #dri-devel
Mangix has quit []
Mangix has joined #dri-devel
olivial has quit [Remote host closed the connection]
olivial has joined #dri-devel
_whitelogger has joined #dri-devel
<simon-perretta-img> crowen: I can take a look, probably missed a dependency somewhere oops
<crowen> simon-perretta-img, thank you so much! really appreciate it!
<crowen> simon-perretta-img, on i686 the build worked if that helps eventually
davispuh has joined #dri-devel
npmania has quit [Read error: Connection reset by peer]
idr has joined #dri-devel
<mareko> Venemo: if that was just more TCS stores, then that's changed since TCS stores now always execute vec4 stores
<Venemo> mareko: I don't recall the details anymore, but I'll get back to you when I managed to revisit it
<mareko> all other shaders use either single-dword memory stores or LDS where holes in outputs don't matter
frankbinns has quit [Remote host closed the connection]
simon-perretta-img has quit [Read error: Connection reset by peer]
frankbinns has joined #dri-devel
simon-perretta-img has joined #dri-devel
soreau_ has joined #dri-devel
soreau_ has left #dri-devel [#dri-devel]
soreau has joined #dri-devel
<simon-perretta-img> crowen: no worries! Would you be able to apply and test a patch? https://paste.centos.org/view/dc1ba29b
<crowen> sure
<crowen> let me do a test build
<crowen> simon-perretta-img, please bear with me... build will take ~30 mins
<simon-perretta-img> Sure thing
Company has joined #dri-devel
vliaskovitis has quit [Remote host closed the connection]
Jeremy_Rand_Talos has joined #dri-devel
<crowen> simon-perretta-img, aarch64 succeeded now... failed before aswell
Peuc_ has joined #dri-devel
tlwoerner_ has joined #dri-devel
sarnex_ has joined #dri-devel
codingkoopa3218 has quit [Read error: Connection reset by peer]
robink has quit [Read error: Connection reset by peer]
Peuc has quit [Read error: Connection reset by peer]
sarnex has quit [Read error: Connection reset by peer]
K`den has joined #dri-devel
<simon-perretta-img> crowen: Glad to hear it! If/when x86_64 is sorted too just give me a shout and I'll prep an MR
robink has joined #dri-devel
<crowen> simon-perretta-img, still building. will do!
jhli_ has joined #dri-devel
TimurTabi_ has joined #dri-devel
hfink_ has joined #dri-devel
TimurTabi has quit [Ping timeout: 480 seconds]
hfink has quit [Ping timeout: 480 seconds]
markco has quit [Ping timeout: 480 seconds]
hashar has quit [Ping timeout: 480 seconds]
vignesh has quit [Ping timeout: 480 seconds]
TimurTabi_ is now known as TimurTabi
Sachiel_ has joined #dri-devel
anarsoul|2 has joined #dri-devel
_isinyaaa has joined #dri-devel
lileo_ has joined #dri-devel
kzd has joined #dri-devel
markco has joined #dri-devel
prime has joined #dri-devel
prime is now known as Guest27283
xeyler_ has joined #dri-devel
enzuru_ has joined #dri-devel
i509vcb_ has joined #dri-devel
konradybcio has joined #dri-devel
vignesh has joined #dri-devel
robher_ has joined #dri-devel
swivel_ has joined #dri-devel
djbw_ has joined #dri-devel
jnoorman_ has joined #dri-devel
cascardo_ has joined #dri-devel
leo60228 has joined #dri-devel
zf_ has joined #dri-devel
gabertron_ has joined #dri-devel
JTL1 has joined #dri-devel
robher_ has quit []
dwfreed_ has joined #dri-devel
_whitelogger has joined #dri-devel
zzag_ has joined #dri-devel
robher_ has joined #dri-devel
zmike_ has joined #dri-devel
sskras_ has joined #dri-devel
aswar002_ has joined #dri-devel
soreau has quit [resistance.oftc.net larich.oftc.net]
Mangix has quit [resistance.oftc.net larich.oftc.net]
feaneron has quit [resistance.oftc.net larich.oftc.net]
cascardo has quit [resistance.oftc.net larich.oftc.net]
gfxstrand has quit [resistance.oftc.net larich.oftc.net]
guludo has quit [resistance.oftc.net larich.oftc.net]
Karyon has quit [resistance.oftc.net larich.oftc.net]
airlied_ has quit [resistance.oftc.net larich.oftc.net]
alanc has quit [resistance.oftc.net larich.oftc.net]
Kayden has quit [resistance.oftc.net larich.oftc.net]
clever has quit [resistance.oftc.net larich.oftc.net]
tlwoerner has quit [resistance.oftc.net larich.oftc.net]
i509vcb has quit [resistance.oftc.net larich.oftc.net]
sghuge has quit [resistance.oftc.net larich.oftc.net]
smaeul has quit [resistance.oftc.net larich.oftc.net]
ybogdano has quit [resistance.oftc.net larich.oftc.net]
DemiMarie has quit [resistance.oftc.net larich.oftc.net]
rbm has quit [resistance.oftc.net larich.oftc.net]
jhli has quit [resistance.oftc.net larich.oftc.net]
anarsoul has quit [resistance.oftc.net larich.oftc.net]
Calandracas__ has quit [resistance.oftc.net larich.oftc.net]
ngcortes has quit [resistance.oftc.net larich.oftc.net]
aswar002 has quit [resistance.oftc.net larich.oftc.net]
linyaa has quit [resistance.oftc.net larich.oftc.net]
zmike has quit [resistance.oftc.net larich.oftc.net]
isinyaaa has quit [resistance.oftc.net larich.oftc.net]
Sachiel has quit [resistance.oftc.net larich.oftc.net]
rcombs has quit [resistance.oftc.net larich.oftc.net]
mdnavare___ has quit [resistance.oftc.net larich.oftc.net]
CosmicPenguin__ has quit [resistance.oftc.net larich.oftc.net]
nicolejadeyee_ has quit [resistance.oftc.net larich.oftc.net]
MTCoster has quit [resistance.oftc.net larich.oftc.net]
daniels_ has quit [resistance.oftc.net larich.oftc.net]
robclark has quit [resistance.oftc.net larich.oftc.net]
jimjams_ has quit [resistance.oftc.net larich.oftc.net]
ernstp_ has quit [resistance.oftc.net larich.oftc.net]
pac85 has quit [resistance.oftc.net larich.oftc.net]
orbea has quit [resistance.oftc.net larich.oftc.net]
robher has quit [resistance.oftc.net larich.oftc.net]
dwfreed has quit [resistance.oftc.net larich.oftc.net]
fgcrl_ has quit [resistance.oftc.net larich.oftc.net]
cwabbott has quit [resistance.oftc.net larich.oftc.net]
rib__ has quit [resistance.oftc.net larich.oftc.net]
Guest26670 has quit [resistance.oftc.net larich.oftc.net]
pendingchaos has quit [resistance.oftc.net larich.oftc.net]
olv__ has quit [resistance.oftc.net larich.oftc.net]
cbraga31 has quit [resistance.oftc.net larich.oftc.net]
dri-logger has quit [resistance.oftc.net larich.oftc.net]
Frogging101 has quit [resistance.oftc.net larich.oftc.net]
arnd has quit [resistance.oftc.net larich.oftc.net]
leo60228- has quit [resistance.oftc.net larich.oftc.net]
rburton_ has quit [resistance.oftc.net larich.oftc.net]
swivel has quit [resistance.oftc.net larich.oftc.net]
lileo has quit [resistance.oftc.net larich.oftc.net]
jnoorman has quit [resistance.oftc.net larich.oftc.net]
benettig has quit [resistance.oftc.net larich.oftc.net]
ddavenport____ has quit [resistance.oftc.net larich.oftc.net]
lstrano has quit [resistance.oftc.net larich.oftc.net]
bwidawsk has quit [resistance.oftc.net larich.oftc.net]
zzag has quit [resistance.oftc.net larich.oftc.net]
stsquad has quit [resistance.oftc.net larich.oftc.net]
Low_Orbit_Michelson-Morley_ has quit [resistance.oftc.net larich.oftc.net]
haasn_ has quit [resistance.oftc.net larich.oftc.net]
ShibaInu has quit [resistance.oftc.net larich.oftc.net]
enzuru has quit [resistance.oftc.net larich.oftc.net]
rodrigovivi has quit [resistance.oftc.net larich.oftc.net]
JPEW has quit [resistance.oftc.net larich.oftc.net]
samuelig has quit [resistance.oftc.net larich.oftc.net]
narmstrong has quit [resistance.oftc.net larich.oftc.net]
tfiga has quit [resistance.oftc.net larich.oftc.net]
kj2 has quit [resistance.oftc.net larich.oftc.net]
lool has quit [resistance.oftc.net larich.oftc.net]
elibrokeit has quit [resistance.oftc.net larich.oftc.net]
zf has quit [resistance.oftc.net larich.oftc.net]
xeyler has quit [resistance.oftc.net larich.oftc.net]
djbw has quit [resistance.oftc.net larich.oftc.net]
sskras has quit [resistance.oftc.net larich.oftc.net]
cyrozap has quit [resistance.oftc.net larich.oftc.net]
gabertron has quit [resistance.oftc.net larich.oftc.net]
demarchi has quit [resistance.oftc.net larich.oftc.net]
mattst88 has quit [resistance.oftc.net larich.oftc.net]
JTL has quit [resistance.oftc.net larich.oftc.net]
bryanodonoghue has quit [resistance.oftc.net larich.oftc.net]
JPEW_ is now known as JPEW
zmike_ is now known as zmike
kts has joined #dri-devel
_whitelogger has joined #dri-devel
haasn_ has joined #dri-devel
pendingchaos has joined #dri-devel
fgcrl_ has joined #dri-devel
mdnavare___ has joined #dri-devel
smaeul has joined #dri-devel
soreau has joined #dri-devel
llrcombs has joined #dri-devel
Mangix has joined #dri-devel
ddavenport____ has joined #dri-devel
narmstrong has joined #dri-devel
ernstp_ has joined #dri-devel
cyrozap has joined #dri-devel
arnd has joined #dri-devel
hashar has joined #dri-devel
Karyon has joined #dri-devel
guludo has joined #dri-devel
alanc has joined #dri-devel
clever has joined #dri-devel
sghuge has joined #dri-devel
rbm has joined #dri-devel
ybogdano has joined #dri-devel
elibrokeit has joined #dri-devel
CosmicPenguin__ has joined #dri-devel
ngcortes has joined #dri-devel
nicolejadeyee_ has joined #dri-devel
linyaa has joined #dri-devel
robclark has joined #dri-devel
jimjams_ has joined #dri-devel
cwabbott has joined #dri-devel
rib__ has joined #dri-devel
pac85 has joined #dri-devel
olv__ has joined #dri-devel
cbraga31 has joined #dri-devel
benettig has joined #dri-devel
dri-logger has joined #dri-devel
bwidawsk has joined #dri-devel
lstrano has joined #dri-devel
Low_Orbit_Michelson-Morley_ has joined #dri-devel
stsquad has joined #dri-devel
lool has joined #dri-devel
tfiga has joined #dri-devel
kj2 has joined #dri-devel
bryanodonoghue has joined #dri-devel
tfiga has quit [Ping timeout: 481 seconds]
rodrigovivi has joined #dri-devel
hashar is now known as Guest27315
tfiga has joined #dri-devel
mattst88 has joined #dri-devel
airlied has joined #dri-devel
zzag_ has quit []
zzag has joined #dri-devel
<crowen> simon-perretta-img, fedora 41/42/43 on i686/aarch64/x86_64 build successfully with the patch and git master branch
cbraga31 has quit [Ping timeout: 481 seconds]
<crowen> simon-perretta-img, thank you so much!
tzimmermann has joined #dri-devel
gfxstrand has joined #dri-devel
jhli__ has joined #dri-devel
tlwoerner__ has joined #dri-devel
<simon-perretta-img> crowen: Awesome, thank _you_ for reporting and testing!
<crowen> simon-perretta-img, thank you for fixing things so fast!
<crowen> simon-perretta-img, really appreciated!
prime_ has joined #dri-devel
anarsoul has joined #dri-devel
Kayden has joined #dri-devel
Peuc has joined #dri-devel
TimurTabi_ has joined #dri-devel
ShibaInu has joined #dri-devel
swivel has joined #dri-devel
sarnex has joined #dri-devel
Sachiel has joined #dri-devel
dwfreed has joined #dri-devel
enzuru has joined #dri-devel
leo60228- has joined #dri-devel
kzd_ has joined #dri-devel
pendingchaos_ has joined #dri-devel
mattst88 has quit [resistance.oftc.net reflection.oftc.net]
rodrigovivi has quit [resistance.oftc.net reflection.oftc.net]
pendingchaos has quit [resistance.oftc.net reflection.oftc.net]
haasn_ has quit [resistance.oftc.net reflection.oftc.net]
DemiMarie has quit [resistance.oftc.net reflection.oftc.net]
MTCoster has quit [resistance.oftc.net reflection.oftc.net]
feaneron has quit [resistance.oftc.net reflection.oftc.net]
Shibe has quit [resistance.oftc.net reflection.oftc.net]
rburton_ has quit [resistance.oftc.net reflection.oftc.net]
Frogging101 has quit [resistance.oftc.net reflection.oftc.net]
samuelig has quit [resistance.oftc.net reflection.oftc.net]
aswar002_ has quit [resistance.oftc.net reflection.oftc.net]
zmike has quit [resistance.oftc.net reflection.oftc.net]
robher_ has quit [resistance.oftc.net reflection.oftc.net]
orbea1 has quit [resistance.oftc.net reflection.oftc.net]
JPEW has quit [resistance.oftc.net reflection.oftc.net]
daniels__ has quit [resistance.oftc.net reflection.oftc.net]
cbraga310 has quit [resistance.oftc.net reflection.oftc.net]
dwfreed_ has quit [resistance.oftc.net reflection.oftc.net]
sskras_ has quit [resistance.oftc.net reflection.oftc.net]
gabertron_ has quit [resistance.oftc.net reflection.oftc.net]
JTL1 has quit [resistance.oftc.net reflection.oftc.net]
zf_ has quit [resistance.oftc.net reflection.oftc.net]
leo60228 has quit [resistance.oftc.net reflection.oftc.net]
cascardo_ has quit [resistance.oftc.net reflection.oftc.net]
djbw_ has quit [resistance.oftc.net reflection.oftc.net]
swivel_ has quit [resistance.oftc.net reflection.oftc.net]
jnoorman_ has quit [resistance.oftc.net reflection.oftc.net]
vignesh has quit [resistance.oftc.net reflection.oftc.net]
enzuru_ has quit [resistance.oftc.net reflection.oftc.net]
i509vcb_ has quit [resistance.oftc.net reflection.oftc.net]
xeyler_ has quit [resistance.oftc.net reflection.oftc.net]
Guest27283 has quit [resistance.oftc.net reflection.oftc.net]
kzd has quit [resistance.oftc.net reflection.oftc.net]
markco has quit [resistance.oftc.net reflection.oftc.net]
lileo_ has quit [resistance.oftc.net reflection.oftc.net]
_isinyaaa has quit [resistance.oftc.net reflection.oftc.net]
anarsoul|2 has quit [resistance.oftc.net reflection.oftc.net]
Sachiel_ has quit [resistance.oftc.net reflection.oftc.net]
hfink_ has quit [resistance.oftc.net reflection.oftc.net]
jhli_ has quit [resistance.oftc.net reflection.oftc.net]
TimurTabi has quit [resistance.oftc.net reflection.oftc.net]
robink has quit [resistance.oftc.net reflection.oftc.net]
K`den has quit [resistance.oftc.net reflection.oftc.net]
sarnex_ has quit [resistance.oftc.net reflection.oftc.net]
tlwoerner_ has quit [resistance.oftc.net reflection.oftc.net]
Peuc_ has quit [resistance.oftc.net reflection.oftc.net]
idr has quit [resistance.oftc.net reflection.oftc.net]
pendingchaos_ is now known as pendingchaos
TimurTabi_ is now known as TimurTabi
JTL2 has joined #dri-devel
orbea has joined #dri-devel
cascardo has joined #dri-devel
zf has joined #dri-devel
xeyler has joined #dri-devel
Frogging101 has joined #dri-devel
JPEW has joined #dri-devel
daniels__ has joined #dri-devel
gabertron has joined #dri-devel
feaneron has joined #dri-devel
Shibe has joined #dri-devel
rodrigovivi has joined #dri-devel
robher_ has joined #dri-devel
jnoorman_ has joined #dri-devel
djbw_ has joined #dri-devel
markco has joined #dri-devel
lileo_ has joined #dri-devel
zmike has joined #dri-devel
hfink_ has joined #dri-devel
i509vcb_ has joined #dri-devel
aswar002 has joined #dri-devel
robink has joined #dri-devel
Shibe has quit [Ping timeout: 482 seconds]
rburton_ has joined #dri-devel
rodrigovivi has quit [Ping timeout: 482 seconds]
samuelig has joined #dri-devel
vignesh has joined #dri-devel
MTCoster has joined #dri-devel
DemiMarie has joined #dri-devel
markco has quit [Ping timeout: 482 seconds]
rodrigovivi has joined #dri-devel
isinyaaa has joined #dri-devel
haasn_ has joined #dri-devel
markco has joined #dri-devel
jnoorman has joined #dri-devel
sskras_ has joined #dri-devel
jnoorman_ has quit [Read error: Connection reset by peer]
feaneron has quit [Read error: Connection reset by peer]
feaneron has joined #dri-devel
mattst88 has joined #dri-devel
konradybcio has left #dri-devel [#dri-devel]
ernstp__ has joined #dri-devel
tlwoerner has joined #dri-devel
tlwoerner has quit [Remote host closed the connection]
tlwoerner has joined #dri-devel
jhli_ has joined #dri-devel
andre_m has quit [Read error: Connection reset by peer]
jhli__ has quit [Read error: Connection reset by peer]
ernstp_ has quit [Ping timeout: 480 seconds]
andre_m has joined #dri-devel
tlwoerner__ has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
feaneron has joined #dri-devel
jhli__ has joined #dri-devel
jhli_ has quit [Read error: Connection reset by peer]
gfxstrand has quit [Read error: Connection reset by peer]
gfxstrand has joined #dri-devel
lstrano_ has joined #dri-devel
lstrano has quit [Read error: Connection reset by peer]
tlwoerner has quit [Remote host closed the connection]
guludo has quit [Remote host closed the connection]
<dcbaker> eric_engestrom: thanks!
tlwoerner has joined #dri-devel
guludo has joined #dri-devel
prime_ has quit [Read error: Connection reset by peer]
airlied_ has joined #dri-devel
Duke`` has joined #dri-devel
airlied has quit [Read error: Connection reset by peer]
prime_ has joined #dri-devel
phasta has quit [Ping timeout: 480 seconds]
dwfreed_ has joined #dri-devel
haaninjo has joined #dri-devel
dri-logg1r has joined #dri-devel
dwfreed has quit [Quit: ZNC - http://znc.in]
olv__ has quit [Ping timeout: 480 seconds]
arnd has quit [Ping timeout: 480 seconds]
dri-logger has quit [Read error: Connection reset by peer]
olv__ has joined #dri-devel
arnd has joined #dri-devel
dwfreed_ is now known as dwfreed
epoch101 has joined #dri-devel
agd5f_ has quit []
agd5f has joined #dri-devel
demarchi has joined #dri-devel
daniels__ is now known as daniels
Simonx22_ has quit []
robher_ has quit []
robher has joined #dri-devel
Simonx22 has joined #dri-devel
epoch101_ has joined #dri-devel
bolson has joined #dri-devel
alyssa has joined #dri-devel
<alyssa> eric_engestrom: it would be great if the meson missingdep check ran automatically as part of builds
<alyssa> so we catch issues locally on dev machines before CI ever sees them (and fails a pipeline over)
<alyssa> but maybe that's not possible due to meson architecture?
<alyssa> dcbaker: ^
<dcbaker> I've been thinking about adding a depcheck to the meson test automatically as part of Meson itself...
nerdopolis has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
<alyssa> would be cool :]
alyssa has quit [Quit: alyssa]
epoch101 has joined #dri-devel
<eric_engestrom> :)
<eric_engestrom> (agreed with everything)
epoch101_ has quit [Ping timeout: 480 seconds]
frieder has quit [Remote host closed the connection]
warpme has quit []
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
epoch101_ has quit [Ping timeout: 480 seconds]
Adrinael_ has joined #dri-devel
Adrinael has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Remote host closed the connection]
Adrinael_ is now known as Adrinael
epoch101 has joined #dri-devel
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
kasper93_ has joined #dri-devel
kasper93 is now known as Guest27548
kasper93_ is now known as kasper93
Guest27548 has quit [Ping timeout: 480 seconds]
sebastiencs95 has quit [Remote host closed the connection]
sebastiencs95 has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
jsa1 has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
jkrzyszt has quit [Ping timeout: 480 seconds]
idr has joined #dri-devel
Duke`` has quit []
Duke`` has joined #dri-devel
<Venemo> mareko: as far as I remember the issue was with VS inputs, but I'd have to look again to be sure
clamor has quit [Ping timeout: 480 seconds]
clamor has joined #dri-devel
Duke`` has quit []
tzimmermann has quit [Quit: Leaving]
Duke`` has joined #dri-devel
crowen has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
hfink_ has quit []
hfink has joined #dri-devel
clamor has quit [Read error: Connection reset by peer]
nerdopolis has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nerdopolis has joined #dri-devel
Kayden has quit [Quit: -> lunch -> JF]
jsa1 has quit [Ping timeout: 480 seconds]
haaninjo has quit [Quit: Ex-Chat]
epoch101 has joined #dri-devel
epoch101_ has quit [Ping timeout: 480 seconds]
olivial has quit [Ping timeout: 480 seconds]
haaninjo has joined #dri-devel
olivial has joined #dri-devel
nerdopolis_ has joined #dri-devel
nerdopolis is now known as Guest27564
nerdopolis_ is now known as nerdopolis
Guest27564 has quit [Ping timeout: 480 seconds]
haaninjo has quit [Quit: Ex-Chat]
nerdopolis has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nerdopolis has joined #dri-devel
feaneron has joined #dri-devel
sravn has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
sima has quit [Ping timeout: 480 seconds]
Thymo has quit [Quit: ZNC - http://znc.in]
nerdopolis has quit [Ping timeout: 480 seconds]
Kayden has joined #dri-devel
airlied_ is now known as airlied
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
gfxstrand has quit [Read error: Connection reset by peer]
rwauters has joined #dri-devel
rwauters has left #dri-devel [#dri-devel]
Thymo has joined #dri-devel
gfxstrand has joined #dri-devel
apinheiro has quit [Quit: Leaving]
feaneron has quit [Read error: Connection reset by peer]
etehtsea_ has quit [Ping timeout: 480 seconds]
etehtsea has joined #dri-devel
epoch101_ has quit []
krushia has joined #dri-devel
sally has quit [Remote host closed the connection]
sally has joined #dri-devel
sally has quit []
sally has joined #dri-devel
sally has quit [Remote host closed the connection]
sally has joined #dri-devel
idr has quit [Quit: Leaving]
jsa1 has joined #dri-devel
mceier is now known as Guest27567
mceier has joined #dri-devel
Guest27567 has quit [Read error: Connection reset by peer]
alanc has quit [Remote host closed the connection]
epoch101 has joined #dri-devel
mceier has quit [Ping timeout: 480 seconds]
guludo has quit [Quit: WeeChat 4.7.0]
mceier has joined #dri-devel
epoch101_ has joined #dri-devel
epoch101 has quit [Read error: Connection reset by peer]
danylo has quit [Ping timeout: 480 seconds]
danylo has joined #dri-devel
Tecona has joined #dri-devel
Jeremy_Rand_Talos_ has joined #dri-devel
Jeremy_Rand_Talos has quit [Remote host closed the connection]
Kayden has quit [Quit: go home]
feaneron has joined #dri-devel
krei-se has quit [Ping timeout: 480 seconds]
jsa1 has quit [Ping timeout: 480 seconds]
krei-se has joined #dri-devel
pcercuei has quit [Quit: dodo]
Kayden has joined #dri-devel
alanc has joined #dri-devel