efl/edje: conditional usage of fixed-point, program/calc caches.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 8 Jan 2013 13:32:07 +0000 (13:32 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 8 Jan 2013 13:32:07 +0000 (13:32 +0000)
commitfb0daf5262da9c34584a6f77e5f186d805399206
treebcba4a29132c8f63968c99c6963246cb292bbd16
parent73decde85deb92e84e4f47c86ca0f38989305c98
efl/edje: conditional usage of fixed-point, program/calc caches.

Weirdly enough raster turned PROGRAM cache on to fix a bug saying that
the other path was not tested, but from IN-EFL/edje/configure.ac CALC
cache was enabled and PROGRAM was disabled.

I kept the PROGRAM on and enabled CALC. Added fixed point as well.

Cedric, Raster: should we keep PROGRAM and CALC cache options if the
other path is not tested? Can't we assume they are always on? How much
memory these cache add? Can't this be reduced?

SVN revision: 82410
configure.ac