djbw has quit [Read error: Connection reset by peer]
Haaninjo has joined #dri-devel
<Shibe>
Hi, maybe not the best place to ask this, but is Mesa 23.1 actually out? I know Phoronix announced it but the mesa website still displays 23.0 as the latest version and it's not in fedora or flatpak yet either
Haaninjo has quit [Quit: Ex-Chat]
MajorBiscuit has quit [Ping timeout: 480 seconds]
pjakobsson has quit [Remote host closed the connection]
heat has joined #dri-devel
lemonzest1 has quit []
f11f12 has quit [Quit: Leaving]
MajorBiscuit has joined #dri-devel
lemonzest has joined #dri-devel
cmichael has joined #dri-devel
konstantin has quit [Remote host closed the connection]
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
konstantin has joined #dri-devel
Danct12 has quit [Remote host closed the connection]
<kode54>
the difference is some pixels on the second car from the left, differing by 1-2 in value from the reference
Daanct12 has quit [Ping timeout: 480 seconds]
<kode54>
ah
<kode54>
it's more than 1-2 level difference
<kode54>
reference image makes the car and tires all black
<kode54>
rendered image actually lights what looks like a car
gouchi has joined #dri-devel
milek7 has joined #dri-devel
fab has quit [Remote host closed the connection]
bmodem has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
smiles_1111 has joined #dri-devel
<daniels>
kode54: if it makes things better, update the checksum in the traces YAML file to the new image's checksum
<kode54>
I'm not sure if this is specific to the tree that was failing CI, or if it was just a flake
<kode54>
also not my MR that failed
<kode54>
if it were my MR, and it was causing this one platform to render differently, I'd add the hash change to the MR
<kode54>
I can probably notify the MR comment stream though, if they don't already know
smiles_ has quit [Ping timeout: 480 seconds]
Daaanct12 has quit [Remote host closed the connection]
Daaanct12 has joined #dri-devel
Daanct12 has joined #dri-devel
Zopolis4 has joined #dri-devel
camus has joined #dri-devel
Daaanct12 has quit [Ping timeout: 480 seconds]
<shadeslayer>
kode54: is that on main? because I'm seeing it on my MR
<shadeslayer>
kode54: ah yes, that's my MR :)
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #dri-devel
bmodem has joined #dri-devel
<shadeslayer>
I'm gonna retry it, because entirely possible it's a flake
fab has joined #dri-devel
fab has quit [Remote host closed the connection]
fab has joined #dri-devel
<eric_engestrom>
airlied, DavidHeidelberg[m]: I've disabled anholt_'s farm for now (on her suggestion); you can re-assign the MRs that failed because of that
<eric_engestrom>
Shibe: it's out, I just forgot to update the website 🙈
<eric_engestrom>
doing that now
fab has quit [Remote host closed the connection]
<shadeslayer>
daniels: kode54 yeah looks like a flake, since it passed on a retry
<daniels>
right, but is it an existing or new flake ...
<shadeslayer>
daniels: can I get rights to run CI on my mesa repos? so that I can bisect the failure
<shadeslayer>
thanks again, I'll just connect directly for now
<daniels>
shadeslayer: if you edit .gitlab-ci/bin/gitlab_gql.py and add client_session_args = { "trust_env": True } to the self._transport = AIOHTTPTransport(...) args, does that work?
fab has quit [Quit: fab]
fab has joined #dri-devel
Zopolis4 has quit [Quit: Connection closed for inactivity]
<shadeslayer>
daniels: yeah, seems to work
<daniels>
nice :)
<daniels>
congrats for being the person from Intel to try that tool then, I guess
<robclark>
yeah.. seemed like a simple trick to cut out a good chunk of overhead when clamp not needed
kzd has joined #dri-devel
<robclark>
btw zmike, I'm not entirely sure why zink doesn't need to lower clamp.. you don't seem to handle PIPE_TEX_WRAP_CLAMP
<zmike>
?
<robclark>
PIPE_CAP_GL_CLAMP or something along those lines
<zmike>
not needing clamp in zink sounds like fake news
<zmike>
I wrote clamp emulation for zink
calebccff has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
calebccff has joined #dri-devel
urja has quit [Read error: Connection reset by peer]
<robclark>
iirc, PIPE_TEX_WRAP_CLAMP was the one case I need to emulate.. but that enum seemed to be ignored in zink when I looked a week or two back.. maybe I was overlooking something
<alyssa>
robclark: PIPE_CAP_GL_CLAMP means a driver *supports* clamp
<alyssa>
The u_default value is 1, meaning unless overriden a driver supports clamp
urja has joined #dri-devel
<alyssa>
If a driver does not support clamp, they need `case PIPE_CAP_GL_CLAMP: return 0` to indicate they do NOT have the capability of gl_clamp'ing
<alyssa>
...which Zink does
<alyssa>
In other words, the CAP is about what the driver supports, not what lowerings the frontend should do as a result
<robclark>
hmm, when I looked I thought zink was returning 1
<robclark>
hmm, I guess not
<alyssa>
:+1:
idr has joined #dri-devel
yuq825 has quit []
<alyssa>
karolherbst: does your thumbs-up mean you'll write the nouveau patch? :-P
<karolherbst>
it means a thumbs-up
<karolherbst>
but maybe
<karolherbst>
those barrier intrinsic scare me
<alyssa>
how so?
<karolherbst>
no idea
* alyssa
writes the Zink patch
Duke`` has joined #dri-devel
gouchi has joined #dri-devel
aravind has quit [Ping timeout: 480 seconds]
bmodem has quit [Ping timeout: 480 seconds]
<karolherbst>
gfxstrand: any opinions on how we want to deal with rustc version bumps? I wanted to land a bugfix, but it crashes the compiler on 1.59. We might want to settle with some rules, like max is debian next or whatever
<karolherbst>
no idea what you depend on in NAK atm
fab has joined #dri-devel
djbw has joined #dri-devel
<alyssa>
zmike: cheating off vtn for my ntv patch
<alyssa>
am i doing it right
<zmike>
yup
<zmike>
bonus points if you copy glslang too
<alyssa>
:-D
kts has joined #dri-devel
Guest1106 has quit [Ping timeout: 480 seconds]
pochu has quit [Quit: leaving]
mdroper has quit [Read error: Connection reset by peer]
sgruszka has quit [Ping timeout: 480 seconds]
tzimmermann has quit [Quit: Leaving]
fab_ has joined #dri-devel
fab_ is now known as Guest1147
fab has quit [Ping timeout: 480 seconds]
Guest1147 is now known as fab
fab is now known as Guest1149
gouchi has quit [Remote host closed the connection]
tursulin has quit [Quit: Konversation terminated!]
tursulin has joined #dri-devel
tpalli has joined #dri-devel
<tpalli>
nouveau ci has some problems, proxy is not setup correctly (?)
<tpalli>
marge refuses to merge because that is failing
smiles_1111 has quit [Ping timeout: 480 seconds]
lynxeye has quit [Quit: Leaving.]
dcz_ has joined #dri-devel
cmichael has quit [Quit: Leaving]
MajorBiscuit has quit [Ping timeout: 480 seconds]
<eric_engestrom>
tpalli: fixed in 520c5091d7de4290f87b (by disabling that farm), it will work next time you assign to marge :)
ella-0_ has quit [Remote host closed the connection]
kchibisov has quit [Read error: Connection reset by peer]
rpigott has quit [Remote host closed the connection]
sumoon has quit [Remote host closed the connection]
kennylevinsen has quit [Remote host closed the connection]
ifreund has quit [Read error: Connection reset by peer]
kchibisov has joined #dri-devel
sumoon has joined #dri-devel
kennylevinsen has joined #dri-devel
rpigott has joined #dri-devel
ifreund has joined #dri-devel
ella-0 has joined #dri-devel
Haaninjo has joined #dri-devel
pallavim has joined #dri-devel
<tpalli>
eric_engestrom thanks!
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
iive has joined #dri-devel
airlied has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
Peuc has quit [Quit: Peuc]
Peuc has joined #dri-devel
frieder has quit [Remote host closed the connection]
jkrzyszt_ has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
alyssa has left #dri-devel [#dri-devel]
vliaskov has quit [Remote host closed the connection]
sima has quit [Ping timeout: 480 seconds]
tursulin has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
Guest1149 has quit [Quit: Guest1149]
dcz_ has quit [Ping timeout: 480 seconds]
apinheiro has joined #dri-devel
JohnnyonFlame has joined #dri-devel
crabbedhaloablut has quit [Ping timeout: 480 seconds]
apinheiro has quit [Quit: Leaving]
JohnnyonF has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
gouchi has quit [Remote host closed the connection]
pyromancy has quit [Quit: pyromancy]
i509vcb has joined #dri-devel
fxkamd has quit []
fxkamd has joined #dri-devel
pcercuei has quit [Quit: dodo]
Net147 has quit [Quit: Quit]
Net147 has joined #dri-devel
BenjaminBreeg has joined #dri-devel
thellstrom has quit [Read error: Connection reset by peer]
thellstrom has joined #dri-devel
<jenatali>
O.o the constant expression for nir_unpack_64_4x16 is wrong...
Haaninjo has quit [Quit: Ex-Chat]
bifidock has joined #dri-devel
<jenatali>
And has been for 5 years
<bifidock>
Hi, I have a weird performance problem running some games and I want to debug it but I have no experience with that. I'd like to ask someone who can help me with that. Is it the right place?
bifidock has quit [Quit: bifidock]
smiles_1111 has joined #dri-devel
smilessh has joined #dri-devel
smiles_1111 has quit [Read error: Connection reset by peer]
pallavim has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has joined #dri-devel
cuolarrrrrrrrrrrrrrrrrrrrrrrrr has joined #dri-devel