Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ca0e41aeab2adbfccd9aa0918298ae1a75c52f3
https://github.com/WebKit/WebKit/commit/8ca0e41aeab2adbfccd9aa0918298ae1a75c52f3
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp
M Source/WebCore/platform/graphics/texmap/BitmapTexture.h
M Source/WebCore/platform/graphics/texmap/BitmapTexturePool.cpp
Log Message:
-----------
[GTK][WPE] Add NearestFiltering flag to BitmapTexture
https://bugs.webkit.org/show_bug.cgi?id=306863
Reviewed by Adrian Perez de Castro.
Allow to switch from GL_LINEAR to GL_NEAREST, disabling bilinear
filtering for BitmapTexture, if desired.
Not testable by default will be needed by raster image batching
support in future.
* Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp:
(WebCore::BitmapTexture::createTexture):
* Source/WebCore/platform/graphics/texmap/BitmapTexture.h:
* Source/WebCore/platform/graphics/texmap/BitmapTexturePool.cpp:
(WebCore::BitmapTexturePool::acquireTexture):
Canonical link: https://commits.webkit.org/306774@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications