Bug 264605 - [Cairo] Use CAIRO_FILTER_BILINEAR for low interpolation quality
Summary: [Cairo] Use CAIRO_FILTER_BILINEAR for low interpolation quality
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Cairo, Gtk, InRadar
: 227053 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-11-10 10:04 PST by Carlos Garcia Campos
Modified: 2023-11-12 12:15 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2023-11-10 10:04:25 PST
We currently use CAIRO_FILTER_FAST which is the same as no interpolation. Bilinear provides reasonable quality with good enough performance.
Comment 1 Carlos Garcia Campos 2023-11-10 10:08:47 PST
Pull request: https://github.com/WebKit/WebKit/pull/20320
Comment 2 EWS 2023-11-10 22:59:45 PST
Committed 270586@main (135e0e4dacf5): <https://commits.webkit.org/270586@main>

Reviewed commits have been landed. Closing PR #20320 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-11-10 23:00:32 PST
<rdar://problem/118265574>
Comment 4 Fujii Hironori 2023-11-12 12:15:33 PST
*** Bug 227053 has been marked as a duplicate of this bug. ***