ecore-drm2: Add start of Ecore_Drm2 library
authorChris Michael <cpmichael@osg.samsung.com>
Mon, 2 May 2016 14:21:00 +0000 (10:21 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Fri, 27 May 2016 15:57:53 +0000 (11:57 -0400)
commita0d3b955bfa18e807ef1067aa612a63d99bf7681
tree5a8b1671da7187b597f12b6b98e8e147ea3ac66e
parent072674dbe2118a26d8616b56b4169a6e543805ef
ecore-drm2: Add start of Ecore_Drm2 library

This new library is going to replace the existing Ecore_Drm. This will
refactor a lot of the code, bring improvements over the existing API,
and provide additional support for missing features.

@feature

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Makefile.am
configure.ac
m4/efl.m4
pc/.gitignore
pc/ecore-drm2.pc.in [new file with mode: 0644]
src/Makefile.am
src/Makefile_Ecore_Drm2.am [new file with mode: 0644]
src/Makefile_Ecore_Evas.am
src/lib/ecore_drm2/Ecore_Drm2.h [new file with mode: 0644]
src/lib/ecore_drm2/ecore_drm2.c [new file with mode: 0644]
src/lib/ecore_drm2/ecore_drm2_private.h [new file with mode: 0644]