serenity/Userland
Jelle Raaijmakers 092bb76cd6 Maps: Use bilinear blending for downscaled tiles
Since we divide the width and height of the downscaled tiles by 2,
bilinear blending is identical to box sampling and should be preferred
since it's the simpler one of the two algorithms.
2023-10-03 20:25:09 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications Maps: Use bilinear blending for downscaled tiles 2023-10-03 20:25:09 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games MasterWord: Use GML compiler 2023-10-02 21:31:06 +02:00
Libraries LibWeb: Exit event handlers if active document is not fully active 2023-10-03 19:31:17 +02:00
Services LibWeb: Add a FlyString version of Element::tag_name 2023-10-03 14:47:53 +01:00
Shell Shell: Accept IoNumber as a valid redirection target 2023-10-02 21:21:38 +02:00
Utilities Userland: Return empty if ImageDecoder client receives an invalid frame 2023-10-03 08:33:53 +02:00
CMakeLists.txt