make compmgr directory 62/311062/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 10 May 2024 03:00:27 +0000 (12:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 13 May 2024 11:55:26 +0000 (20:55 +0900)
commitb31de136b9f4b5d4cd2dd039ee6560d13c37ef7a
treeb1e2afbe13e4050b35ace3233c69af3f6f6b2b07
parent0792327b58a841bfb72788089f98d4053e054a28
make compmgr directory

This aims for the refactor of the enlightenment.
The compmgr has the files which related to composition in compositor.

Change-Id: I7b72c1a6e94e3c5a5e0b080f2f1f3de561e1f3c3
14 files changed:
src/bin/Makefile.mk
src/bin/compmgr/e_alpha_mask_rect.c [moved from src/bin/e_alpha_mask_rect.c with 100% similarity]
src/bin/compmgr/e_alpha_mask_rect_intern.h [moved from src/bin/e_alpha_mask_rect_intern.h with 100% similarity]
src/bin/compmgr/e_comp.c [moved from src/bin/e_comp.c with 100% similarity]
src/bin/compmgr/e_comp_canvas.c [moved from src/bin/e_comp_canvas.c with 100% similarity]
src/bin/compmgr/e_comp_canvas_intern.h [moved from src/bin/e_comp_canvas_intern.h with 100% similarity]
src/bin/compmgr/e_comp_intern.h [moved from src/bin/e_comp_intern.h with 100% similarity]
src/bin/compmgr/e_comp_object.c [moved from src/bin/e_comp_object.c with 100% similarity]
src/bin/compmgr/e_comp_object_intern.h [moved from src/bin/e_comp_object_intern.h with 100% similarity]
src/bin/compmgr/e_egl_sync.c [moved from src/bin/e_egl_sync.c with 100% similarity]
src/bin/compmgr/e_egl_sync_intern.h [moved from src/bin/e_egl_sync_intern.h with 100% similarity]
src/bin/compmgr/e_tbm_gbm_server.c [moved from src/bin/e_tbm_gbm_server.c with 100% similarity]
src/bin/compmgr/e_tbm_gbm_server_intern.h [moved from src/bin/e_tbm_gbm_server_intern.h with 100% similarity]
src/modules/Makefile.mk