petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agoHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.comexternal-linkmessage-square30fedilinkarrow-up1280arrow-down14
arrow-up1276arrow-down1external-linkHandBrake 1.8 Video Transcoder Adds GTK4 Port on Linux, FFmpeg 7.0 Support9to5linux.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agomessage-square30fedilink
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·1 year agoSo GTK3 doesn’t have GPU acceleration?? Does Qt have it?
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoGTK3 did not. That’s a big reason 4 exists.
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·edit-21 year agoHmm hmm idk why a new protocol(incompatibe with GTK3) is required for that feature
minus-squareAProfessional@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 year agoWell the core of a toolkits api is rendering… so when rendering is completely redesigned the api is going to change.
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·1 year 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