Skip to content
Snippets Groups Projects
Commit 7a92d032 authored by Juha Aatrokoski's avatar Juha Aatrokoski Committed by Olivier Fourdan
Browse files

compositor: Fix GL texture filter


Bug: 15676

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. Fix by setting GL_TEXTURE_MIN_FILTER in addition to
GL_TEXTURE_MAG_FILTER, like was done in version 4.13.1; apparently the
former needs to be correctly configured for the latter to take effect.

Signed-off-by: default avatarJuha Aatrokoski <jha@iki.fi>
parent 9b37f453
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment