mirror of https://github.com/GNOME/gimp.git
app: disable row-fetching optimization in gimppickable-contiguous-region.c
GeglSampler is now much faster. Leave the #ifdefs there for the time being for benchmarking purposes.
This commit is contained in:
parent
3b746e9a68
commit
f21a649053
|
@ -366,7 +366,7 @@ pixel_difference (const gfloat *col1,
|
|||
}
|
||||
}
|
||||
|
||||
#define FETCH_ROW 1
|
||||
/* #define FETCH_ROW 1 */
|
||||
|
||||
static gboolean
|
||||
find_contiguous_segment (const gfloat *col,
|
||||
|
|
Loading…
Reference in New Issue