make the tbm_backend file 68/172368/6
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Mar 2018 10:22:32 +0000 (19:22 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Mar 2018 06:46:50 +0000 (15:46 +0900)
commit00f565769857c185aad5914ada791b81096e58c0
tree8df3153c4f2c447638ba4016bbacfe592c0b5fcb
parenta737aa424d18921eb389cce0f52f43f45074267b
make the tbm_backend file

This is new backend interface to implement the backend module.
After 3.0 version of libtbm, the vendors have to implement
their tbm backend modules with the new backend header file which
is tbm_backend.h file.

The old backend header file which is tbm_bufmgr_backend.h file
is deprecated and will be removed soon.

Change-Id: I54b3694363fafa2147188de8a1bec701405ff1c4
packaging/libtbm.spec
src/Makefile.am
src/tbm_backend.c [new file with mode: 0644]
src/tbm_backend.h [new file with mode: 0644]
src/tbm_bufmgr_int.h