Skip to content

Remove delegation to non-scaled texture node on linear filter

David Keller requested to merge BlobCodes/gtk:fix/#5981 into main

gsk_gl_render_job_visit_texture_scale_node simply delegated its task to gsk_gl_render_job_visit_texture if the chosen filter is linear. This is not correct because gsk_gl_render_job_visit_texture uses either linear or trilinear filtering depending on the image scale.

Closes #5981 (closed)


This is my first MR on any GNOME-related project, please tell me if there are formal errors or so.

Edited by David Keller

Merge request reports