Aras Pranckevicius aras_p
Aras Pranckevicius deleted branch vse_bicubic from aras_p/blender 2024-01-15 16:38:52 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-01-15 16:38:51 +01:00
709b00179f VSE: add Bicubic filtering option, and optimize bicubic performance
Aras Pranckevicius merged pull request blender/blender#117100 2024-01-15 16:38:50 +01:00
VSE: add Bicubic filtering option, and optimize bicubic performance
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-15 14:17:28 +01:00
1aba34e24e VSE: add Bicubic filtering option to regular Transform properties
bbf391aa98 BLI: optimize bicubic interpolation
843673f463 Tests: add BLI_bicubic_interpolation_char gtest coverage
5c9ef3aa72 Cleanup: move BLI_math_interp.h -> .hh
333a5b513b GPU: Assert framebuffer operations match attachment layout
Compare 42 commits »
Aras Pranckevicius pushed to main at aras_p/blender 2024-01-15 14:17:15 +01:00
333a5b513b GPU: Assert framebuffer operations match attachment layout
a4331be6c4 Cleanup: Rename BLI_libblock_ensure_unique_name to use BKE_ prefix.
6f3702740b Cleanup: order checks to skip redundant function calls
195bb4f8f5 Fix #115192: Inconsistent behavior renaming data-blocks
4da32e9334 Fix #106425: Mantaflow guiding with domains is broken
Compare 309 commits »
Aras Pranckevicius commented on pull request blender/blender#117100 2024-01-15 12:47:23 +01:00
VSE: add Bicubic filtering option, and optimize bicubic performance

@Sergey by "commits", you mean submit these steps as separate PRs? (since this PR does have multiple commits already, quite similar to your steps)

Aras Pranckevicius created pull request blender/blender#117125 2024-01-15 10:50:19 +01:00
WIP: VSE: Optimize Subsampling 3x3 image filter
Aras Pranckevicius pushed to vse-subsampling at aras_p/blender 2024-01-15 10:49:09 +01:00
29889a28df ImBuf: reformulate how Subsampling filter works, to speed it up
a19feea3b3 Cleanup: simpify abstractions inside IMB_transform
8fbd307e88 ImBuf: simplify and tiny speedup to IMB_transform
Compare 3 commits »
Aras Pranckevicius created branch vse-subsampling in aras_p/blender 2024-01-15 10:49:09 +01:00
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-13 22:28:05 +01:00
e2c40fdc5f Cleanup
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-13 22:26:27 +01:00
0d72ef5d8d Cleanup: use regular "-" in comment instead of unicode dash
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-13 21:44:34 +01:00
3e176ac667 Add comment on what bicubic means exactly.
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-13 19:51:43 +01:00
464a070d6c Fix gcc build (warnings as errors)
Aras Pranckevicius created pull request blender/blender#117100 2024-01-13 19:29:57 +01:00
WIP: VSE: add Bicubic filtering option, and optimize bicubic performance
Aras Pranckevicius created branch vse_bicubic in aras_p/blender 2024-01-13 19:21:03 +01:00
Aras Pranckevicius pushed to vse_bicubic at aras_p/blender 2024-01-13 19:21:03 +01:00
4f7fb17c1e ImBuf: optimize bicubic_interpolation for 4-channel byte images with SIMD
bcf22aecb2 Simplify bicubic_interpolation code
421ba9b365 Tests: add BLI_bicubic_interpolation_char gtest coverage
0222247e68 Cleanup: move BLI_math_interp.h -> .hh
d9e0545a45 VSE: add Bicubic filtering option to regular Transform properties
Compare 10 commits »
Aras Pranckevicius deleted branch vse-solidcolor-perf from aras_p/blender 2024-01-12 18:04:51 +01:00
Aras Pranckevicius merged pull request blender/blender#117058 2024-01-12 18:04:49 +01:00
VSE: speed up solid color effect