columbar1 has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
<JPEW> oops wrong channel :)
snalty has joined #wayland
snalty has quit [Remote host closed the connection]
boistordu has joined #wayland
boistordu_ex has quit [Ping timeout: 480 seconds]
ppascher has quit [Ping timeout: 480 seconds]
Guest1659 has joined #wayland
Guest1659 has quit [Remote host closed the connection]
khfeng has joined #wayland
AKTheKnight has joined #wayland
AKTheKnight has quit [Remote host closed the connection]
nyaomi4 has joined #wayland
nyaomi4 has quit [Remote host closed the connection]
columbarius has joined #wayland
columbar1 has quit [Ping timeout: 480 seconds]
shankaru1 has joined #wayland
columbar1 has joined #wayland
columbarius has quit [Ping timeout: 481 seconds]
cybrian has joined #wayland
cybrian has quit [Remote host closed the connection]
blue__penquin has joined #wayland
blue__penquin has quit []
cheako has joined #wayland
hardening has joined #wayland
danvet has joined #wayland
pnowack has joined #wayland
meena has joined #wayland
meena has quit [Remote host closed the connection]
tzimmermann has joined #wayland
mvlad has quit [Quit: Coyote finally caught me]
mvlad has joined #wayland
ramona-M has joined #wayland
ramona-M has quit [Remote host closed the connection]
kim\ has joined #wayland
kim\ has quit [autokilled: spambot. Dont mail support@oftc.net with questions (2021-06-11 07:27:09)]
huitseeker[m|gr] has joined #wayland
huitseeker[m|gr] has quit [Remote host closed the connection]
<pq> oh ffff... face-palm. You can't mark discussions to be auto-collapsed in Gitlab issues. It works only in MRs. >_<
<pq> the CM&HDR implementation roadmap is getting looooong
<pq> but at least one can collapse them manually, after loading the dozens of comments
ppascher has joined #wayland
aleasto has joined #wayland
txtsd has quit [Ping timeout: 480 seconds]
aleasto has quit [Remote host closed the connection]
aleasto has joined #wayland
columbarius has joined #wayland
columbar1 has quit [Ping timeout: 480 seconds]
txtsd has joined #wayland
JohnDoh has joined #wayland
JohnDoh has quit [Remote host closed the connection]
columbar1 has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
ecloud has quit [Ping timeout: 480 seconds]
MrCooper has quit [Read error: Connection reset by peer]
ecloud has joined #wayland
MrCooper has joined #wayland
Luck has joined #wayland
MrCooper has quit []
Luck has quit [Remote host closed the connection]
MrCooper has joined #wayland
MrCooper has quit [Remote host closed the connection]
tzimmermann has quit [Quit: Leaving]
zvywduyq[m|gr] has joined #wayland
zvywduyq[m|gr] has quit [autokilled: spambot. Dont mail support@oftc.net with questions (2021-06-11 11:02:07)]
MrCooper has joined #wayland
reillybrogan has quit [Ping timeout: 480 seconds]
neonking has quit [Remote host closed the connection]
neonking has joined #wayland
aleasto has quit [Ping timeout: 480 seconds]
columbarius has joined #wayland
sunarch_ has joined #wayland
columbar1 has quit [Ping timeout: 480 seconds]
sunarch_ has quit []
neonking has quit [Remote host closed the connection]
sunarch has quit [Ping timeout: 480 seconds]
Guest994 is now known as blue_penquin
blue__penquin has joined #wayland
blue__penquin has quit []
marathon has joined #wayland
marathon is now known as Guest1723
marathon has joined #wayland
Guest1723 has quit [Ping timeout: 480 seconds]
khfeng has quit [Remote host closed the connection]
khfeng has joined #wayland
floof58 has quit []
floof58 has joined #wayland
therealfakemoot has joined #wayland
therealfakemoot has quit [Remote host closed the connection]
kfrench has joined #wayland
kfrench has quit [autokilled: spambot. Dont mail support@oftc.net with questions (2021-06-11 13:09:02)]
robert_mader has joined #wayland
floof58 has quit []
floof58 has joined #wayland
txtsd has quit [Ping timeout: 480 seconds]
<pq> I just had weston output-damage test time out after 120 seconds in CI... output-transforms made it through with just 6 seconds to spare
<pq> retry, and output-damage finished in 24 secs.
<pq> ...on the same runner
txtsd has joined #wayland
<MrCooper> do the tests involve any file I/O?
<pq> a little, like reading reference images
<pq> writing not beyond the usual logs
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
sca has joined #wayland
Plan_IX has joined #wayland
Plan_IX has quit [Remote host closed the connection]
blue__penquin has joined #wayland
<emersion> MrCooper: we want to have total control over the client buffer submission, and be able to do things like measuring client render time
reillybrogan has joined #wayland
<MrCooper> emersion: the compositor can't know when the client started drawing, if that's what you mean
<MrCooper> I'm not sure what you mean by "total control over the client buffer submission"
<emersion> i mean that xwayland or mesa doesn't try to do whatever magic under our nose
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #wayland
<pq> you mean like, a client *must* start rendering when it received wl_surface.frame callback?
<pq> that's already broken, because a client could start on presentation-time feedback
<pq> on the event, I mean, not even predicting anything
<pq> if you want to know client render time, I think there is no way around having to define a protocol ext for it.
<pq> where did this dicussion begin?
<emersion> no, i don't mean that a client *must* start rendering at anytime
* pq asks and immediately disappears.
<emersion> i just mean that i want the middlemen to disappear
sca has quit []
<emersion> and to not take policy decisions
<emersion> policy decisions are for the compositor, not for xwayland or mesa
cseader has joined #wayland
cseader has quit [Remote host closed the connection]
alanquayle[m] has joined #wayland
alanquayle[m] has quit [Remote host closed the connection]
<MrCooper> I want users not to hit severe stuttering due to compositors failing to wait for buffers to become ready; once the main ones do, the workaround can be dropped from Mesa
<swick> I recently looked at presentation-time again and it does not make any guarantees when the feedback is send. why again do we think it's a good idea to draw on presentation-time feedback?
<swick> also, the clients can already wait for buffers to become ready and that is totally fine so I don't see the problem with Xwayland doing that either
<swick> it would be nice if Xwayland could pass through everything to the wayland compositor as soon as possible but that only seems to make sense when compositors wait for buffers and the commits can be scheduled properly
<MrCooper> swick: Mesa WSI waits for buffers to become ready, not Xwayland
<MrCooper> Xwayland will pass through buffers directly once it supports presentation-time
<MrCooper> (right now it waits for a pending frame callback before sending another buffer if the X11 Present client is asking for FIFO behaviour)
<swick> ah, ok, mesa waiting isn't any different
<swick> what exactly do you gain from presentation-time?
<MrCooper> reliable information about which buffer was presented or skipped
AJ_Z0 has quit [Quit: ZNC 1.6.1+deb1~ubuntu12.04.2 - http://znc.in]
AJ_Z0 has joined #wayland
rgallaispou has quit [Read error: Connection reset by peer]
blue__penquin has quit []
Rasi27 has joined #wayland
Rasi27 has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-11 15:48:02)]
Magneand has joined #wayland
Magneand has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-11 15:50:56)]
arthurpbs0 has joined #wayland
arthurpbs0 has quit [autokilled: Suspected spammer. Mail support@oftc.net with questions (2021-06-11 16:04:09)]
danvet has quit [Ping timeout: 480 seconds]
aleasto has joined #wayland
hau63n has joined #wayland
danvet has joined #wayland
khfeng has quit [Ping timeout: 480 seconds]
marathon has quit [Quit: Leaving]
AbbyH has joined #wayland
AbbyH has quit [Remote host closed the connection]
neonking has joined #wayland
neonking has quit [Remote host closed the connection]
neonking has joined #wayland
dagelf1 has joined #wayland
dagelf1 has quit [Remote host closed the connection]
Syliss_ has joined #wayland
Syliss_ has quit [Remote host closed the connection]
robert_mader has quit [Quit: Leaving.]
<Plagman> seems like there needs to be a knob right now where mesa can understand it doesn't need to do that
<Plagman> since some compositors already do not need that behaviour (quite the opposite)
columbar1 has joined #wayland
BaloneyGeek has joined #wayland
BaloneyGeek has quit [Remote host closed the connection]
columbarius has quit [Ping timeout: 480 seconds]
SteepPeak[ic] has joined #wayland
SteepPeak[ic] has quit [Remote host closed the connection]
ppascher has quit [Ping timeout: 480 seconds]
<swick> meh, a few more month and we can just remove it altogether
AJ_Z0 has quit [Remote host closed the connection]
alyssa has joined #wayland
AJ_Z0 has joined #wayland
* alyssa stares at Weston headless
<alyssa> * weston stares back
<swick> MrCooper: IIRC there is nothing in the protocol which guarantees you that the event is sent at a particular time so it is valid to send it a few frames later which is why I dont understand how it can possibly replace the frame callback
<alyssa> oh weston doesn't initialize egl then ok
shankaru1 has quit []
randy7 has joined #wayland
randy7 has quit [Remote host closed the connection]
pnowack has quit [Quit: pnowack]
danvet has quit [Ping timeout: 481 seconds]
shankaru has joined #wayland
neonking has quit [Remote host closed the connection]
hardening has quit [Ping timeout: 480 seconds]
hau63n has quit [Quit: Leaving]
pac85[m] has joined #wayland
aleasto has quit [Quit: Konversation terminated!]
aleasto has joined #wayland
aleasto has quit [Remote host closed the connection]
aleasto has joined #wayland
aleasto has quit []
anarsoul has quit [Quit: ZNC 1.8.2 - https://znc.in]
robert_mader has joined #wayland
robert_mader has quit [Read error: Connection reset by peer]
anarsoul has joined #wayland
Uzzi has joined #wayland
Uzzi has quit [Remote host closed the connection]