- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
fbd9716206
No need to do floor() hard ways on NEON (or SSE4, which is not on yet but someday might be)
8c8b4b30b9
Merge remote-tracking branch 'origin/main' into imb_transform_opt
6fc295d97f
ImBuf: make BLI_bilinear_interpolation_char fully SSE and branchless
854840b35f
VSE: speedup "show overexposed" option
7aa3d967ba
Build: update wayland protocols to 1.32
8bb6d0ffe0
Unbreak building with Vulkan & WITH_GHOST_X11=OFF
VSE: speedup "show overexposed" option
WIP: C++ BLI rect type
Not a big fan of including whole of <ostream>
in a potentially very widely used header. Including just <iosfwd>
would be much better, but that would require moving actual implementation of the stream operator into a .cc file, plus some explicit template instantiation sprinkling.
ce9860df3a
Merge branch 'main' into imb_transform_opt
183f585f08
ImBuf: add unit tests for BLI_bilinear_interpolation_char, fix rounding, do not require SSE4
f3aab25393
Fix: Depsgraph: Avoid duplicated operation nodes on geometry data
f3ce0645e4
Color management: multi-thread IMB_colormanagement_transform_from_byte_threaded simple case
5af7d3e2be
Fix #115043: Compositor crashes for huge render sizes
Aras Pranckevicius
deleted branch cm-transform_from_byte-opt from aras_p/blender
2023-12-01 16:19:02 +01:00
f3ce0645e4
Color management: multi-thread IMB_colormanagement_transform_from_byte_threaded simple case
Color management: multi-thread IMB_colormanagement_transform_from_byte_threaded simple case
WIP: ImBuf: optimize IMB_transform
695da0c0f6
ImBuf: use SSE in bilinear_interpolation functions
8e46f1b6b2
ImBuf: don't use virtual calls to do UV wrapping
b0ea53dcff
ImBuf: speedup bilinear_interpolation functions
c3f696e726
ImBuf: simplify bilinear/bicubic interpolation functions to what is actually used
1253411a91
ImBuf: don't use virtual calls in inner IMB_transform loop
Color management: multi-thread IMB_colormanagement_transform_from_byte_threaded simple case
@blender-bot build
Color management: multi-thread IMB_colormanagement_transform_from_byte_threaded simple case