Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/colormanagement.c
| Show First 20 Lines • Show All 1,712 Lines • ▼ Show 20 Lines | else { | ||||
| MEM_freeN(linear_buffer); | MEM_freeN(linear_buffer); | ||||
| } | } | ||||
| return NULL; | return NULL; | ||||
| } | } | ||||
| static void display_buffer_apply_threaded(ImBuf *ibuf, | static void display_buffer_apply_threaded(ImBuf *ibuf, | ||||
| float *buffer, | const float *buffer, | ||||
| unsigned char *byte_buffer, | unsigned char *byte_buffer, | ||||
| float *display_buffer, | float *display_buffer, | ||||
| unsigned char *display_buffer_byte, | unsigned char *display_buffer_byte, | ||||
| ColormanageProcessor *cm_processor) | ColormanageProcessor *cm_processor) | ||||
| { | { | ||||
| DisplayBufferInitData init_data; | DisplayBufferInitData init_data; | ||||
| init_data.ibuf = ibuf; | init_data.ibuf = ibuf; | ||||
| ▲ Show 20 Lines • Show All 2,442 Lines • Show Last 20 Lines | |||||