mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #182] [MERGED] Painter2 #213
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:painter2📝 Commits (10+)
ccedc3dexperiments635326epaintere6c4842experimentsd38332bMerge branch 'master' into mt_painterde43697Merge branch 'master' into mt_painter5617fd2commita77e2bamt_painter2c59982more benchmarks7123b05mt[pd38d616mtp📊 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.