Skip to content

effects/zoom: Use GL_LINEAR filter

Vlad Zahorodnii requested to merge work/zzag/zoom-linear-filter into master

The magnification filter was changed to GL_NEAREST with the reasoning that "pixel granularity" would be more correct. Perhaps that was not a bright idea. Change it back to GL_LINEAR.

BUG: 454408

Merge request reports