Aras Pranckevicius
148aa54398
ImBuf: unify color space transform threaded/non-threaded functions
...
There's no point in having non-threaded image color space conversion functions.
So merge the threaded and non-threaded functions and clarify names while at it:
- IMB_colormanagement_transform & IMB_colormanagement_transform_threaded
-> IMB_colormanagement_transform_float
- IMB_colormanagement_transform_byte & IMB_colormanagement_transform_byte_threaded
-> IMB_colormanagement_transform_byte
- IMB_colormanagement_transform_from_byte & IMB_colormanagement_transform_from_byte_threaded
-> IMB_colormanagement_transform_byte_to_float
These places were doing single-threaded colorspace conversion previously, and
thus now are potentially faster:
- IMB_rect_from_float (used in many places)
- EXR image "save as render" saving (image_exr_from_scene_linear_to_output)
- Object baking (write_internal_bake_pixels, write_external_bake_pixels)
- General image saving, clipboard copy, movie preparation
(IMB_colormanagement_imbuf_for_write)
- Linear conversion when reading HDR images/movies
(colormanage_imbuf_make_linear)
- EXR multi-layer conversion (render_result_new_from_exr)
For one case I benchmarked, which is to render out a 2D stabilized 10 bit input
movie clip out of VSE, the total render time went from 49sec down to 44sec
(Ryzen 5950X), one of the single-threaded parts was the colorspace conversion
in the movieclip code.
Pull Request: https://projects.blender.org/blender/blender/pulls/135155
2025-02-26 12:11:47 +01:00
..
2025-02-26 12:11:47 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:17 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-25 12:14:52 +01:00
2025-01-07 12:39:13 +01:00
2024-09-03 15:38:51 +02:00
2025-01-31 17:03:17 +01:00
2025-01-16 13:17:20 +01:00
2025-02-18 19:46:07 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-28 15:27:34 +01:00
2025-01-30 17:19:16 +01:00
2025-02-14 14:32:57 -05:00
2025-02-14 14:32:57 -05:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2024-09-20 16:18:12 +02:00
2024-09-20 16:18:12 +02:00
2025-02-14 14:32:57 -05:00
2024-09-20 19:24:37 +02:00
2024-09-03 15:38:51 +02:00
2025-01-31 17:03:17 +01:00
2024-09-11 16:25:25 +10:00
2025-02-19 22:00:39 +01:00
2025-01-07 12:39:13 +01:00
2024-10-03 12:11:52 +10:00
2025-01-06 18:19:18 +01:00
2025-02-13 18:58:08 +01:00
2024-09-19 14:49:03 +10:00
2024-11-08 10:21:24 +01:00
2025-02-17 12:11:06 -05:00
2024-10-02 16:44:38 +02:00
2025-02-13 18:58:08 +01:00
2024-09-11 15:54:46 +02:00
2025-01-31 17:03:17 +01:00
2025-01-07 12:39:13 +01:00
2024-09-24 11:52:02 +02:00
2025-02-25 12:14:52 +01:00
2025-02-19 17:11:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-14 14:32:57 -05:00
2025-01-07 12:39:13 +01:00
2024-09-05 11:33:35 +02:00
2025-02-23 21:02:54 +11:00
2025-02-13 18:58:08 +01:00
2025-02-24 11:32:59 +01:00
2025-02-13 18:58:08 +01:00
2025-01-29 12:31:19 +11:00
2025-02-13 18:58:08 +01:00
2025-02-17 19:44:54 +01:00
2025-02-13 18:58:08 +01:00
2024-10-16 10:27:09 +02:00
2025-02-13 18:58:08 +01:00
2024-12-07 03:14:49 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-05 18:27:43 -05:00
2025-01-28 15:27:34 +01:00
2025-01-07 12:39:13 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-20 17:04:27 +01:00
2025-02-14 14:32:57 -05:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2024-12-03 11:11:27 +01:00
2025-01-31 17:03:17 +01:00
2024-10-08 10:06:22 +11:00
2025-01-31 17:03:17 +01:00
2025-02-18 15:36:50 +01:00
2025-01-28 15:27:34 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2024-09-11 16:25:25 +10:00
2025-02-14 14:32:57 -05:00
2025-02-13 18:58:08 +01:00
2025-02-25 11:38:15 +01:00
2025-02-13 18:58:08 +01:00
2024-10-10 03:17:15 +02:00
2025-02-11 17:46:07 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2024-11-12 16:53:54 +01:00
2025-01-03 19:15:01 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-16 20:31:09 -05:00
2025-02-13 18:58:08 +01:00
2025-02-16 20:31:09 -05:00
2024-09-27 12:41:07 +10:00
2025-02-19 10:55:05 +01:00
2024-12-17 18:59:49 +01:00
2025-01-07 12:39:13 +01:00
2025-01-31 17:03:17 +01:00
2025-02-07 17:47:16 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-07 12:39:13 +01:00
2025-01-14 16:26:54 +01:00
2025-02-18 19:46:42 +01:00
2025-02-13 18:58:08 +01:00
2025-02-04 17:46:08 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-23 17:34:30 +01:00
2025-01-24 12:05:25 +01:00
2025-02-06 21:38:19 +01:00
2025-01-31 19:59:28 +01:00
2025-01-23 17:34:30 +01:00
2025-02-13 18:58:08 +01:00
2025-01-07 12:39:13 +01:00
2025-02-14 13:55:44 +01:00
2025-01-14 14:39:36 +01:00
2025-02-07 13:26:24 +01:00
2025-01-07 12:39:13 +01:00
2025-01-28 15:27:34 +01:00
2025-02-14 14:32:57 -05:00
2024-10-07 12:59:39 +02:00
2025-02-11 17:25:10 +01:00
2024-10-05 12:04:00 +02:00
2025-02-19 13:44:11 +01:00
2025-02-13 18:58:08 +01:00
2024-11-11 19:11:03 +01:00
2024-12-20 19:29:18 -05:00
2025-02-13 18:58:08 +01:00
2024-09-20 16:18:12 +02:00
2025-01-07 12:39:13 +01:00
2025-02-03 19:36:33 +01:00
2025-02-23 21:02:54 +11:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-18 00:28:14 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-28 19:32:54 +01:00
2025-01-31 17:03:17 +01:00
2025-02-21 18:50:21 +01:00
2025-01-07 12:39:13 +01:00
2025-01-08 21:03:50 +11:00
2025-02-18 14:09:42 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:17 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:17 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2025-02-03 04:38:58 +01:00
2025-02-21 19:55:07 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-12 23:01:08 +01:00
2025-01-08 21:22:45 +11:00
2024-12-15 16:12:32 +11:00
2024-12-14 13:32:19 +11:00
2024-09-24 11:52:02 +02:00
2025-01-31 17:03:17 +01:00
2024-08-19 20:39:32 +02:00
2025-01-16 13:04:17 +11:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-07 12:39:13 +01:00
2025-01-07 12:39:13 +01:00
2024-10-17 21:05:18 +02:00
2025-01-07 12:39:13 +01:00
2025-02-13 18:58:08 +01:00
2025-02-12 13:21:07 +11:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00