evas-gl-drm: Rework gl_drm engine to function again
authorChris Michael <cp.michael@samsung.com>
Wed, 3 Jun 2015 16:56:35 +0000 (12:56 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 5 Jun 2015 14:00:44 +0000 (10:00 -0400)
commitee593050f1674f29a99156f135c92f43cb5897e2
tree2b9640cee9900f7700f789887f28df679cb00f32
parent58dbb63ba4bbc235477793b016ba31d2bf17d1fb
evas-gl-drm: Rework gl_drm engine to function again

Summary: Previous gl_drm evas engine code did not work properly (or at
all really). This reworks/refactors the gl_drm engine code to work
again with the changes made to ecore_drm.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/Makefile_Evas.am
src/modules/evas/engines/gl_drm/Evas_Engine_GL_Drm.h [new file with mode: 0644]
src/modules/evas/engines/gl_drm/evas_engine.c
src/modules/evas/engines/gl_drm/evas_engine.h [new file with mode: 0644]
src/modules/evas/engines/gl_drm/evas_outbuf.c [new file with mode: 0644]