move source files to src/libtdm-drm/ 46/252846/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Feb 2021 00:33:55 +0000 (09:33 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Feb 2021 00:33:55 +0000 (09:33 +0900)
commit64df074ed4409b885b71106fa7f74c9b0f2da6e1
tree6b9d9096daf3121b584e2dc774c64fdb76353001
parent9a177bbba1ec31a7183d60d1bd5e80b953c86534
move source files to src/libtdm-drm/

Change-Id: I7dcb371ebee1cd445994598d474cead20e13610e
14 files changed:
configure.ac
src/Makefile.am
src/libtdm-drm/Makefile.am [new file with mode: 0644]
src/libtdm-drm/tdm_drm.c [moved from src/tdm_drm.c with 100% similarity]
src/libtdm-drm/tdm_drm.h [moved from src/tdm_drm.h with 100% similarity]
src/libtdm-drm/tdm_drm_display.c [moved from src/tdm_drm_display.c with 100% similarity]
src/libtdm-drm/tdm_drm_format.c [moved from src/tdm_drm_format.c with 100% similarity]
src/libtdm-drm/tdm_drm_hwc.c [moved from src/tdm_drm_hwc.c with 100% similarity]
src/libtdm-drm/tdm_drm_hwc.h [moved from src/tdm_drm_hwc.h with 100% similarity]
src/libtdm-drm/tdm_drm_hwc_window.c [moved from src/tdm_drm_hwc_window.c with 100% similarity]
src/libtdm-drm/tdm_drm_hwc_window.h [moved from src/tdm_drm_hwc_window.h with 100% similarity]
src/libtdm-drm/tdm_drm_pp.c [moved from src/tdm_drm_pp.c with 100% similarity]
src/libtdm-drm/tdm_drm_pp.h [moved from src/tdm_drm_pp.h with 100% similarity]
src/libtdm-drm/tdm_drm_types.h [moved from src/tdm_drm_types.h with 100% similarity]