@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 11 months agoHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.comexternal-linkmessage-square31fedilinkarrow-up1273arrow-down14
arrow-up1269arrow-down1external-linkHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.com@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 11 months agomessage-square31fedilink
minus-square@mexicancartel@lemmy.dbzer0.comlinkfedilinkEnglish1•11 months agoSo GTK3 doesn’t have GPU acceleration?? Does Qt have it?
minus-square@AProfessional@lemmy.worldlinkfedilinkEnglish1•11 months agoGTK3 did not. That’s a big reason 4 exists.
minus-square@mexicancartel@lemmy.dbzer0.comlinkfedilinkEnglish1•edit-211 months agoHmm hmm idk why a new protocol(incompatibe with GTK3) is required for that feature
minus-square@AProfessional@lemmy.worldlinkfedilinkEnglish1•edit-211 months agoWell the core of a toolkits api is rendering… so when rendering is completely redesigned the api is going to change.
minus-squareboredsquirrelcakelinkfedilink1•11 months agoIt seems that Qt5 and Qt6 have GPU acceleration in multiple areas, but I dont understand their landscape with QtWidgets etc.
So GTK3 doesn’t have GPU acceleration?? Does Qt have it?
GTK3 did not. That’s a big reason 4 exists.
Hmm hmm idk why a new protocol(incompatibe with GTK3) is required for that feature
Well the core of a toolkits api is rendering… so when rendering is completely redesigned the api is going to change.
It seems that Qt5 and Qt6 have GPU acceleration in multiple areas, but I dont understand their landscape with QtWidgets etc.
Oh cool