Created attachment 8719 Fix texture filter patch Between versions 4.13.1 and 4.13.2 the GL_NEAREST filter (used on the deepest levels of desktop zoom) stopped working, and GL_LINEAR was used instead. Looking at the diff between the version and with a bit of trial I found the culprit and the fix (patch attached). A quick internet search led me to this: https://stackoverflow.com/questions/12363463/when-should-i-set-gl-texture-min-filter-and-gl-texture-mag-filter If I understand the answer correctly, both GL_TEXTURE_MIN_FILTER and GL_TEXTURE_MAG_FILTER must be specified for either of them to take effect (seems like the settings are added to a "shadow" settings object, from which they are latched to the actual texture only when the whole set is valid/complete).
Can you please provide a git-format-patch with the common format (description, bug id, what's the problem, how it fixes it and a sign-of-by)? (check git log to see what I mean by common format)
Created attachment 8722 0001-compositor-Fix-GL-texture-filter.patch
Juha Aatrokoski referenced this bugreport in commit 7a92d0329483a6adaac6615ec39172345398951c compositor: Fix GL texture filter https://git.xfce.org/xfce/xfwm4/commit?id=7a92d0329483a6adaac6615ec39172345398951c
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfwm4/-/issues/337. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev