Fix missing initalize
[platform/core/uifw/libtbm.git] / src / tbm_module.c
2021-08-09 Changyeon LeeFix missing initalize 77/262377/1
2021-07-02 SooChan Limtbm_module: donot print the error message 33/260733/1
2021-07-02 SooChan Limtbm_module: donot print failed message. 31/260731/1
2021-06-24 SooChan Limtbm_module: handle the memory leak of the bo_data_array 59/260359/3
2021-06-24 SooChan Limtbm_module: remove the static variable 58/260358/1
2021-06-23 SooChan Limtbm_module: fix MEAMORY_LEAK.EX 31/260331/1
2021-06-23 SooChan Limtbm_module: change the tbm_module_bo_xxx signature 10/260310/1
2021-06-23 SooChan Limtbm_module: add tbm_bo_data structure and use it 09/260309/1
2021-06-22 SooChan Limtbm_module: change tbm_backend_surface_data into tbm_su... 08/260308/1
2021-06-22 SooChan Limtbm_module: use backend pointer instead of bo->bufmgr... 05/260305/1
2021-06-22 SooChan Limtbm_bo: change the name of the member vars 04/260304/1
2021-06-22 SooChan Limtbm_module: add tbm_module_support_surface_data 00/260300/1
2021-06-22 SooChan Limtbm_module: add tbm_surface_data_export 99/260299/1
2021-06-22 SooChan Limtbm_module: add tbm_surface_data_get_bo_data_array 98/260298/1
2021-06-22 SooChan Limtbm_module: add tbm_surface_data_get_plane_data 97/260297/1
2021-06-22 SooChan Limtbm_module: add tbm_surface_data_free 96/260296/1
2021-06-22 SooChan Limtbm_module: add tbm_module_import_surface_data 95/260295/1
2021-06-22 SooChan Limtbm_module: add tbm_module_alloc_surface_data 94/260294/1
2021-06-22 SooChan Limtbm_module: change the api name for allocation of bo_data 92/260292/1
2021-06-22 SooChan Limtbm_module: change tbm_module_bufmgr_ to tbm_module_ 91/260291/1
2021-06-21 SooChan Limtbm_module: free bo when it is not from hal_surface. 19/260119/2
2021-06-18 SooChan Limtbm_module: initialize the bo_handle to be null. 40/260040/1
2021-06-17 SooChan Limtbm_module: change tbm_module_bufmgr symbol names 27/260027/2
2021-06-17 SooChan Limtbm_module: do not print error message 25/260025/2
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_exportd_key and use it 24/260024/2
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_exportd_fd and use it 23/260023/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_unlock and use it 22/260022/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_lock and use it 21/260021/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_unmap and use it 20/260020/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_map and use it 19/260019/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_get_bo_handle and use it 18/260018/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_get_memory_types and... 17/260017/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_get_size and use it 16/260016/1
2021-06-17 SooChan Limtbm_module: add tbm_module_bo_free and use it 15/260015/1
2021-06-17 SooChan Limtbm_module: fix the wrong condition 39/259939/1
2021-06-16 SooChan Limtbm_bufmgr: change tbm_bo_alloc_with_format name 00/259900/1
2021-06-16 SooChan Limtbm_module: make tbm_module_bufmgr_import_key 97/259897/1
2021-06-16 SooChan Limtbm_module: make tbm_module_bufmgr_import_fd 96/259896/1
2021-06-15 SooChan Limtbm_module: make tbm_module_bufmgr_get_plane_data 95/259895/1
2021-06-15 SooChan Limtbm_module: check coverage with the TBM_MODULE_TYPE_HAL_TBM 94/259894/1
2021-06-15 SooChan Limtbm_module: make tbm_module_bufmgr_get_supported_format 93/259893/1
2021-06-15 SooChan Limtbm_module: TBM_MODULE_TYPE_BUFMGR_BACKEND is deprecate... 92/259892/1
2021-06-15 SooChan Limtbm_module: make tbm_module_bufmgr_bind_native_display 91/259891/1
2021-06-15 SooChan Limtbm_module: check the bufmgr_func symbol at tbm_module_... 87/259887/1
2021-06-15 SooChan Limtbm_module: make tbm_module_bufmgr_bo_alloc_with_format... 86/259886/1
2021-06-15 SooChan Limtbm_module: get the error type at tbm_module_bufmgr_get... 85/259885/1
2021-06-15 SooChan Limtbm_module: make tbm_module_bufmgr_bo_alloc function 84/259884/1
2021-06-11 SooChan Limtbm_module: remove bufmgr variable at tbm_module 06/259706/1
2021-06-11 SooChan Limtbm_bufmgr: move copy functions for module information... 05/259705/1
2021-06-11 SooChan Limtbm_bufmgr: use tbm_module_bufmgr_get_capabilities 03/259703/1
2021-06-11 SooChan Limtbm_module : add tbm_module_bufmgr_get_capabilities 02/259702/1
2021-06-11 SooChan Limtbm_module: change if-statement into switch-case 01/259701/1
2021-06-11 SooChan Limtbm_module: use module instead of bufmgr 00/259700/1
2021-06-10 SooChan Limtbm_bufmgr: use tbm_module_load/unload functions 99/259699/1
2021-06-10 SooChan Limtbm_module: migrate the module funtions from tbm_bufmgr.c 98/259698/1
2021-06-10 SooChan Limtbm_module: add tbm_module.c file 97/259697/1