-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
Am Di den 11. Aug 2015 um 22:07 schrieb Uwe Ohse:
> in src/renderer-tiles.c there is a really bad optimization, starting at about
> line 1336 (current qeeqie.org git):
>
> 1336 else if ((pr->zoom == 1.0 || pr->scale == 1.0) &&
> 1337
On Tue, 11 Aug 2015 23:07:06 +0200, Uwe Ohse wrote:
> Hello,
>
> in src/renderer-tiles.c there is a really bad optimization, starting at about
> line 1336 (current qeeqie.org git):
>
> 1336 else if ((pr->zoom == 1.0 || pr->scale == 1.0) &&
> 1337 pr->aspect_ratio == 1.0
Hello,
in src/renderer-tiles.c there is a really bad optimization, starting at about
line 1336 (current qeeqie.org git):
1336 else if ((pr->zoom == 1.0 || pr->scale == 1.0) &&
1337 pr->aspect_ratio == 1.0 &&
1338 !has_alpha &&
1339 orien