Skip to content

[RFC] When output scaling is integer and transform has no scaling or rotation, use GL_NEAREST.

Xuetian Weng requested to merge work/nearest-for-integer-scaling into master

This can produce sharp image for 1x window (e.g. XWayland) on a 2x screen.

Here's a screenshot of xterm that cross the 2x and 1.25x screen boundary. 图片

Merge request reports