Back up the legacy codes of wl_vk_thread to unused.
[platform/core/uifw/libtpl-egl.git] / src /
2021-04-30 Joonbum KoBack up the legacy codes of wl_vk_thread to unused. 36/257736/1
2021-04-30 Joonbum KoFix a problem when explicit_fence was not used. 35/257735/1
2021-04-30 Joonbum KoFix so that error log is not printed when tpl_display... 34/257734/1
2021-04-30 Joonbum KoDisabled the codes that is not being used now. 33/257733/1
2021-04-30 Joonbum KoMake vulkan only uses the thread backend. 32/257732/1
2021-04-30 Joonbum KoMake the prefix of backend APIs shorten 31/257731/1
2021-04-30 Joonbum KoChange some internal functions to static 30/257730/1
2021-04-30 Joonbum KoAdd set_post_interval to set commit interval 29/257729/1
2021-04-30 Joonbum KoImplement buffer commit/release 28/257728/1
2021-04-30 Joonbum KoImplement DEQ/CANCEL/ACQ/ENQ buffer. 27/257727/1
2021-04-30 Joonbum KoImplement swapchain create/destroy/get_swapchain_buffers. 26/257726/1
2021-04-30 Joonbum KoImplement tpl_wl_vk_surface using tpl_gthread_utils. 25/257725/1
2021-04-30 Joonbum Kotpl_wl_vk_thread: Modified wl_vk_display to use tpl_gth... 24/257724/1
2021-04-30 Joonbum KoModified structures to be used in the vulkan backend. 23/257723/1
2021-04-01 Joonbum KoFix potential overflow issue of buffers array. 47/256347/2
2021-04-01 Joonbum KoAdd missing line to return NULL when alloc failed. 46/256346/2
2021-03-25 Joonbum KoMake ready_to_commit to TRUE when acquire_fence_fd... 17/255917/1
2021-03-25 Joonbum KoFixed wrong use of NULL checking macro. 16/255916/1
2021-03-25 Joonbum KoClose release_fence_fd when wl_egl_buffer freed. 15/255915/1
2021-03-25 Joonbum KoModified the log output from gsource_finalize. 14/255914/1
2021-03-24 Joonbum KoAdd intended_destroy flag to destroy only when intended. 13/255913/1
2021-03-24 Joonbum KoAdd IO exception checking to reduce warning logs. 12/255912/1
2021-03-24 Joonbum KoAdd some logs to trace buffers. 11/255911/1
2021-03-23 Joonbum KoFix gem memory leak issue when client destroyed. 27/255727/1
2021-03-12 Joonbum KoEnable explicit_fence_sync feature defaultly. 14/255114/1
2021-03-12 Joonbum KoFix a problem with overwriting fence fd with -1. 92/255092/1
2021-03-12 Joonbum KoFix buffer_clear logic for explicit fence sync. 91/255091/1
2021-03-11 Joonbum KoDestroy buffer_release when wl_egl_buffer destroy. 90/255090/1
2021-03-11 Joonbum KoMake shorten the name of backend function. 98/254998/1
2021-03-11 Joonbum KoChanged to wait until ENQUEUE becomes FENCE_SIGNALED. 97/254997/1
2021-03-11 Joonbum KoFix some order of printing logs. 96/254996/1
2021-03-11 Joonbum KoClear all buffers before destroying surf_source. 95/254995/1
2021-03-10 Joonbum KoFix some wrong indentations 68/254868/2
2021-03-09 Joonbum KoRename old one by adding _legacy postfix. 95/254795/1
2021-03-09 Joonbum KoAdd string_to_status to print status logs as string. 94/254794/1
2021-03-09 Joonbum KoAdd mutex lock/unlock before when clear mutex. 93/254793/1
2021-03-09 Joonbum KoUse tpl_gcond_timed_wait to prevent deadlock. 92/254792/1
2021-03-09 Joonbum KoAdd a new tpl_gthread API to use g_cond_wait_until. 91/254791/1
2021-03-09 Joonbum KoFixed a problem occured by use_wait_vblank exception. 90/254790/1
2021-03-09 Joonbum KoAdd INFO logs at finalize. 89/254789/1
2021-03-09 Joonbum KoFree the list vblank_waiting_buffers at surface_fini 88/254788/1
2021-03-09 Joonbum KoExpand the usage of wl_egl_buffer. 87/254787/1
2021-03-09 Joonbum KoDelete unnecessary parameter of tpl_gthread_destroy 86/254786/1
2021-03-09 Joonbum KoFix wrong checking 85/254785/1
2021-03-09 Joonbum KoFix leak in presentation sync fd. 84/254784/1
2021-03-09 Joonbum KoSet presentation/commit_sync_fd of wl_egl_buffer 83/254783/1
2021-03-09 Joonbum KoFix some wrong implementations. 82/254782/1
2021-03-09 Joonbum KoFix a wrong checking 81/254781/1
2021-03-09 Joonbum KoAdd missed operation for using wl_tbm_client. 80/254780/1
2021-03-09 Joonbum KoChange the order of creation of tdm_source. 79/254779/1
2021-03-09 Joonbum KoChange to use buffers array instead of tpl_list. 78/254778/1
2021-03-09 Joonbum KoCorrected syntax errors 77/254777/1
2021-03-09 Joonbum KoFix some build problems of utils_gthread 76/254776/1
2021-03-09 Joonbum KoImplement related to wl_egl_buffer 75/254775/1
2021-03-09 Joonbum KoImplement backend surface of tpl_wl_egl_thread. 74/254774/1
2021-03-09 Joonbum KoAdded message argunment to thread dispatch callback. 73/254773/1
2021-03-09 Joonbum KoRename tpl_gsource_send_event to tpl_gsource_send_message. 72/254772/1
2021-03-09 Joonbum KoAdded argument to function tpl_gsource_destroy 71/254771/1
2021-03-09 Joonbum KoAdded missing gsource_destroy for tdm source. 70/254770/1
2021-03-09 Joonbum Ko Add finalizer source to tpl_gsource 69/254769/1
2021-03-09 Joonbum KoAdd new enum type tpl_gsource_type_t. 68/254768/1
2021-03-09 Joonbum KoImplement display backend at tpl_wl_egl.c 67/254767/1
2021-03-09 Joonbum KoAdded an API to check io condtion. 66/254766/1
2021-03-09 Joonbum KoImplemented initial tpl_utils_gthread. 65/254765/1
2021-03-09 Joonbum KoSeparated unused files to 'unused' 64/254764/1
2020-12-23 Joonbum KoAdd null checking to resolve dereference problem. 02/250202/2
2020-12-17 Joonbum KoChange log tag for basic info to always be displayed... 32/249932/1
2020-12-17 Joonbum KoAdd a new log TPL_INFO. 31/249931/1
2020-12-17 Joonbum KoAdd internal function to get bo name from tbm_surface 98/249898/1
2020-12-17 Joonbum Kowl_egl_window_tizen_merge_sync_fds will be deprecated. 97/249897/1
2020-12-17 Joonbum Kore-implement presentation sync without using sync_timeline. 96/249896/1
2020-12-17 Joonbum Kore-implement commit_sync without using sync_timeline 95/249895/1
2020-12-02 Changyeon LeeFix damage rectangle of buffer when it needs to add... 04/248804/1
2020-11-19 Joonbum KoInitialize presentation_feedbacks list to NULL when... 66/247966/1
2020-11-13 Joonbum KoDelete unused variable. 31/247631/1
2020-11-13 Joonbum KoAdded null checking to prevent assert checking failure. 30/247630/1
2020-11-09 Joonbum KoWait until all fences imported from outside are signaled. 56/247256/1
2020-11-09 Joonbum KoTrace the presentation feedback and destroy it properly. 55/247255/1
2020-09-25 Joonbum KoSet initial latest_transform to 0. 41/244841/1
2020-09-11 Joonbum KoReplaced assert used in wl_egl_window callback functions. 29/243929/1
2020-09-11 Joonbum Koset resize/destroy callback to null when wl_egl_window... 28/243928/1
2020-09-03 Joonbum Kowayland-egl-tizen: changed to use dlog to print logs. 12/243112/1
2020-08-19 Joonbum KoFixed a bug related to render sync fd. 64/241364/1
2020-08-19 Joonbum KoFixed wrong exception checking. 63/241363/1
2020-08-10 Joonbum KoDisabled the explicit fence sync defaultly.
2020-08-10 Joonbum KoAllows to decide whether to use explicit fence sync...
2020-08-10 Joonbum KoPrint sync_fence value when dequeue.
2020-08-10 Joonbum KoFixed the name of async trace point.
2020-08-10 Joonbum KoAdded acquire_fence_fd to buf_info.
2020-08-10 Joonbum KoFixed to do not wait sync_fence in tbm backend.
2020-08-10 Joonbum KoFixed to add release listener before wl_surface_commit.
2020-08-10 Joonbum KoAdded an internal API to get release fence from buf_info.
2020-08-10 Joonbum KoImplemented buffer release method with zwp_linux_buffer...
2020-08-10 Joonbum KoAdded boolean use_explicit_sync to disp_source.
2020-08-10 Joonbum Ko[explicit_sync] Added missing pkg_modules to use waylan...
2020-08-10 Joonbum KoAdded debug log for checking the value of sync_fd.
2020-08-10 Joonbum Ko[explicit_sync] Implemented to set acquire fence to...
2020-08-10 Joonbum Ko[explicit_sync] Added zwp_linux_surface_synchroniation...
2020-07-21 Joonbum Ko[explicit_sync] Implemented initial steps and setup... 92/238992/1
2020-07-12 Joonbum KoImplemented backend function to get size. 83/238883/1 submit/tizen/20200720.050615
next