Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 15:27:57 +02:00
WM: improve thumbnail scaling performance (debug builds)

Even ignoring the whole "C++ math library is slow in debug builds" thing, another orthogonal note: right now this creates two thumbnails, both from the large image (regular and 2x larger one). You…

Aras Pranckevicius created pull request blender/blender#127577 2024-09-13 14:46:27 +02:00
BLI: improve 2/3/4d vector codegen for debug or asserts-enabled builds
Aras Pranckevicius created branch math_vector_debug_perf in aras_p/blender 2024-09-13 14:39:19 +02:00
Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-13 14:39:19 +02:00
f197df51b9 BLI: improve 2/3/4d vector codegen for debug or asserts-enabled builds
e067bf7cf6 Overlay-Next: Paint Overlay
044d20fe46 glTF importer: Fix light spot default values check
4c441c1c64 glTF exporter: fix accessor min/max float check
33dd8dbdac Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 10:28:37 +02:00
WM: improve thumbnail scaling performance (debug builds)

Let me try to play around with sprinkling some if constexpr (Size == 4) code paths inside BLI_math_vector_types.hh and see how it affects Debug performance, ok? Since if that helps (even if…

Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 09:00:44 +02:00
WM: improve thumbnail scaling performance (debug builds)

It's a good question whether thumbnails need a full-on "box" filter, or whether they can use Bilinear or even Nearest filter.

Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 05:54:28 +02:00
WM: improve thumbnail scaling performance (debug builds)

Huh, that's interesting. In the PR where I "updated" IMB scaling code (blender/blender#126390), I did not change what filters are used or their mathematical…

Aras Pranckevicius deleted branch build_64bit_msg from aras_p/blender 2024-09-12 14:50:34 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-12 14:50:33 +02:00
41cdac536e Cleanup: remove "64 bit compiler detected" cmake message
Aras Pranckevicius merged pull request blender/blender#127484 2024-09-12 14:50:32 +02:00
Cleanup: remove "64 bit compiler detected" cmake message
Aras Pranckevicius deleted branch vse_thumb_crash_fix from aras_p/blender 2024-09-12 14:48:44 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-12 14:48:43 +02:00
649cde421b Fix #127468: VSE thumbnail cache related crash when quitting blender
Aras Pranckevicius closed issue blender/blender#127468 2024-09-12 14:48:41 +02:00
VSE Crashes when closing Blender
Aras Pranckevicius merged pull request blender/blender#127485 2024-09-12 14:48:40 +02:00
Fix #127468: VSE thumbnail cache related crash when quitting blender
Aras Pranckevicius commented on issue blender/blender#127468 2024-09-12 09:09:08 +02:00
VSE Crashes when closing Blender

@iss thanks for the investigation! I think I have a simpler fix at #127485

Aras Pranckevicius created pull request blender/blender#127485 2024-09-12 09:08:19 +02:00
Fix #127468: VSE thumbnail cache related crash when quitting blender
Aras Pranckevicius pushed to vse_thumb_crash_fix at aras_p/blender 2024-09-12 09:07:57 +02:00
efed18a4d2 Fix #127468: VSE thumbnail cache related crash when quitting blender
Aras Pranckevicius created branch vse_thumb_crash_fix in aras_p/blender 2024-09-12 09:07:57 +02:00
Aras Pranckevicius created pull request blender/blender#127484 2024-09-12 08:51:10 +02:00
Cleanup: remove "64 bit compiler detected" cmake message
Aras Pranckevicius pushed to build_64bit_msg at aras_p/blender 2024-09-12 08:50:38 +02:00
6f9f936c44 Cleanup: remove "64 bit compiler detected" cmake message
941fb02646 Fix typo in recent cleanup (ref #118145)
1890887f3b Linux: LibPNG: Update to 1.6.43
c41bb20008 Fix #124549: can't customize overlay text color
Compare 4 commits »