Remove over optimization
authorKlaus Ethgen <Klaus@Ethgen.de>
Tue, 11 Aug 2015 22:19:25 +0000 (23:19 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Tue, 11 Aug 2015 22:23:25 +0000 (23:23 +0100)
commit0dfeec9a9a7298d4c5389bb9151a5ad8a8ab9ed4
treebdf5f905f983e164e34ef31ecdb4c64ab4c61fdf
parent3a1908c1db02aad60f9dc0f770c0761ef6499be8
Remove over optimization

Thanks Uwe Ohse <uwe@ohse.de> for this find.

"it looks good, but is dead slow, for each and every call to
gdk_cairo_set_source_pixbuf takes at least 15 milliseconds on my not
really slow machine, which amounts to over 2 seconds if 144 tiles have
to be drawn (tested with many jpegs and a few large pngs).

i propose to remove this optimization until someone fixes it. After
removal geeqie is fast, again."
src/renderer-tiles.c