jkrzyszt has quit [Quit: Konversation terminated!]
jkrzyszt has joined #dri-devel
yyds has quit [Remote host closed the connection]
yyds has joined #dri-devel
kts has joined #dri-devel
neniagh has joined #dri-devel
sravn has joined #dri-devel
pcercuei has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
kts has joined #dri-devel
jkrzyszt has quit [Remote host closed the connection]
flynnjiang has quit [Remote host closed the connection]
coldfeet has quit [Quit: Lost terminal]
yyds has quit [Remote host closed the connection]
Daanct12 has quit [Quit: WeeChat 4.2.2]
coldfeet has joined #dri-devel
jmondi has joined #dri-devel
<MrCooper>
DemiMarie: my understanding is yes in principle, though anything which can be represented as a dma-fence must have a timer or other mechanism which ensures that the dma-fence is signalled within reasonable time
yyds has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
yyds has quit []
yyds has joined #dri-devel
<pinchartl>
emersion: you've reviewed "[PATCH] drm/fourcc: Add RGB161616 and BGR161616 formats" (20240226132544.82817-1-jacopo.mondi@ideasonboard.com). do you plan to push it to drm-misc ? I'm unsure what the rule is regarding pushing core changes to drm-misc. do we need a R-b from any DRM contributor, from a drm-misc maintainer, or from a DRM maintainer ?
<pinchartl>
we can push it too, once we know what the rule is :-)
<sima>
I mean best judgement and all that applies, maybe don't push really gnarly locking rework with just a cursory ack :-P
<pinchartl>
yes, the usual common sense rule of not gaming the system
bolson_ has quit [Remote host closed the connection]
bolson has joined #dri-devel
<sima>
pinchartl, jmondi this reminds me of the other discussion of formally adding libcamera to the list of userspace apis/libraries than can ask for drm_fourcc.h allocation
<sima>
not sure what happened to that idea?
<sima>
I think a handful of acks from the community would be good, just to sign off on this direction
kts has joined #dri-devel
<pinchartl>
Jacopo sent patches and things died out I think
bolson has quit [Remote host closed the connection]
bolson has joined #dri-devel
OftenTimeConsuming has quit [Remote host closed the connection]
OftenTimeConsuming has joined #dri-devel
fab has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #dri-devel
kts has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
Calandracas has quit [Remote host closed the connection]
Calandracas has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
fab has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
iyes has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
kzd has joined #dri-devel
rasterman has joined #dri-devel
heat has joined #dri-devel
sudeepd has joined #dri-devel
iyes has quit [Ping timeout: 480 seconds]
checkfoc_us has quit []
checkfoc_us has joined #dri-devel
mbrost has joined #dri-devel
warpme has quit []
sgruszka has quit [Quit: Leaving]
warpme has joined #dri-devel
neniagh has quit []
neniagh has joined #dri-devel
vliaskov_ has quit [Ping timeout: 480 seconds]
smpl has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Read error: Connection reset by peer]
warpme has quit []
simon-perretta-img has joined #dri-devel
kxkamil has quit []
rasterman has quit [Quit: Gettin' stinky!]
kxkamil has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
simon-perretta-img has joined #dri-devel
kts has quit []
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
simon-perretta-img has quit [Read error: Connection reset by peer]
simon-perretta-img has joined #dri-devel
Kayden has quit [Quit: -> JF]
coldfeet has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
bolson has joined #dri-devel
kts has joined #dri-devel
epoch101 has quit []
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
iyes has joined #dri-devel
a-865 has joined #dri-devel
a-865 has left #dri-devel [#dri-devel]
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
iive has joined #dri-devel
kasper93 has joined #dri-devel
kugel is now known as Guest5367
kugel has joined #dri-devel
epoch101 has joined #dri-devel
<DavidHeidelberg>
is possible that Mesa doesn't implement any (EGL) display extension ?
Guest5367 has quit [Ping timeout: 480 seconds]
<DavidHeidelberg>
I wondering after this [1] EGL spec change, where would we put display extension. We have dislay extension EGL_KHR_get_all_proc_addresses, but we handle it as client extension... [1] https://github.com/KhronosGroup/EGL-Registry/pull/199/files
kts has quit [Ping timeout: 480 seconds]
<daniels>
DavidHeidelberg: every extension which isn’t the EGL_KHR_platform_* is a display extension
<daniels>
so yeah, loads
<DavidHeidelberg>
so does that mean, they're reported same way as the client extensions?
<DavidHeidelberg>
what I'm wondering after this spec change, what has to be changed on the Mesa side, eventually on GTK/Firefox side
<daniels>
on the users - they’ll discover it through eglQueryString(dpy, EGL_EXTENSIONS) with a real dpy, not EGL_NO_DISPLAY
<daniels>
just looked at the MR and it shouldn't be added to ClientExtensionString in src/egl/main/eglglobals.c
<DavidHeidelberg>
right, I got to that conclusion, since glvnd will filter it ;)
<daniels>
add an _EGL_CHECK_EXTENSION() case to _eglCreateExtensionsString
<DavidHeidelberg>
thanks!
<daniels>
np
<DavidHeidelberg>
I think now we're ready to go in, as it'll pass all the tests
<DavidHeidelberg>
if you have chance to drop the A/R-b on the MR (or at least the particular commit with this change after I test it locally, I would be very grateful)
<zmike>
\o/
feaneron has quit [Remote host closed the connection]
derr has joined #dri-devel
epoch101 has quit []
iyes has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
rz_ has joined #dri-devel
mbrost_ has joined #dri-devel
rz has quit [Ping timeout: 480 seconds]
<zmike>
DavidHeidelberg: there's already a solution: -Dintel-rt=disabled
<zmike>
:D
mbrost has quit [Ping timeout: 480 seconds]
<DavidHeidelberg>
sounds good to me, but I'll keep the issue opened up :P
<DavidHeidelberg>
thanks
fab has joined #dri-devel
neniagh has quit []
<DavidHeidelberg>
extension seems to be reported now after the change :) just need to adjust GL-CTS to account for that
neniagh has joined #dri-devel
<Company>
DavidHeidelberg: GTK doesn't use select_group, it just checks the default list of configs and discards all the ones without an RGBA visual
iyes has joined #dri-devel
Haaninjo has joined #dri-devel
Duke`` has joined #dri-devel
Simonx22 has quit []
Simonx22 has joined #dri-devel
Simonx22 has quit []
<DavidHeidelberg>
Good then, so only place where it's checked is likely GL-CTS
Simonx22 has joined #dri-devel
Simonx22 has quit [Remote host closed the connection]