diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-04 21:46:56 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-05 16:02:27 +0900 |
commit | c1b4728487715c66120ed4c4d75065012bd42682 (patch) | |
tree | d45b0ff9298333eac655fcf49c9dacf3d4662df6 /src/Makefile_Evas.am | |
parent | 13f66f8887b3f7f63be26c6ec55cebd6ca7bd1bd (diff) | |
download | efl-c1b4728487715c66120ed4c4d75065012bd42682.tar.gz |
Evas filters: Final fix after the ector refactor
This implements a generic way of scaling buffers, using fake
RGBA_Image wrapping ector buffer maps. The underlying algo is
still the good old linear sw scaler.
Now the filters *should* be back to their previous level of
usability. Performance will probably be even worse than it was
before, for GL, as more glReadPixels may be involved. Optimization
now consists in actually implementing the filters with GL shaders.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 24e99299e5..d5b3167d09 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -778,6 +778,8 @@ CLEANFILES += \ $(evas_gl_generic_eolian_c) \ $(evas_gl_generic_eolian_h) +EXTRA_DIST += $(evas_gl_generic_eolian_files) + #evaseolianfilesdir = $(datadir)/eolian/include/evas-@VMAJ@ #evaseolianfiles_DATA += $(evas_gl_generic_eolian_files) |