ChanServ changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
scrumplex has joined #freedesktop
scrumplex_ has quit [Ping timeout: 480 seconds]
ximion has quit [Quit: Detached from the Matrix]
kasper93 has quit [Ping timeout: 480 seconds]
kasper93 has joined #freedesktop
snetry has joined #freedesktop
kasper93_ has joined #freedesktop
kasper93 is now known as Guest22922
kasper93_ is now known as kasper93
sentry has quit [Ping timeout: 480 seconds]
Guest22922 has quit [Ping timeout: 480 seconds]
MrCooper_ has joined #freedesktop
MrCooper has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
swatish21 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
swatish2 has joined #freedesktop
swatish21 has quit [Ping timeout: 480 seconds]
swatish2 has quit [Ping timeout: 480 seconds]
jarthur has quit []
i-garrison has quit []
sima has joined #freedesktop
swatish2 has joined #freedesktop
i-garrison has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
gchini has joined #freedesktop
sentry has joined #freedesktop
snetry has quit [Ping timeout: 480 seconds]
Traneptora has quit [Quit: Quit]
MrCooper_ is now known as MrCooper
<MrCooper> phryk: GBM is the only one which allows allocating buffers in a generic way
cascardo_ has joined #freedesktop
cascardo has quit [Ping timeout: 480 seconds]
jstultz_ has quit []
jstultz has joined #freedesktop
rg3igalia_ has quit []
rg3igalia has joined #freedesktop
alarumbe has quit [Remote host closed the connection]
luc64627 has joined #freedesktop
luc6462 has quit [Ping timeout: 480 seconds]
swatish2 has quit [Remote host closed the connection]
swatish2 has joined #freedesktop
mripard has joined #freedesktop
__0x1eaf has joined #freedesktop
keithp is now known as Guest22942
keithp has joined #freedesktop
Guest22942 has quit [Read error: Connection reset by peer]
vkareh has joined #freedesktop
vkareh has quit []
vkareh has joined #freedesktop
swatish21 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
JanC is now known as Guest22943
JanC has joined #freedesktop
Guest22943 has quit [Ping timeout: 480 seconds]
swatish21 is now known as swatish2
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
sentriz has joined #freedesktop
guludo has joined #freedesktop
swatish21 has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
swatish21 is now known as swatish2
haaninjo has joined #freedesktop
agd5f has joined #freedesktop
agd5f has quit []
agd5f has joined #freedesktop
alarumbe has joined #freedesktop
digetx is now known as Guest22951
digetx has joined #freedesktop
digetx has quit [Read error: Connection reset by peer]
dwfreed_ is now known as dwfreed
Guest22951 has quit [Ping timeout: 480 seconds]
digetx has joined #freedesktop
ximion has joined #freedesktop
digetx is now known as Guest22954
digetx has joined #freedesktop
Guest22954 has quit [Read error: Connection reset by peer]
swatish21 has joined #freedesktop
__0x1eaf has quit [Quit: Lost terminal]
swatish2 has quit [Ping timeout: 480 seconds]
swatish21 has quit [Ping timeout: 480 seconds]
vkareh has quit [Quit: WeeChat 4.7.0]
vkareh has joined #freedesktop
vkareh has quit []
vkareh has joined #freedesktop
<phryk> MrCooper: Thanks! That's the impression I got from chatgpt, but boy am I glad to have an actual human confirm that. :F
<MrCooper> :)
<phryk> i hate llms, but sadly it seems to be the only place that seems to pull together most of the disparate source of information on libdrm and friends… :(
<pq> phryk, https://gitlab.freedesktop.org/wayland/weston/-/blob/main/clients/simple-dmabuf-egl.c?ref_type=heads is an example which aside from the Wayland stuff, shows how to allocate with GBM, import with EGL, and render with GL. Maybe that's useful for you.
<phryk> thanks, i'll have a look.
<phryk> btw, would PRs adding inline docs (via doxygen or whatever is a more modern equivalent) be accepted? not sure if this sort of thing doesn't exist because nobody found the time or there's some ideological opposition to it…
<pinchartl> phryk: documentation is gooooooood :-)
<pinchartl> and if you're learning the API you're in a great position to write the doc
<pinchartl> as an outsider point of view helps making the documentation more accessible to beginners
<pinchartl> that's how I wrote the in-kernel KMS API documentation years ago
<phryk> yeah, that's my thoughts exactly – but in my experience C programmers tend to be averse to documentation for some reason i never understood. hence, me asking. :P
swatish2 has joined #freedesktop
AbleBacon has joined #freedesktop
<pinchartl> they are often not very eager to *write* the documentation themselves, but I certainly hope nobody would object to having documentation
<phryk> not finding a repository for gbm tho. and it doesn't seem to be in the libdrm repo either…
<pinchartl> I think it's in mesa
<phryk> yup, gbm.h in gbm/main – thanks. :)
<phryk> from the last modified dates it looks like development happens in the "main" branch – is that correct?
<pq> phryk, btw. this would be better discussed on #dri-devel .
<svuorela> given its name, it is at least likely. (I also haven't seen a c-programmer rejecting good documentation of their code - /** returns the time */ getTime() is not good documentation)
<phryk> oh, had no idea that even existed. :P
<phryk> svuorela: given what's name?
<MrCooper> the main branch's
<pq> Why do I seem to rarely get these "manual action" in Weston's CI, when there should be none? https://gitlab.freedesktop.org/pq/weston/-/pipelines/1479732
<phryk> ah. i also know a bunch of projects with a dedicated development branch where "main" always holds the latest release and have no idea about freedesktops devops. ^^
<pq> phryk, Mesa develops on main, and each release is made from a branch that accumulates backported fixes.
<phryk> ah, thanks for the explanation. :)
<pq> since there are stable releases that get only fixes, and not new development
<pq> It feels like the CI pipeline starts at a non-first(!) job which waits for "manual action", and then later something under the hood goes and runs everything normally.
<zmike> valentine: any chance you could look into making this change https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13439#note_2341172
<zmike> I'd really like to see gallivm changes only trigger lavapipe/llvmpipe jobs and not any hardware jobs since there's a fair amount of traffic there
<valentine> I can take a look later
<zmike> thanks!
tlwoerner has quit [Ping timeout: 480 seconds]
ximion has quit [Remote host closed the connection]
Traneptora has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
Kayden has quit [Quit: Leaving]
Kayden has joined #freedesktop
pjakobsson has quit [Remote host closed the connection]
ximion has joined #freedesktop
The_Loko has joined #freedesktop
<zmike> is a660-gl-cl a pre-merge job?
<zmike> this thing takes like an hour to run
<valentine> it is pre-merge, and the job itself isn't too long, but the a660s may have a long queues due to some issues in the lab, which is why the job can take longer to complete - we're looking into this
<zmike> 🤕
swatish2 has joined #freedesktop
jarthur has joined #freedesktop
krushia has quit [Quit: Konversation germinated!]
kasper93_ has joined #freedesktop
kasper93 is now known as Guest22965
kasper93_ is now known as kasper93
croissant_ has quit []
croissant has joined #freedesktop
Guest22965 has quit [Ping timeout: 480 seconds]
olivial has quit [Read error: Connection reset by peer]
olivial has joined #freedesktop
swatish2 has quit [Ping timeout: 480 seconds]
FANTOM has quit [Read error: Connection reset by peer]
JanC is now known as Guest22974
JanC has joined #freedesktop
Guest22974 has quit [Ping timeout: 480 seconds]
bozo16 has quit [Ping timeout: 480 seconds]
The_Loko has quit [Quit: Leaving]
vkareh has quit [Quit: WeeChat 4.7.0]
haaninjo has quit [Quit: Ex-Chat]
<glehmann> gitlab really seems to struggle with building new MRs
<glehmann> it's been over 15min for some fo them
sima has quit [Ping timeout: 480 seconds]
<ndufresne> same here
bozo16 has joined #freedesktop
<__tim> kicked some things
bozo16 has quit [Ping timeout: 480 seconds]
bozo16 has joined #freedesktop