summaryrefslogtreecommitdiff
path: root/src/Makefile_Evas.am
diff options
context:
space:
mode:
authorDmytro Dadyka <d.dadyka@samsung.com>2015-02-23 14:25:49 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-02-23 15:46:25 +0100
commit1b142d09d951a53e44ce2f1a98b5cc85616756f9 (patch)
tree1e27cfe23ed855a36d026a9c7ddd705127001c80 /src/Makefile_Evas.am
parent49f350d046535e0d0e65d7955c1ce670d17bdaaf (diff)
downloadefl-1b142d09d951a53e44ce2f1a98b5cc85616756f9.tar.gz
evas: Evas_3D - add parallax occlusion shading.
Reviewers: Hermet, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2018
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r--src/Makefile_Evas.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index d7b62a71d2..f88560b436 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -747,6 +747,8 @@ modules/evas/engines/gl_common/shader_3d/shadow_map_vert.shd \
modules/evas/engines/gl_common/shader_3d/shadow_map_frag.shd \
modules/evas/engines/gl_common/shader_3d/color_pick_vert.shd \
modules/evas/engines/gl_common/shader_3d/color_pick_frag.shd \
+modules/evas/engines/gl_common/shader_3d/parallax_occlusion_vert.shd \
+modules/evas/engines/gl_common/shader_3d/parallax_occlusion_frag.shd \
$(NULL)
EXTRA_DIST += \