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:19:25 +0000 (23:19 +0100)
commit70bc3c82b656397e0d02214cf2741e0b64131f5e
treebdf5f905f983e164e34ef31ecdb4c64ab4c61fdf
parenta1afabd3ce740872a857234b91eeb64fcf239f6a
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