[PR #182] [MERGED] Painter2 #213

Closed
opened 2026-05-05 03:43:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/182
Author: @mirek-fidler
Created: 12/24/2023
Status: Merged
Merged: 12/24/2023
Merged by: @mirek-fidler

Base: masterHead: painter2


📝 Commits (10+)

📊 Changes

43 files changed (+10242 additions, -3611 deletions)

View changed files

benchmarks/CoDo/CoDo.cpp (+34 -0)
benchmarks/CoDo/CoDo.upp (+9 -0)
📝 benchmarks/PainterText/info.txt (+35 -6)
examples/PainterExamples/ImageFilter.cpp (+33 -0)
📝 examples/PainterExamples/PainterExamples.upp (+1 -0)
📝 examples/PainterExamples/Pythagoras.cpp (+5 -0)
📝 examples/PainterExamples/main.cpp (+2 -2)
📝 uppsrc/Core/CoWork.cpp (+1 -1)
📝 uppsrc/Core/ValueCache.h (+75 -0)
📝 uppsrc/Core/src.tpp/CoWork_en-us.tpp (+3 -4)
📝 uppsrc/Draw/ImageOp.h (+22 -1)
📝 uppsrc/Draw/RescaleFilter.cpp (+133 -132)
📝 uppsrc/Painter/BufferPainter.h (+20 -14)
📝 uppsrc/Painter/Context.cpp (+10 -0)
📝 uppsrc/Painter/Fillers.cpp (+1 -1)
📝 uppsrc/Painter/Image.cpp (+128 -153)
uppsrc/Painter/Interpolator.hpp (+0 -43)
📝 uppsrc/Painter/LinearPath.h (+0 -20)
📝 uppsrc/Painter/OnPath.cpp (+2 -1)
📝 uppsrc/Painter/PaintPainting.cpp (+3 -0)

...and 23 more files

📄 Description

Painter improvements: Multithreaded rendering improved, new image filter (like Lanczos 3) option


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/182 **Author:** [@mirek-fidler](https://github.com/mirek-fidler) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `painter2` --- ### 📝 Commits (10+) - [`ccedc3d`](https://github.com/ultimatepp/ultimatepp/commit/ccedc3d5958a312d2f1a6e8eb3eca079feb23e94) experiments - [`635326e`](https://github.com/ultimatepp/ultimatepp/commit/635326eb6e62fe413eac4b10675f0701e292a2cb) painter - [`e6c4842`](https://github.com/ultimatepp/ultimatepp/commit/e6c484239bba509cb66334995f43556a1ed80afb) experiments - [`d38332b`](https://github.com/ultimatepp/ultimatepp/commit/d38332be261f6e9ea1fa7d06e467ed8e0805cf16) Merge branch 'master' into mt_painter - [`de43697`](https://github.com/ultimatepp/ultimatepp/commit/de43697f83ed678b31e6c104f02441675936ecdd) Merge branch 'master' into mt_painter - [`5617fd2`](https://github.com/ultimatepp/ultimatepp/commit/5617fd2a40b850e47f264dd8b512f2b7d8290243) commit - [`a77e2ba`](https://github.com/ultimatepp/ultimatepp/commit/a77e2ba98f07c3c77b0bd68074f7a940696fb2a0) mt_painter - [`2c59982`](https://github.com/ultimatepp/ultimatepp/commit/2c59982ba8f4fbe825173333dadac1f3caadff3f) more benchmarks - [`7123b05`](https://github.com/ultimatepp/ultimatepp/commit/7123b058a191a6cdb9c41d07fe8e510d8e76aa4d) mt[p - [`d38d616`](https://github.com/ultimatepp/ultimatepp/commit/d38d6162fa01cefb42d9b25118fcd91f571632ba) mtp ### 📊 Changes **43 files changed** (+10242 additions, -3611 deletions) <details> <summary>View changed files</summary> ➕ `benchmarks/CoDo/CoDo.cpp` (+34 -0) ➕ `benchmarks/CoDo/CoDo.upp` (+9 -0) 📝 `benchmarks/PainterText/info.txt` (+35 -6) ➕ `examples/PainterExamples/ImageFilter.cpp` (+33 -0) 📝 `examples/PainterExamples/PainterExamples.upp` (+1 -0) 📝 `examples/PainterExamples/Pythagoras.cpp` (+5 -0) 📝 `examples/PainterExamples/main.cpp` (+2 -2) 📝 `uppsrc/Core/CoWork.cpp` (+1 -1) 📝 `uppsrc/Core/ValueCache.h` (+75 -0) 📝 `uppsrc/Core/src.tpp/CoWork_en-us.tpp` (+3 -4) 📝 `uppsrc/Draw/ImageOp.h` (+22 -1) 📝 `uppsrc/Draw/RescaleFilter.cpp` (+133 -132) 📝 `uppsrc/Painter/BufferPainter.h` (+20 -14) 📝 `uppsrc/Painter/Context.cpp` (+10 -0) 📝 `uppsrc/Painter/Fillers.cpp` (+1 -1) 📝 `uppsrc/Painter/Image.cpp` (+128 -153) ➖ `uppsrc/Painter/Interpolator.hpp` (+0 -43) 📝 `uppsrc/Painter/LinearPath.h` (+0 -20) 📝 `uppsrc/Painter/OnPath.cpp` (+2 -1) 📝 `uppsrc/Painter/PaintPainting.cpp` (+3 -0) _...and 23 more files_ </details> ### 📄 Description Painter improvements: Multithreaded rendering improved, new image filter (like Lanczos 3) option --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:05 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#213
No description provided.