change dump API from tdm_helper to tbm_surface_internal
[platform/core/uifw/libtdm.git] / src / tdm_display.c
2016-05-13 Junkyeong Kimchange dump API from tdm_helper to tbm_surface_internal 71/69371/3 accepted/tizen/common/20160513.123655 accepted/tizen/ivi/20160513.082324 accepted/tizen/mobile/20160513.082305 accepted/tizen/tv/20160513.082318 accepted/tizen/wearable/20160513.082300 submit/tizen/20160513.045353
2016-04-29 Boram Parkusing SW timer for TDM vblank when DPMS off 72/67872/2 accepted/tizen/common/20160429.170525 accepted/tizen/ivi/20160502.011552 accepted/tizen/mobile/20160502.011457 accepted/tizen/tv/20160502.011516 accepted/tizen/wearable/20160502.011534 submit/tizen/20160429.034949
2016-04-27 Boram Parkimplement for sync fo tdm_client_wait_vblank 87/67587/1
2016-04-22 Boram Parkenhance log 85/66985/2
2016-04-22 Boram Parkbackend can have no output_set_dpms 84/66984/2
2016-04-21 Boram Parkuse tdm_dump_enable variable to check if dump needed 14/66814/1
2016-04-21 Boram Parkremove unuseful error log 11/66811/1
2016-04-21 Boram Parkfix deadlock and enhance lock/unlock to protect the... 08/66808/2
2016-04-20 Junkyeong Kimmake dump at tdm_layer_set_buffer function 47/66547/7 accepted/tizen/common/20160421.161410 accepted/tizen/ivi/20160421.010410 accepted/tizen/mobile/20160421.010350 accepted/tizen/tv/20160421.010402 accepted/tizen/wearable/20160421.010413 submit/tizen/20160420.040930
2016-04-11 Boram Parkcall the change handler when dpms changed 37/65537/1
2016-04-11 Boram Parkreturn error during DPMS off 35/65535/1
2016-04-11 Boram Parksupport client API for wait_vblank 33/65533/1
2016-04-11 Boram Parkrename tdm_event to tdm_event_loop 32/65532/1
2016-04-11 Boram Parksupport thread 31/65531/1
2016-04-11 Boram Parksupport the output change handler 30/65530/1
2016-04-11 Boram Parkuse wl_event_loop to support the event handling system 28/65528/1
2016-04-11 Boram Parkreturn TDM_ERROR_NOT_IMPLEMENTED if backend doesn't... 27/65527/1
2016-04-11 Boram Parkuse macro to debug mutex lock 25/65525/1
2016-03-14 Sangjin Leechange deprecated APIs 94/62094/1
2016-03-10 Boram Parkfix TDM buffer management 94/61794/1
2016-02-29 Boram Parkenhance log 07/60707/1
2016-02-29 Boram Parkapply wayland coding style 36/60536/1
2016-02-14 Boram Parkadd maker, model, name to tdm_caps_output
2016-02-14 Boram Parkseperate tdm_func_ouput, tdm_func_layer from tdm_func_d...
2016-02-11 Sangjin LeeSupport tbm_surface_queue 21/58921/3 accepted/tizen/common/20160223.110205 accepted/tizen/ivi/20160218.024400 accepted/tizen/mobile/20160211.083741 accepted/tizen/tv/20160211.083758 accepted/tizen/wearable/20160211.083825 submit/tizen/20160211.063741 submit/tizen_common/20160218.142243 submit/tizen_common/20160219.083441 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000004
2015-12-29 Boram Parkadd doxygen document 52/55752/1
2015-12-23 Boram Parkfix svace issue 90/55390/1 accepted/tizen/mobile/20151224.001239 accepted/tizen/tv/20151224.001257 accepted/tizen/wearable/20151224.001320 submit/tizen/20151223.105624 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
2015-12-22 Boram Parkchange buffer type from tdm_buffer to tbm_surface 14/55214/1
2015-12-22 Boram Parkchange input/output parameter's type 13/55213/1
2015-12-15 Boram Parkadd layer_set_video_pos to backend interface 61/54461/1 accepted/tizen/mobile/20151215.124858 accepted/tizen/tv/20151215.125330 accepted/tizen/wearable/20151215.125639 submit/tizen/20151215.103554
2015-12-11 Junkyeong Kimuse tdm_buffer instead of tbm_surface for backend 63/54063/1 accepted/tizen/mobile/20151212.071108 accepted/tizen/tv/20151212.072607 accepted/tizen/wearable/20151212.073206 submit/tizen/20151211.073807
2015-12-07 Boram ParkMerge branch 'devel' into tizen 07/53507/1 accepted/tizen/mobile/20151207.123550 accepted/tizen/tv/20151207.123609 accepted/tizen/wearable/20151207.123630 submit/tizen/20151207.055555
2015-12-05 Boram Parkbuffer will be released when next buffer is showing
2015-12-05 Boram Parkremove private_display_backend variable
2015-12-04 Boram Parkchange variable names
2015-12-04 Junkyeong Kimeliminate race condition
2015-12-04 Boram Parkuse pp flags instead of pp property
2015-12-03 Boram Parkfix syntax error
2015-12-03 Boram Parkunref current_buffer after getting next buffer
2015-12-02 Boram Parkhide tdm_display_capability from backend
2015-12-01 Boram Parkadd tdm_layer_is_usable function
2015-12-01 Boram Parkadd tdm_caps_display
2015-11-30 Boram Parkcheck if input param is valid
2015-11-30 Boram Parkadd tdm_output_get_pipe function
2015-11-30 Junkyeong Kimfix tdm_display_get_pp_available_properties function... 61/52961/2
2015-11-30 Boram Parkfix input param type
2015-11-29 Boram Parkfirst draft