ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
feaneron has quit [Ping timeout: 480 seconds]
mbrost has joined #dri-devel
<DemiMarie> Is there a way to efficiently undo premultiplied alpha in a shader?
heat has quit [Ping timeout: 480 seconds]
Kayden has quit [Quit: off to see the floofy dog]
androidui has quit [Ping timeout: 480 seconds]
androidui has joined #dri-devel
pcercuei has quit [Quit: dodo]
epoch101 has quit [Ping timeout: 480 seconds]
ybogdano has quit [Ping timeout: 480 seconds]
bolson has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
lsntvt has quit [Ping timeout: 480 seconds]
alane has quit []
alane has joined #dri-devel
ybogdano has joined #dri-devel
croissant has quit [Quit: Leaving]
mbrost_ has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
ybogdano has quit [Ping timeout: 480 seconds]
ybogdano has joined #dri-devel
mbrost_ has quit [Ping timeout: 480 seconds]
glennk has quit [Ping timeout: 480 seconds]
The_Company has joined #dri-devel
feaneron has joined #dri-devel
mbrost has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]
kem has quit [Ping timeout: 480 seconds]
kem has joined #dri-devel
cr0n has quit [Ping timeout: 480 seconds]
mbrost has quit [Ping timeout: 480 seconds]
cr0n has joined #dri-devel
The_Company has quit []
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
nerdopolis has quit [Ping timeout: 480 seconds]
Calandracas_ has joined #dri-devel
Calandracas has quit [Ping timeout: 480 seconds]
crabbedhaloablut has joined #dri-devel
Stary has quit [Quit: ZNC - http://znc.in]
loki_val has quit [Ping timeout: 480 seconds]
Stary has joined #dri-devel
sukuna has quit [Ping timeout: 480 seconds]
feaneron has quit [Quit: feaneron]
pH5 has quit [Remote host closed the connection]
kzd has quit [Ping timeout: 480 seconds]
marc2377 has joined #dri-devel
fab has joined #dri-devel
fab is now known as Guest8811
karenw has joined #dri-devel
leroivi has joined #dri-devel
sima has joined #dri-devel
Duke`` has joined #dri-devel
YuGiOhJCJ has joined #dri-devel
tzimmermann has joined #dri-devel
glennk has joined #dri-devel
Kayden has joined #dri-devel
Guest8811 has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
kts has joined #dri-devel
kts has quit [Remote host closed the connection]
fab has joined #dri-devel
leroivi has quit [Ping timeout: 480 seconds]
fab is now known as Guest8817
coldfeet has joined #dri-devel
oneforall2 has quit [Ping timeout: 480 seconds]
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
sghuge has quit []
sghuge has joined #dri-devel
warpme has joined #dri-devel
leroivi has joined #dri-devel
u-amarsh04 has quit []
coldfeet has quit [Remote host closed the connection]
u-amarsh04 has joined #dri-devel
frankbinns has joined #dri-devel
lsntvt has joined #dri-devel
Haaninjo has joined #dri-devel
kxkamil2 has quit []
pH5 has joined #dri-devel
kts has joined #dri-devel
lynxeye has joined #dri-devel
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
jkrzyszt has joined #dri-devel
fomys_ has joined #dri-devel
kxkamil has joined #dri-devel
kts has quit [Quit: Leaving]
warpme has quit []
florida has joined #dri-devel
florida has quit []
mvlad has joined #dri-devel
frankbinns1 has joined #dri-devel
lsntvt has quit [Ping timeout: 480 seconds]
frankbinns has quit [Ping timeout: 480 seconds]
leroivi has quit [Ping timeout: 480 seconds]
leroivi has joined #dri-devel
leroivi has quit []
rasterman has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
coldfeet has joined #dri-devel
cyrinux has quit []
cyrinux has joined #dri-devel
Company has joined #dri-devel
coldfeet has quit [Remote host closed the connection]
yshui has quit [Ping timeout: 480 seconds]
pcercuei has joined #dri-devel
guludo has joined #dri-devel
Calandracas_ has quit [Ping timeout: 480 seconds]
linkmauve has joined #dri-devel
rdiffender has joined #dri-devel
Guest8817 has quit []
fab has joined #dri-devel
fab is now known as Guest8837
Guest8837 has quit []
kts has joined #dri-devel
fomys_ has quit []
<jfalempe> tzimmermann: can you help me solve this build error: https://lists.freedesktop.org/archives/dri-devel/2024-November/477101.html ? should DRM_CLIENT_LIB depends (or select) DRM_CLIENT ?
nerdopolis has joined #dri-devel
kts has quit [Quit: Leaving]
dviola has quit [Ping timeout: 480 seconds]
boratfromkz has joined #dri-devel
tobiasjakobi has joined #dri-devel
<tzimmermann> jfalempe, you building DRM_CLIENT_LIB without DRM_CLIENT_SETUP
<tzimmermann> 'you are'
<tzimmermann> you cannot select DRM_CLIENT_LIB unconditionally
<tzimmermann> there needs to be a single unditional select line for each client ala 'select DRM_CLIENT_LIB if <client token>'
<tzimmermann> 'unconditional'
<jfalempe> tzimmermann: ok, so all clients should add a line here, I will do that
kugel has quit [Ping timeout: 480 seconds]
<tzimmermann> jfalempe, yeah. the complexity in these kconfig rules is a concession to making everything flexible and modular. otherwise, we'd have large modules with everything, which isn't great either
<tzimmermann> jfalempe, and please name DRM_LOG to DRM_CLIENT_LOG. so that it's clear that it's a client and not a DRM core/helper feature
Mangix has quit [Remote host closed the connection]
Mangix has joined #dri-devel
<tzimmermann> i cannot rename DRM_FBDEV_EMULATION obviouslym but new code should be clear
heat has joined #dri-devel
<jfalempe> tzimmermann: ok that make sense.
rdiffender has quit [Remote host closed the connection]
diego has joined #dri-devel
kugel has joined #dri-devel
<tzimmermann> jfalempe, DRM_CLIENT_LOG should also select DRM_CLIENT, as it's build on top of these interfaces
<jfalempe> tzimmermann: Yes I'm adding that too, I just noticed that difference with fbdev emulation.
kugel is now known as Guest8844
kugel has joined #dri-devel
karenw has quit [Ping timeout: 480 seconds]
Guest8844 has quit [Ping timeout: 480 seconds]
<jfalempe> tzimmermann: I have a drm/log v8 ready with this changes, but if you have other comments, please send them to me.
<tzimmermann> i just sent one
<tzimmermann> :)
<jfalempe> ok thanks, I will send v8 on Tuesday then, so you have time to review (Monday is off here).
<tzimmermann> jfalempe, i'm thinking that we could put the client code into a subdirectory
<tzimmermann> ?
<jfalempe> tzimmermann: Yes all the files built in drm_client_lib can go in a subdir.
<tzimmermann> i'm about to make patch that moves everything into clients/
<tzimmermann> except the core client code and seom fbdev helpers that require a rework
<jfalempe> tzimmermann: agreed, I will wait a bit for drm/log then ;)
<tzimmermann> no code changes intented
<tzimmermann> great
karenw has joined #dri-devel
Haaninjo has quit [Quit: Ex-Chat]
vedranm_ has joined #dri-devel
yshui has joined #dri-devel
vedranm has quit [Ping timeout: 480 seconds]
frankbinns has joined #dri-devel
boratfromkz has quit [Ping timeout: 480 seconds]
frankbinns1 has quit [Read error: Connection reset by peer]
nerdopolis has quit [Ping timeout: 480 seconds]
yshui_ has joined #dri-devel
yshui has quit [Ping timeout: 480 seconds]
xroumegue has quit [Ping timeout: 480 seconds]
Duke`` has quit [Ping timeout: 480 seconds]
Duke`` has joined #dri-devel
epoch101 has joined #dri-devel
bolson has joined #dri-devel
kts has joined #dri-devel
dsimic is now known as Guest8848
dsimic has joined #dri-devel
Guest8848 has quit [Ping timeout: 480 seconds]
agd5f_ has joined #dri-devel
agd5f has quit [Ping timeout: 480 seconds]
warpme has joined #dri-devel
kzd has joined #dri-devel
agd5f has joined #dri-devel
agd5f_ has quit [Ping timeout: 480 seconds]
vedranm_ is now known as vedranm
JEEB has joined #dri-devel
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
yshui has joined #dri-devel
yshui_ has quit [Ping timeout: 480 seconds]
paulk has quit [Read error: Connection reset by peer]
paulk-bis has joined #dri-devel
guludo has quit [Ping timeout: 480 seconds]
epoch101_ has quit []
yshui has quit [Read error: Connection reset by peer]
mbrost has joined #dri-devel
tzimmermann has quit [Quit: Leaving]
kts has quit [Quit: Leaving]
guludo has joined #dri-devel
yshui has joined #dri-devel
feaneron has joined #dri-devel
warpme has quit []
warpme has joined #dri-devel
warpme has quit []
diego has left #dri-devel [#dri-devel]
dviola has joined #dri-devel
frankbinns has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
yshui_ has joined #dri-devel
yshui has quit [Ping timeout: 480 seconds]
BesterGester839 has joined #dri-devel
BesterGester83 has quit [Ping timeout: 480 seconds]
frankbinns has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
gouchi has quit [Remote host closed the connection]
gouchi has joined #dri-devel
frankbinns has quit [Ping timeout: 480 seconds]
<alyssa> could I solicit a review on the common code pieces of https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31964 ?
<alyssa> It is significantly simpler than the first version, ~30 lines of nir changes iirc
<alyssa> thank u
feaneron_ has joined #dri-devel
feaneron has quit [Ping timeout: 480 seconds]
lynxeye has quit [Quit: Leaving.]
tobiasjakobi has quit []
linkmauve has left #dri-devel [Error from remote client]
sukuna has joined #dri-devel
linkmauve has joined #dri-devel
yshui_ has quit [Read error: Connection reset by peer]
frankbinns has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
yshui has joined #dri-devel
mripard has quit [Quit: WeeChat 4.4.2]
tobiasjakobi has joined #dri-devel
tobiasjakobi has quit [Remote host closed the connection]
frankbinns has quit [Ping timeout: 480 seconds]
NiGaR has quit []
NiGaR has joined #dri-devel
karenw has quit [Ping timeout: 480 seconds]
gouchi has quit [Quit: Quitte]
Cicily has joined #dri-devel
guludo has quit [Ping timeout: 480 seconds]
Cicily has quit []
bbrezillon has quit [Ping timeout: 480 seconds]
yshui_ has joined #dri-devel
ity has quit [Remote host closed the connection]
ity has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
yshui has quit [Ping timeout: 480 seconds]
Haaninjo has joined #dri-devel
mbrost has joined #dri-devel
guludo has joined #dri-devel
mbrost_ has joined #dri-devel
mbrost has quit [Ping timeout: 480 seconds]
NiGaR has quit [Remote host closed the connection]
NiGaR has joined #dri-devel
guludo has quit [Ping timeout: 480 seconds]
gouchi has joined #dri-devel
gouchi has quit [Remote host closed the connection]
jkrzyszt has quit [Quit: Konversation terminated!]
Calandracas has joined #dri-devel
marc2377 has quit [Quit: Leaving]
mbrost_ has quit [Ping timeout: 480 seconds]
mvlad has quit [Remote host closed the connection]
mbrost has joined #dri-devel
cyrinux has quit []
cyrinux has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
nerdopolis has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
armmah has joined #dri-devel
sima has joined #dri-devel
Calandracas_ has joined #dri-devel
Calandracas has quit [Ping timeout: 480 seconds]
krushia has quit [Quit: Konversation germinated!]
epoch101 has joined #dri-devel
jhli has quit [Remote host closed the connection]
krushia has joined #dri-devel
epoch101 has quit []
epoch101 has joined #dri-devel