Skip to content

Commit 727ad35

Browse files
jenshannoschwalmTurboGit
authored andcommitted
Fix non-raw OpenCL rastermask codepath
Using the correct OpenCL interpolator
1 parent e00a758 commit 727ad35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/rasterfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ int process_cl(dt_iop_module_t *self,
378378
if(visual) return err;
379379

380380
if(roi_out->scale != roi_in->scale && ch == 4)
381-
err = dt_iop_clip_and_zoom_roi_cl(devid, dev_out, dev_in, roi_out, roi_in);
381+
err = dt_iop_clip_and_zoom_cl(devid, dev_out, dev_in, roi_out, roi_in);
382382
else
383383
{
384384
size_t iorigin[] = { roi_out->x, roi_out->y, 0 };

0 commit comments

Comments
 (0)