add tbm surface as the Core api 47/25347/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 4 Aug 2014 08:16:56 +0000 (17:16 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 4 Aug 2014 08:18:17 +0000 (17:18 +0900)
commit3f35393b2de0026c376cf48737cf5cfd0cdf5694
treec91c0b776180fd2045e85708a36f282e86010b64
parentae239898e9e011b8893c739e850c3ba3f1b76815
add tbm surface as the Core api

Change-Id: I756c57edd80ac6ef9ae3aa7318c41b530bc7d09f
18 files changed:
configure.ac
doc/ui_tbm_bufmgr_doc.h [new file with mode: 0755]
doc/ui_tbm_doc.h [new file with mode: 0755]
doc/ui_tbm_surface_doc.h [new file with mode: 0755]
drm_slp/drm_slp_bufmgr.c
libtbm.pc.in
packaging/libtbm.spec
src/Makefile.am
src/tbm_bufmgr.c
src/tbm_bufmgr.h
src/tbm_bufmgr_backend.c
src/tbm_bufmgr_backend.h
src/tbm_bufmgr_int.h
src/tbm_surface.c [new file with mode: 0755]
src/tbm_surface.h [new file with mode: 0755]
src/tbm_surface_internal.c [new file with mode: 0755]
src/tbm_surface_internal.h [new file with mode: 0755]
src/tbm_type.h [new file with mode: 0755]