Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better texture filtering #153

Open
bestouff opened this issue Feb 16, 2024 · 3 comments
Open

Add better texture filtering #153

bestouff opened this issue Feb 16, 2024 · 3 comments
Labels
contributions welcome Most likely, I will not work on this in the next couple of weeks feature request New feature or request

Comments

@bestouff
Copy link

The Motivation

When in "Overview" mode there are lots of aliasing artifacts, especially on terminal windows.

The Solution

Add anti-aliasing, at least as soon as leaving the "Desktop" mode.

@Schneegans
Copy link
Owner

Hi there! Thanks for the report. Once I find the time, I'll look into this. However, I am pretty sure that this is rather a texture-filtering issue than missing anti-aliasing. Super-sampling could help, but better texture filtering would be a much cheaper solution.

However, I am not sure if this can be changed easily. Mutter (or Clutter) seems to do some "intelligent" stuff here: If you look closely, the aliasing disappears at a certain point if a window is rotated out-of-view gradually. The windows which are facing the viewer seem to use nearest-neighbor filtering and if they are rotated a certain amount, they switch to bi- or trilinear filtering. Ideally, they should use anisotropic filtering, but I do not know if that is supported by Clutter.

@Schneegans Schneegans changed the title Add anti-aliasing Add better texture filtering Feb 18, 2024
@Schneegans Schneegans added feature request New feature or request contributions welcome Most likely, I will not work on this in the next couple of weeks labels Feb 18, 2024
@bestouff
Copy link
Author

Ok thanks. I hesitated to report that, because on one side this is a purely cosmetic issue, but on the other side Desktop-Cube is also a hugely cosmetic extension 😆
All this to say thanks for looking at this but no pressure !

@ichristophe56
Copy link

its ok merci bonne info~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome Most likely, I will not work on this in the next couple of weeks feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants