ChanServ changed the topic of #dri-devel to: <ajax> nothing involved with X should ever be unable to find a bar
cphealy_ has quit []
haaninjo has quit [Quit: Ex-Chat]
Kayden has joined #dri-devel
<airlied> ugly conflict in xe_svm.h, I'm not sure I've got time to solve it now, will try to resolve it over the weekend, unless someone gets to it first
Nasina has joined #dri-devel
kode54 has joined #dri-devel
kode54 has quit []
kode54 has joined #dri-devel
The_Company has joined #dri-devel
Company has quit [Ping timeout: 480 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #dri-devel
davispuh has quit [Ping timeout: 480 seconds]
tdshal^ has quit [Ping timeout: 480 seconds]
feaneron has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
glennk has joined #dri-devel
nerdopolis has quit [Ping timeout: 480 seconds]
Mangix has quit []
Mangix has joined #dri-devel
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
YuGiOhJCJ has quit [Read error: Connection reset by peer]
YuGiOhJCJ has joined #dri-devel
Duke`` has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
bolson has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
fomys_ has joined #dri-devel
Caterpillar has quit [Quit: Konversation terminated!]
Caterpillar has joined #dri-devel
kts has joined #dri-devel
<airlied> okay tip is repaired
sima has joined #dri-devel
The_Company has quit []
kts has quit [Ping timeout: 480 seconds]
jsa1 has joined #dri-devel
jsa1 has quit [Ping timeout: 480 seconds]
sima has quit [Ping timeout: 480 seconds]
Calandracas has joined #dri-devel
Calandracas_ has quit [Read error: Connection reset by peer]
coldfeet has joined #dri-devel
kts has joined #dri-devel
sghuge has quit [Remote host closed the connection]
sghuge has joined #dri-devel
Nasina has joined #dri-devel
chewitt has quit [Quit: Zzz..]
chewitt has joined #dri-devel
fab has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
rasterman has joined #dri-devel
phzl has joined #dri-devel
phzzl has joined #dri-devel
phzl has quit [Ping timeout: 480 seconds]
phzzl has quit [Ping timeout: 480 seconds]
Jeremy_Rand_Talos__ has quit [Remote host closed the connection]
Jeremy_Rand_Talos__ has joined #dri-devel
kts has quit [Ping timeout: 480 seconds]
alane_ has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
alane has quit [Ping timeout: 480 seconds]
mohan43u has quit [Quit: WeeChat 4.4.2]
mohan43u has joined #dri-devel
siak has joined #dri-devel
simon-perretta-img has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has quit [Remote host closed the connection]
phzzl has joined #dri-devel
phzzl has quit []
HerrSpliet has joined #dri-devel
rsalvaterra_ has joined #dri-devel
rsalvaterra_ is now known as rsalvaterra
RSpliet has quit [Ping timeout: 480 seconds]
soreau has quit [Ping timeout: 480 seconds]
soreau has joined #dri-devel
rasterman has quit [Quit: Gettin' stinky!]
nashpa has joined #dri-devel
amarsh04 has joined #dri-devel
dliviu has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
tdshal^ has joined #dri-devel
olivial has quit [Ping timeout: 480 seconds]
davispuh has joined #dri-devel
coldfeet has quit [Quit: Lost terminal]
fab has joined #dri-devel
fab has quit [Ping timeout: 480 seconds]
coldfeet has joined #dri-devel
nerdopolis has quit [Read error: Connection reset by peer]
nerdopolis has joined #dri-devel
chewitt has quit [Quit: Zzz..]
chewitt has joined #dri-devel
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #dri-devel
feaneron has joined #dri-devel
Company has joined #dri-devel
tdshal^ has quit [Ping timeout: 480 seconds]
nerdopolis_ has joined #dri-devel
nerdopolis is now known as Guest15546
nerdopolis_ is now known as nerdopolis
Guest15546 has quit [Read error: Connection reset by peer]
kts has joined #dri-devel
nerdopolis has quit [Ping timeout: 480 seconds]
YuGiOhJCJ has joined #dri-devel
nashpa has quit []
dsimic is now known as Guest15549
dsimic has joined #dri-devel
Guest15549 has quit [Ping timeout: 480 seconds]
dliviu has joined #dri-devel
siak has quit []
tdshal^ has joined #dri-devel
nerdopolis has joined #dri-devel
i-garrison has joined #dri-devel
kzd has joined #dri-devel
kts has quit [Quit: Konversation terminated!]
fab has joined #dri-devel
* soreau wonders what might happen if a texture is bound to a framebuffer with glFramebufferTexture2D and either the texture is deleted or the framebuffer but not both in tandem
i-garrison has quit []
i-garrison has joined #dri-devel
chewitt has quit [Quit: Zzz..]
feaneron has quit [Ping timeout: 480 seconds]
feaneron has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
Jeremy_Rand_Talos__ has quit [Remote host closed the connection]
YuGiOhJCJ has quit []
rasterman has joined #dri-devel
kzd has quit [Ping timeout: 480 seconds]
Kayden has quit [Quit: Leaving]
Kayden has joined #dri-devel
kzd has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
<soreau> more specifically, what might happen if a texture is bound to a framebuffer and the texture is deleted but another created with the same id? would it break the framebuffer completeness?
olivial has joined #dri-devel
<HdkR> soreau: I would assume since GL serializes everything that either it either silently is renaming behind the scenes to the real object, or you're going to introduce a stall.
<HdkR> I don't even know if you would expect to get the same ID back if you're doing deletion and creation in the same frame.
fab has quit [Quit: fab]
haaninjo has joined #dri-devel
<HdkR> GL drivers already need to do a pretty big effort renaming texture IDs because legacy GL 1.x behaviour, so it's not really expected.
<HdkR> er, not really unexpected to do renaming*
<daniels> when you bind a texture to an FB, it binds to the FB object that the ID references at the time
coldfeet has quit [Quit: Lost terminal]
<soreau> I'm just trying to figure out what the offending component is with mesa #12707, the driver, wlroots or the compositor
<soreau> because wlroots and the compositor use the texture id and don't expect it to increment, at least from what I've read
<soreau> and the fact that it affects the mouse cursor, feels like some clue
<soreau> the cursor might be a black square or, filled with texture bits from another surface
fomys_ has quit []
cascardo_ has joined #dri-devel
cascardo has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
<AndrewR> Lynne, I am trying to get both hw (Vulkan) decoding and filtering (libplacebo) in cinelerra-gg. I modified our filter-creating function: https://pastebin.com/ti9ikQhJ But for some reason I see a lot of kernel activity, memory usage increase to 3Gb, for small frame sizes I got one blank frame and then memory usage increases again and we freeze :( Is there anything special about libplacebo? It works slowly if I omit RADV_PERFTEST=video_decode and thus
<AndrewR> disable Vulkan decode, but my guess it just uses lavapipe in this case, because it really slow?
<AndrewR> Sorry for asking here, ffmpeg-devel IRC apparently (according to their website) for ffmpeg development ONLY
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
qpla has quit [Ping timeout: 480 seconds]
<Lynne> AndrewR: what do you do with the output frames?
Duke`` has quit [Ping timeout: 480 seconds]
apinheiro has quit [Quit: Leaving]
Lyude has quit [Ping timeout: 480 seconds]
nerdopolis has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #dri-devel
Nasina has quit [Read error: Connection reset by peer]
<AndrewR> Lynne, we use av_buffersink_get_frame
<Lynne> AndrewR: does the issue still happen without libplacebo?
<Lynne> also which ffmpeg version?
Nasina has joined #dri-devel
tdshal^ has quit [Remote host closed the connection]
<AndrewR> Lynne, ffmpeg 7.0. I was unable to make other filters (like *_vulkan) do something .. :( so probably my attempt at linking hw_context still not right ...
Fijxu_ has quit []
Fijxu has joined #dri-devel
<Lynne> AndrewR: you should consider git master
<AndrewR> Lynne, if only it was breaking less ...
<Lynne> I don't think we broke that much for 8.0
<AndrewR> Lynne, but still, I think I findamentally do something wrong. Should I explicitly add hwmap filter?
<AndrewR> Lynne, it was enough for us to break ... I have patch around, but not tested it late lately ...
bluetail has quit [Quit: The Lounge - https://thelounge.chat]
bluetail has joined #dri-devel
Leftmost has joined #dri-devel
<Lynne> AndrewR: I can't remember the state of vulkan decode in 7.0 since it was over a year ago, but I think it had a memory leak
<Lynne> either that, or the libplacebo interop had a memory leak
feaneron has quit [Ping timeout: 480 seconds]
<AndrewR> Lynne, can you try to build our software? :)
snmp has joined #dri-devel
snmp has quit []
yshui has quit [Ping timeout: 480 seconds]
yshui has joined #dri-devel
<soreau> daniels: how does mesa make the association between the underlying object and the texture or fb id? it's been reported to me today that mesa #12707 also happens on intel and nouveau
<Lynne> AndrewR: as it happens I'm interested in it, since I'll be editing a film and still haven't decided whether to use blender or something else
<AndrewR> Lynne, git://git.cinelerra-gg.org/goodguy/cinelerra.git
haaninjo has quit [Quit: Ex-Chat]