ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
ity has quit [Remote host closed the connection]
ity has joined #dri-devel
iive has quit [Quit: They came for me...]
Leopold_ has joined #dri-devel
shashanks__ has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
Dr_Who has quit [Read error: Connection reset by peer]
heat has quit [Remote host closed the connection]
shashanks_ has quit [Ping timeout: 480 seconds]
heat has joined #dri-devel
ity has quit [Remote host closed the connection]
ity has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
ity has quit [Remote host closed the connection]
ity has joined #dri-devel
larunbe has joined #dri-devel
alarumbe has quit [Ping timeout: 480 seconds]
dviola has quit [Quit: WeeChat 4.1.2]
alarumbe has joined #dri-devel
flynnjiang has joined #dri-devel
larunbe has quit [Ping timeout: 480 seconds]
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
co1umbarius has joined #dri-devel
columbarius has quit [Ping timeout: 480 seconds]
yyds has joined #dri-devel
camus has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
lstrano has joined #dri-devel
Ryback_ has joined #dri-devel
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
glennk has joined #dri-devel
yyds has quit []
yyds has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
Leopold_ has joined #dri-devel
dsrt^ has quit [Ping timeout: 480 seconds]
dsrt^ has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
Leopold__ has joined #dri-devel
Leopold__ has quit [Remote host closed the connection]
Leopold_ has quit [Ping timeout: 480 seconds]
mbrost has joined #dri-devel
ADS_Sr has joined #dri-devel
ADS_Sr_ has quit [Ping timeout: 480 seconds]
a-865 has quit [Quit: ChatZilla 0.18 [SeaMonkey 2.53.18/20231128201643]]
mclasen has quit [Ping timeout: 480 seconds]
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]
simondnnsn has joined #dri-devel
<airlied> Lynne, zzoon_back_1st_Jan_2024[m] : https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27066 deep copying of parameter structs
<airlied> JoshuaAshton: ^ just not integrated with the radv encode yet
mbrost has quit [Ping timeout: 480 seconds]
jewins has quit [Ping timeout: 480 seconds]
a-865 has joined #dri-devel
Leopold_ has joined #dri-devel
itoral has joined #dri-devel
Company has quit [Quit: Leaving]
yyds has quit [Remote host closed the connection]
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
flynnjiang1 has joined #dri-devel
yyds has joined #dri-devel
flynnjiang has quit [Read error: Connection reset by peer]
fab has joined #dri-devel
yyds has quit [Remote host closed the connection]
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
tzimmermann has joined #dri-devel
flynnjiang1 has quit [Read error: Connection reset by peer]
yyds has joined #dri-devel
kts has joined #dri-devel
mszyprow has joined #dri-devel
Leopold_ has quit [Remote host closed the connection]
rgallaispou has joined #dri-devel
mszyprow_ has joined #dri-devel
shoragan has quit [Quit: quit]
sima has joined #dri-devel
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
Leopold has joined #dri-devel
mszyprow has quit [Ping timeout: 480 seconds]
crabbedhaloablut has quit []
glennk has joined #dri-devel
pH5 has quit [Remote host closed the connection]
Leopold has quit [Remote host closed the connection]
crabbedhaloablut has joined #dri-devel
Leopold has joined #dri-devel
fab has quit [Quit: fab]
Leopold has quit [Remote host closed the connection]
<ity> Re: "most graphics people are employed by some company so not much happens on weekends" hmm, fair. I guess I should wait today, then if nothing happens who should I nag?
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
<karolherbst> ity: we should probably ask them to enable merge requests on that repo tho...
YuGiOhJCJ has joined #dri-devel
<ity> Ahaha yea, that sounds like a good idea. I took this mostly as a an opportunity to learn how to contribute by mail, and thought that a minor patch for an off-by-one would be good.
<karolherbst> my opinion is that nobody should go through that pain ever again, but some disagree... :D
<ity> By the way, since I am already here, can I ask questions about the graphics stack? I have been attempting to figure it out by using strace, gdb & the mesa source tree, but there are quite a few things that I am having trouble figuring out. I am attempting to try to learn how the DRM API exposed by the i915 driver works
<karolherbst> well.. depends if you are more interested in the displaying/wsi bits (kms) or rendering
<ity> Both actually :D Though for now I guess the render engine is fine
<ity> I was stracing a simple VK app I wrote
<karolherbst> yeah.. though if you are interested more in rendering than strace won't really catch those bits as it all happens within command buffers and jobs submitted to the GPU, rather than ioctls (besides the one to submit jobs)
jfalempe has joined #dri-devel
<karolherbst> (and memory allocation)
<ity> Yea, I guess so. I have been trying to at least catch the API that creates & submits the buffers
<ity> I think it's the GEM?
<ity> But what is the Aperture? I have been unable to find that out
<ity> There is also a magic QUERY that seems to only be executed once? With null null no less, how does the mesa driver get info from it?
<karolherbst> yeah, no idea about specifics to intel (including the terms)
<ity> Ah, I see, which system are you familiar with?
<ity> I have been mostly studying intel as they have PRMs and an iGPU seemed like it'd be easier than a dGPU
<ity> Though I did take a generic look around the mesa tree (I even have it on my phone so I can read it on the go :D) and took a small peek at radv
frieder has joined #dri-devel
fab has joined #dri-devel
<karolherbst> yeah.. not sure if we have a central place where we could point to proper docs, but there are some blog posts around which might explain a bit
heat has quit [Read error: No route to host]
heat has joined #dri-devel
<ity> Yea the docs are pretty sparse. I also have no idea which part of the tree ends up in what library... Eg where does the generic libdrm come from? Why does libdrm_intel exist but is never loaded? Why is libdrm_amdgpu loaded when the kernel amdgpu driver is not loaded? What is the diff between libvulkan_intel and libvulkan_intel_hasvk? - If you have any blog posts or anything, I
<ity> would gladly give them a read!
simondnnsn has quit [Ping timeout: 480 seconds]
simondnnsn has joined #dri-devel
<karolherbst> maybe we should have a list of blogs or something 🙃
<karolherbst> ity: maybe you can start with https://blogs.igalia.com/itoral/2014/08/08/diving-into-mesa/ (and the post linked in the first sentence)
<karolherbst> though it's old :D
<karolherbst> I wonder if anybody did a series like that in the past
<karolherbst> uhm..
<karolherbst> more recent past
xroumegue has quit [Ping timeout: 480 seconds]
simondnnsn has quit [Ping timeout: 480 seconds]
simondnnsn has joined #dri-devel
mvlad has joined #dri-devel
xroumegue has joined #dri-devel
Leopold has joined #dri-devel
pcercuei has joined #dri-devel
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #dri-devel
<mareko> ity: AMD dGPUs and APUs use exactly the same hw programming
<mareko> in Mesa
<mareko> ity: they work like Vulkan, one difference is that command buffers are built inside buffer objects using a hw-specific format of commands, and then the GPU is given a GPU pointer to that buffer object and executes it
<mareko> ity: shaders are also written into buffer objects; the goal of Mesa is to prepare the buffer objects with GPU commands, states, and shaders, and tell the GPU to execute them
rasterman has joined #dri-devel
tursulin has joined #dri-devel
yyds has quit [Remote host closed the connection]
apinheiro has joined #dri-devel
vliaskov has joined #dri-devel
vliaskov_ has joined #dri-devel
lynxeye has joined #dri-devel
vliaskov has quit [Ping timeout: 480 seconds]
mripard has joined #dri-devel
yyds has joined #dri-devel
illwieckz has quit [Ping timeout: 480 seconds]
<sima> karolherbst, https://dri.freedesktop.org/docs/drm/gpu/introduction.html#external-references we started collecting good overview talks/blogs in our docs, with dates so you can start with most recent ones
<sima> it's pretty good for this kind of question
<ity> Ah, iirc the SPV gets tranlated to NIH which then gets translated to the arch-specific ISA right? That's just the high-level overview though, I am not sure what format the buffers have, which DRM ioctl needs to be sent to make & upload a buffer, what to send to execute a buffer, retrieve the data... I will def give a read to the blog & references page though!
<karolherbst> ohh, cool, didn't know
<sima> ity, it's a bit more gerenal gpu stack, but might have some of the things you want to learn about too
yyds has quit [Remote host closed the connection]
<sima> karolherbst, maybe similar list more focused on mesa in mesa docs might be good?
<sima> airlied, should we have your new nouveau talk in there for an overview of modern render drm driver maybe?
<ity> Seems like a cool list! I'll def check it out aahah, though I have a few specific questions for anv (I think) that are bugging me for a while now
<sima> ity, #intel-3d for anv questions might be better than here
<ity> OOH, oki!
<javierm> sima: I think that the excellent recent articles from tzimmermann in lwn.net (intro to gfx part 1 and 2) would be good to have reference there too
<karolherbst> sima: might also makes sense to just list all blogs of all drm/mesa devs :D
<ity> That sounds good actually ahah, I'd love to give it a read!
<ity> The blog post seems a bit dated, it references X & OpenGL
<tzimmermann> javierm, ah yeah. i wanted to send a PR to add them to the docs. thanks for reminding me
<javierm> tzimmermann: you are welcome, and thanks to you for writing those :)
<sima> tzimmermann, javierm yeah definitely want to add those for sure
<sima> I was more wondering about render stuff since we have a bit a lack of good overviews there, and airlied's recent nouveau revival talk is probably the closest
<sima> least also because ttm and drm/sched are the two clearly still underdocumented areas at the kernel-doc level too :-/
<sima> tzimmermann, if you type the patch rn pls also pastebin here for ity
<sima> ity, opengl es is still very much the standard on smaller/embedded systems
macslayer has quit [Remote host closed the connection]
illwieckz has joined #dri-devel
<sima> there's some issues around vulkan and low memory/overcommit situations
<ity> Overcommit?
<sima> ity, if your apps allocate more memory than you have
<sima> gpu memory swapout (well nowadays in-place compression with zswap really) works much better with the gl userspace than vk
<ity> Ah, why does it work better with GL?
<sima> I've heard some people working on it, but until that's sorted gl tends to be better on really constrained systems still
<sima> yeah
<sima> otoh X driving drm directly is firmly outdated everywhere, more so on embedded :-P
<ity> Interesting. I am mostly focusing on VK as it seemed like an easier path towards the inner details of the drivers, OpenGL is somewhat complex
yyds has joined #dri-devel
<ity> X doesn't modeset? Or do you mean it got replaced by WL?
<karolherbst> sima: I guess the reason for that is, that in vulkan we don't want to know what buffers are used in a job, so the kenrel doesn't really know what is safe to page out or not?
<sima> yeah X directly doing the modesetting is legacy, wayland compositor (or android's surfaceflinger) took this over
<sima> with maybe Xwayland for backwards compat
<sima> karolherbst, yeah so you need to swap the entire job essentially
<sima> which means disastrous amounts of stalling
<karolherbst> yeah..
<karolherbst> it's not great
<sima> so need to add some notion of working set to vk, but how
<karolherbst> even with VM_BIND and all the fancy new submission ioctls, we still might need a "I know these bos are used for sure" list of bos somewhere...
<karolherbst> dunno
<ity> Is that internal driver state? Or smth inherent to the spec
<sima> and how exactly do you need to sync on this
<sima> karolherbst, yeah exactly
<sima> or well inverse, "I know these big bos here are not used, you might want to swap them out"
<karolherbst> the legacy ioctls (used by GL) generally have this...
<karolherbst> sima: maybe both
<karolherbst> but like
<ity> Bos? Is that another 3 letter acronym
<sima> but needs the full set of in/out fences on a binding queue
<karolherbst> if you have a shader and use bda all bets are off anyway
<karolherbst> well.. kinda
<sima> karolherbst, yours sounds more like bo priorities as in "try to put these into vram"
<pq> BO = buffer object
<sima> which imo is orthogonal (but another gap compared to gl)
<karolherbst> I think we'll end up with a priority system here anyway
<karolherbst> like
<sima> karolherbst, yeah
<ity> OOH so just a plural of buffer object
<karolherbst> like
<sima> ity, yup
<karolherbst> NV gpu can have some type of memory in VRAM or system RAM for rendering
<karolherbst> but some things have to stay in VRAM
<ity> I am feeling really out of place ahaha, as a beginner in the low level graphics stuff
<karolherbst> and if your job needs more memory than you have VRAM you kinda have to figure out how to make it all work
<sima> karolherbst, yeah atm for vk we only have the "must stay in vram" info
<sima> with gl the userspace driver can sus out "probably good idea if it's in vram too"
<karolherbst> yeah
<karolherbst> but who is gonna make those changes to the gl driver anyway :P
<sima> so vk gets you a lot more random bo selection if you overcommit vram
<sima> karolherbst, amdgpu is pretty fancy on this iirc
<karolherbst> right
<karolherbst> yeah.. fair
<sima> but imo the "do I even need this mapped or ok for kernel to swap/zswap out" is orthogonal
<sima> since vram or not is just performance, not correctness
<karolherbst> well...
<karolherbst> there are two parts
<karolherbst> swapping and compressing
<karolherbst> those are not the same things
<sima> so I'm leaning towards making this orthogonal
<karolherbst> like, you can swap out some bo to system memory, but what if hte GPU accesses it while it's compressed?
<sima> yeah in the kernel it's all swapout conceptually, just different targets
<sima> karolherbst, hence why I think this needs separate, userspace promises to not access it while it's marked as "swapout-able"
<karolherbst> right
<sima> and userspace probably needs to supply in/out fences to the kernel so the kernel knows how to sync it all up
<karolherbst> and then I come around the corner with my weirdo SVM use cases :P
<sima> yeah those are big lolz anyway
<karolherbst> I still have to get back to it and come up with a good solution
<sima> whereas placement priority is kinda different, no disaster if it's not in vram, but it still has to be _always_ mapped
<karolherbst> I have solutions, none are great
<karolherbst> right
<sima> imo svm only really works if you have actually competent hw page faults
<sima> before that it's tech demo at best
<karolherbst> not necessarily
<sima> waaaaaaayyyyyy too many funny corners it all falls apart
<karolherbst> ehhh
<karolherbst> not too bad
<karolherbst> without hw page faults you have to do explicit svm allocs
<karolherbst> and then you just map it all properly
<karolherbst> it's all doable
<karolherbst> I have a prototype on iris which works, it just blows up your VM
<sima> yeah I know, I've watched people try for years by now
<sima> "we just userptr all the things"
<karolherbst> :P
<sima> for an extremely load bearing value of "just"
<karolherbst> yeah..
<karolherbst> that's basically my current approach, there are problems with it tho
<sima> yeah so that's the one that works great for tech demo and then hits all kinds of funny in reality
<karolherbst> right.. kinda depends on what you use it all for
<sima> like the oddball userptr while most everything else is just normal bo is fine
<karolherbst> at least on iGPUs using userptr isn't all that terrible, on dGPU it all sucks
<sima> but if everything is userptr you really need reliable page faults to paper over all the corners
<sima> and reliable = can preempt ctx while fault is pending
<karolherbst> like you allocate on your host VM, and then place the bo you back with that userptr at the same location, and you are basically done
<karolherbst> problem is.. on dGPUs you have that pcie bus in the way
<sima> even on igpu you're not done, because userptr is so much worse on anything actually dynamic or overcommit than the current vk overcommit fun
<karolherbst> what I really need is a way to reserve host VM and map things into it when I want it to be mapped
<karolherbst> or use actual RAM
<karolherbst> but all dynamically
<sima> and if you don't do actual dynamic memory and overcommit, what's the point of svm
<karolherbst> so I can back a certain GPU/CPU VM address with either system RAM or VRAM
<sima> because you still can't just seamlessly reuse cpu libraries who all have this as very basic assumptions
<sima> karolherbst, mmap(NULL)
<karolherbst> I meant dynamic for the same allocation
<karolherbst> so I can move the content around
<sima> yeah that needs page faults
<karolherbst> not really
<sima> or you just stall disastrously
<karolherbst> you can move it ahead of dispatch
<karolherbst> there are CL APIs which gives you hint on where the memory should be
<karolherbst> and then you just move it
<karolherbst> and once you dispatch, you just don't move it
<sima> that's still a few levels less sophisticated than what I've seen people actually try to ship
<karolherbst> intels usm ext also has very very explicit placement of memory
<karolherbst> ohh sure, system SVM is all transparent and needs real hw pagefaults
<karolherbst> just talked about non system SVM stuff
yyds has quit [Ping timeout: 480 seconds]
Leopold has quit [Remote host closed the connection]
Leopold has joined #dri-devel
<lynxeye> DavidHeidelberg: Is there a way to stop codespell from disliking my name? https://gitlab.freedesktop.org/mesa/piglit/-/jobs/53676482
jewins has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
anarsoul has quit [Remote host closed the connection]
anarsoul has joined #dri-devel
heat has quit [Remote host closed the connection]
heat has joined #dri-devel
<karolherbst> maybe we should turn codespell into a warning instead?
<karolherbst> like as a comment on the MR
Leopold has quit [Remote host closed the connection]
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #dri-devel
sarnex has joined #dri-devel
jewins has quit [Ping timeout: 480 seconds]
jsa has joined #dri-devel
yyds has joined #dri-devel
yyds has quit [Remote host closed the connection]
simondnnsn has quit [Remote host closed the connection]
sarnex_ has joined #dri-devel
simondnnsn has joined #dri-devel
jsa has quit []
kts has joined #dri-devel
sarnex has quit [Ping timeout: 480 seconds]
sarnex_ has quit []
kts has quit []
sarnex has joined #dri-devel
Haaninjo has joined #dri-devel
kts has joined #dri-devel
yyds has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
frieder has quit [Remote host closed the connection]
simondnnsn has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
Surkow|laptop has quit [Quit: 418 I'm a teapot - NOP NOP NOP]
simondnnsn has joined #dri-devel
Surkow|laptop has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
mclasen has joined #dri-devel
simondnnsn has joined #dri-devel
yyds has quit [Remote host closed the connection]
frieder has joined #dri-devel
mszyprow_ has quit [Ping timeout: 480 seconds]
Leopold has joined #dri-devel
kts has quit [Quit: Leaving]
simondnnsn has quit [Read error: Connection reset by peer]
itoral has quit [Remote host closed the connection]
simondnnsn has joined #dri-devel
sarnex has quit [Quit: Quit]
sarnex has joined #dri-devel
kts has joined #dri-devel
simondnnsn has quit [Ping timeout: 480 seconds]
pH5 has joined #dri-devel
jfalempe has quit [Remote host closed the connection]
jfalempe has joined #dri-devel
simondnnsn has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
simondnnsn has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
Leopold has quit [Remote host closed the connection]
shoragan has joined #dri-devel
simondnnsn has joined #dri-devel
jsa has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
jfalempe has quit [Quit: Leaving]
jfalempe has joined #dri-devel
simondnnsn has joined #dri-devel
jfalempe has quit [Remote host closed the connection]
jfalempe has joined #dri-devel
ADS_Sr_ has joined #dri-devel
jfalempe has quit [Remote host closed the connection]
jfalempe has joined #dri-devel
ADS_Sr has quit [Ping timeout: 480 seconds]
itoral has joined #dri-devel
luben has joined #dri-devel
jfalempe has quit [Remote host closed the connection]
cmichael has joined #dri-devel
jfalempe has joined #dri-devel
bbrezill1 has quit []
bbrezillon has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
simondnnsn has quit [Read error: Connection reset by peer]
luben has quit [Ping timeout: 480 seconds]
greenjustin has quit [Ping timeout: 480 seconds]
Company has joined #dri-devel
<any1> Isn't that || supposed to be &&?
<karolherbst> gfxstrand: mind clarifying your comment on that MR? It sounds like you commented on an older version than what was there when you commented https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26775
<any1> same, 4 lines below. As it is currently, sink_format is pretty much ignored, always resulting in RGB regardless.
<karolherbst> any1: might want to bring it up in #intel-gfx
<any1> ahh, I'd forgotten about that one.
cmichael has quit [Quit: Leaving]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
fab has quit [Quit: fab]
kts has joined #dri-devel
Dr_Who has joined #dri-devel
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Leopold_ has joined #dri-devel
jsa has quit []
kts has quit [Ping timeout: 480 seconds]
kts has joined #dri-devel
leandrohrb56 has joined #dri-devel
mszyprow has joined #dri-devel
guru_ has quit []
oneforall2 has joined #dri-devel
shashanks__ has quit [Remote host closed the connection]
luben has joined #dri-devel
glennk has quit [Ping timeout: 480 seconds]
heat_ has joined #dri-devel
heat has quit [Read error: No route to host]
frieder has quit [Ping timeout: 480 seconds]
itoral has quit [Quit: Leaving]
kts has quit [Ping timeout: 480 seconds]
luben has quit [Ping timeout: 480 seconds]
FL4SHK has quit [Ping timeout: 480 seconds]
lynxeye has quit [Quit: Leaving.]
tzimmermann has quit [Quit: Leaving]
macslayer has joined #dri-devel
ondracka_ has joined #dri-devel
rgallaispou has left #dri-devel [#dri-devel]
glennk has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
mclasen has quit [Ping timeout: 480 seconds]
simon-perretta-img has quit [Ping timeout: 480 seconds]
mclasen has joined #dri-devel
simon-perretta-img has joined #dri-devel
ondracka_ has quit [Remote host closed the connection]
ondracka_ has joined #dri-devel
Duke`` has joined #dri-devel
illwieckz has quit [Quit: I'll be back!]
illwieckz has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
simon-perretta-img has joined #dri-devel
JTL has quit [Ping timeout: 480 seconds]
jani has quit [Remote host closed the connection]
jani has joined #dri-devel
mclasen has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #dri-devel
crabbedhaloablut has quit [Read error: Connection reset by peer]
oneforall2 has quit [Remote host closed the connection]
crabbedhaloablut has joined #dri-devel
qyliss has quit [Quit: bye]
oneforall2 has joined #dri-devel
dviola has joined #dri-devel
sarnex_ has joined #dri-devel
sarnex has quit [Read error: Connection reset by peer]
gouchi has joined #dri-devel
mszyprow has quit [Ping timeout: 480 seconds]
iive has joined #dri-devel
dviola has quit [Quit: WeeChat 4.1.2]
ADS_Sr has joined #dri-devel
dviola has joined #dri-devel
ADS_Sr_ has quit [Ping timeout: 480 seconds]
mszyprow has joined #dri-devel
jewins has joined #dri-devel
macslayer has quit [Remote host closed the connection]
tursulin has quit [Ping timeout: 480 seconds]
macslayer has joined #dri-devel
swiftgeek has quit [Quit: swiftgeek]
qyliss has joined #dri-devel
alanc has quit [Remote host closed the connection]
ondracka_ has quit [Ping timeout: 480 seconds]
alanc has joined #dri-devel
krumelmonster has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
jsa has joined #dri-devel
krumelmonster has joined #dri-devel
jsa has quit []
mclasen has joined #dri-devel
Duke`` has quit [Ping timeout: 480 seconds]
ADS_Sr_ has joined #dri-devel
ADS_Sr has quit [Ping timeout: 480 seconds]
Leopold_ has quit [Remote host closed the connection]
columbarius has joined #dri-devel
gouchi has quit [Remote host closed the connection]
co1umbarius has quit [Ping timeout: 480 seconds]
apinheiro has quit [Quit: Leaving]
infinitesimalCheese has joined #dri-devel
infinitesimalCheese has quit []
trofi has joined #dri-devel
terribletea[m] has joined #dri-devel
rossy_ has quit [Ping timeout: 480 seconds]
graphitemaster_ has quit [Ping timeout: 480 seconds]
Fijxu has quit [Quit: XD!!]
<trofi> https://dri.freedesktop.org frequently times out the connection. Both the front page and tarballs like https://dri.freedesktop.org/libdrm/libdrm-2.4.119.tar.xz . Is it a known issue? Or should I look on my side?
<CounterPillow> Slow as molasses for me as well, so probably not on your end
Fijxu has joined #dri-devel
simondnnsn has joined #dri-devel
graphitemaster has joined #dri-devel
simondnnsn has quit [Read error: Connection reset by peer]
sauce has quit [Remote host closed the connection]
mszyprow has quit [Ping timeout: 480 seconds]
sauce has joined #dri-devel
jhli_ has joined #dri-devel
graphitemaster has quit [Ping timeout: 480 seconds]
jhli has quit [Ping timeout: 480 seconds]
mvlad has quit [Remote host closed the connection]
Haaninjo has quit [Quit: Ex-Chat]
<kode54> same here
mszyprow has joined #dri-devel
<kode54> I wonder if some dipstick going through a midlife crisis is also targeting that server like someone is targeting sourcehut
rossy_ has joined #dri-devel
graphitemaster has joined #dri-devel
mszyprow has quit [Ping timeout: 480 seconds]