pac85 has quit [Read error: Connection reset by peer]
thellstrom has quit [Read error: Connection reset by peer]
rib_ has quit [Read error: Connection reset by peer]
pac85 has joined #dri-devel
thellstrom has joined #dri-devel
rib_ has joined #dri-devel
sima has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
andre_m has quit [Remote host closed the connection]
fab has joined #dri-devel
JRepin has quit [Remote host closed the connection]
turol has quit [Ping timeout: 480 seconds]
mal has quit [Ping timeout: 480 seconds]
JRepin has joined #dri-devel
mripard has joined #dri-devel
mripard_ has quit [Ping timeout: 480 seconds]
itoral has quit [Remote host closed the connection]
itoral has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
apinheiro has joined #dri-devel
<austriancoder>
mangodev: no .. tell me more
warpme has quit [Ping timeout: 480 seconds]
<mangodev>
austriancoder: lemme open journalctl rq to see the exact error
<mangodev>
it was complaining about an invalid color format
<mangodev>
found it
<mangodev>
from discord, interestingly enough; electron doesn't seem to like it
<mangodev>
from shared_image_interface_proxy.cc, gpu_channel.cc, and gbm_pixmap_wayland.cc
<mangodev>
seems to be a loop of
<mangodev>
'ERROR:shared_image_interface_proxy.cc(134)] Buffer handle is null. Not creating a mailbox from it.'
warpme has joined #dri-devel
<mangodev>
'ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE'
<mangodev>
and
<mangodev>
'ERROR:gpu_channel.cc(503)] Buffer Handle is null.'
<mangodev>
and it repeats… ***every frame***
turol has joined #dri-devel
<austriancoder>
mangodev: and if you revert that commit, everything is fine?
<mangodev>
when i built my drivers yesterday (before the commit), everything was fine yes
mal has joined #dri-devel
itoral has quit [Remote host closed the connection]
itoral has joined #dri-devel
<austriancoder>
mangodev: I do not see such errors with discord and mesa main. the nightly ci run seems also to be fine (which happened after that MR was merged).
<austriancoder>
mangodev: it would be really helpful if you can update to mesa main, revert that commit and check if the error is still here
<mangodev>
austriancoder: i can maybe try tomorrow, but i do not have a test machine, my daily driver is my test bench
<jani>
sima: airlied: been looking into it. the .cmd files are indeed .foo.cmd, so I'll try to do the same
<jljusten>
eric_engestrom: We talked about 0e648a238e2 on March 20. Should I be seeing it on staging/25.0 yet? btw, d3ec4670317 is similar, but I only tagged it for 25.0, since I guess we are probably done with 24.3 now. ?
<sima>
jani, also I guess cc jgg, since he seems interested in this too
<jani>
jason gunthorpe?
<sima>
yeah
<sima>
not trying to enable anything he has, just for support
<sima>
and then leaving roll-out to other places up to him
<jljusten>
eric_engestrom: if we do make another 24.3 release, I guess it would be nice to include d3ec4670317 as well.
vliaskov_ has joined #dri-devel
vliaskov has quit [Ping timeout: 480 seconds]
itoral has quit [Ping timeout: 480 seconds]
lynxeye has joined #dri-devel
<jani>
sima: there actually still is a header test for installed kernel headers
<jani>
sima: I thought that's what he was referring to though I didn't look it up
<sima>
jani, is that doing dotfiles or also spam?
<sima>
and yeah could be jgg is just confused
<jani>
sima: with HEADERS_INSTALL=y and UAPI_HEADER_TEST=y you also get "disgusting turds" with exactly the same naming, but they're under usr/include so linus hasn't noticed or doesn't care
<sima>
hm I guess we should rename those too in the same series for consistency at least?
<jani>
sima: I'm struggling a bit because the make rule is "$(obj)/%.hdrtest: $(src)/%.h FORCE" and that would be fine if we recursed to every single directory with makefiles
<sima>
but yeah maybe linus doesn't care because it's in a separate dir
<jani>
can't do that because it would be a shitload of new makefiles just for this
itoral has joined #dri-devel
<jani>
instead we use find -name *.h, and then the % pattern part of $(obj)/%.hdrtest also contains the subdirectory, not just the basename
<sima>
I think my make skills are a lot more basic than yours ...
<jani>
:)
<jani>
5000 patch series to convert the kernel to meson and ninja
<sima>
there's no way to split this into basename and dirname?
<sima>
was about to suggest that :-P
<jani>
I find there are very few things that you can't do in make. it's just that they are cumbersome and obscure and nobody fucking knows how to do them
<jani>
Kbuild.include actually has this helper:
<jani>
# Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
<jani>
dot-target = $(dir $@).$(notdir $@)
<jani>
but that doesn't help with the pattern rule
apinheiro has quit [Read error: Connection reset by peer]
<sima>
generate makefiles?
* sima
has no taste
kxkamil has quit []
kxkamil has joined #dri-devel
jkrzyszt has joined #dri-devel
<Company>
I think I did a very dumb thing
<Company>
and that's writing tests for all the weird YUV formats in Vulkan, to copy them into and out of VkImages
<Company>
and AMD loses the 3rd plane, llvmpipe swaps planes when there's a non-identity swizzle and then the copying back out is wrong
<Company>
it seems nobody uses those so they're not really tested?
pcercuei has joined #dri-devel
Low_Orbit_Michelson-Morley has joined #dri-devel
<Company>
otoh, maybe I'm doing sth wrong because the validation layers explode with that code, too
<jenatali>
zmike: Haven't gotten to it yet, I'm in the middle of implementing shader model 6.9 for WARP. I should be able to take a look this week
<zmike>
great
<zmike>
thanks
rasterman has joined #dri-devel
<ity>
Is there an IRC channel for llvmpipe ? Or should I shoot my questions here ?
<ity>
(My specific question is asking if there's a way to use llvmpipe as a library & extract the framebuffer from it while running an app without a display server)
kts has joined #dri-devel
<jenatali>
You should be able to do that with EGL
<mattst88>
yeah, that sounds just like EGL_KHR_surfaceless_context or whatever the name is
<mattst88>
you just make a standard opengl application, creating its context with EGL and no display surface
<mattst88>
then you can create framebuffer/renderbuffer objects, render to them, read them back, etc
<ity>
Ah hmm
<ity>
Ig that could work
<ity>
Thanks !
<mattst88>
yw :)
shvehev[m] has left #dri-devel [#dri-devel]
<ity>
Hmm, I need a display for EGL to succeed initializing, is there a similar EXT for that ?
<daniels>
EGL_MESA_platform_surfaceless
hansg has joined #dri-devel
kts has quit [Remote host closed the connection]
kts has joined #dri-devel
<ity>
OH thanks!
kts has quit [Remote host closed the connection]
kts has joined #dri-devel
<eric_engestrom>
jljusten: for 24.3, I don't think there will be another one (/cc dcbaker), so I'm dropping it from the calendar (mesa!34325)
robmur01 has quit [Remote host closed the connection]
<eric_engestrom>
jljusten: for 0e648a238e2, it will be in the next 25.0, but I haven't managed to get the CI to fully work on the release branch yet, so all the backport commits are queued locally (62 of them as of friday) until I get CI working first, and then I'll do a CI run with all of these
airlied_ has joined #dri-devel
<dcbaker>
eric_engestrom, jljusten: I had more patches pulled into the 24.3 branch locally, but at this point 25.0 is out so it seems... not that useful? unless there's a pressing reason to make another 24.3 release (like a major issue in an LTO distro) I'd be just as happy to drop it from teh calendar
airlied has quit [Ping timeout: 480 seconds]
<jljusten>
eric_engestrom: are you trying to get CI stable before adding any more patches, or d3ec4670317 could make it into the next 25.0 release?
<eric_engestrom>
both :)
<eric_engestrom>
right now I don't have anything in staging/25.0 other than trying to get ci working (and a bugfix for the backport tool itself)
<eric_engestrom>
once CI is working, I'll push the 62 backports I have queued, including yours
<eric_engestrom>
and I'm not going to make a release until I have the "real" content to release :)
davispuh has joined #dri-devel
robmur01 has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
<jljusten>
dcbaker: Yeah, I guess you are right. We should not worry about another 24.3 release unless we find a distro that's going to stick with it rather than going to 25.0.
Mangix has quit [Read error: Connection reset by peer]
guludo has joined #dri-devel
alanc has quit [Remote host closed the connection]
Mangix has joined #dri-devel
alanc has joined #dri-devel
iive has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
epoch101 has joined #dri-devel
jsa1 has joined #dri-devel
epoch101_ has joined #dri-devel
epoch101 has quit [Ping timeout: 480 seconds]
kts has quit [Ping timeout: 480 seconds]
ADS_Sr has quit [Read error: No route to host]
ADS_Sr has joined #dri-devel
hansg has quit [Quit: Leaving]
checkfoc_us9 has quit []
checkfoc_us9 has joined #dri-devel
checkfoc_us9 has quit []
checkfoc_us9 has joined #dri-devel
iska has quit [Remote host closed the connection]
iska has joined #dri-devel
fab has quit [Quit: fab]
iska` has joined #dri-devel
iska has quit [Remote host closed the connection]
linkmauve has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
vedm_ is now known as vedm
epoch101_ has quit [Ping timeout: 480 seconds]
jkrzyszt has quit [Quit: Konversation terminated!]
nerdopolis has joined #dri-devel
jsa1 has joined #dri-devel
a1batross has quit []
linkmauve has quit [Quit: Gateway shutdown]
feaneron_ has quit []
Duke`` has quit [Ping timeout: 480 seconds]
benjaminl has quit [Read error: Connection reset by peer]
benjaminl has joined #dri-devel
Guest12155 is now known as imre
feaneron has joined #dri-devel
haaninjo has quit [Quit: Ex-Chat]
<Lynne>
zzoon: ping
jsa2 has joined #dri-devel
ity1 has joined #dri-devel
kxkamil2 has joined #dri-devel
ity has quit [Ping timeout: 480 seconds]
jsa1 has quit [Ping timeout: 480 seconds]
kxkamil has quit [Ping timeout: 480 seconds]
<Lynne>
huh, the av1 issue is gone
<Lynne>
scaling list issue is still there though
ity1 has quit [Remote host closed the connection]
ity has joined #dri-devel
cef has joined #dri-devel
gouchi has joined #dri-devel
jsa2 has quit [Ping timeout: 480 seconds]
gouchi has quit [Quit: Quitte]
alanc has quit [Remote host closed the connection]
glennk has quit [Ping timeout: 480 seconds]
alanc has joined #dri-devel
guludo has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
pcercuei has quit [Quit: dodo]
ADS_Sr_ has joined #dri-devel
ADS_Sr has quit [Read error: No route to host]
iska` has quit [Remote host closed the connection]
giddypete has joined #dri-devel
alanc has quit [Remote host closed the connection]
Company has joined #dri-devel
alanc has joined #dri-devel
lynxeye has quit [Quit: Leaving.]
alanc has quit [Remote host closed the connection]
giddypete has quit [Remote host closed the connection]
giddypete has joined #dri-devel
epoch101 has joined #dri-devel
iive has quit [Quit: They came for me...]
<giddypete>
abusive and stupid are not the same word by the meaning. I don't think too many people are stupid even here. But i have abuse calling or magneting genetics. Ever since i was little i see things differently than others, and am like a private detective to figure out the truth, as to where most of the abuse comes from, and it isn't here and it was not Russia and it was not United States for
<giddypete>
fact. Your opinion as to how stupid idiotic or mentally ill i am is flushed to the toilet sink by me. So is their shit as to how filthiest slut who has screwed every bum and extorted and complained and humiliated me and to me for years being my wife. But as you do not know me that's how such absurd could ever hit also. For my defense i say, yes Europe is behind that abuse, and mental
<giddypete>
illness or other bad illnesses or so called people can be put on medicaire yes, but not when they cause a real actual talent to lose ones grip in life for that. So such Robin Hood philosophy about human donors i do not honor but there are lot's of sick people treated with purer substances harvested from me illegally, if you step on against my lines you gonna lose. Talent or potential i do
<giddypete>
not have anymore that much of course, since i was chipped and injured in youth already in favour of sick born people and i do see things very differently ever since, who is bad, who is good and who are abusers.
epoch101 has quit []
vliaskov has quit [Ping timeout: 480 seconds]
<giddypete>
the technology wise linux can be rebuilt well and is phenomenal platform still.