summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add is_display_server function for backendChangyeon Lee2-0/+12
2016-02-26Add bind display functionChangyeon Lee2-0/+28
2016-02-26Add tbm drm helperChangyeon Lee7-4/+526
2016-02-26Don't use surface get num bosChangyeon Lee2-21/+8
2016-02-26Fix build breakChangyeon Lee1-2/+2
2016-02-25Fix build breakChangyeon Lee1-2/+2
2016-02-23Apply tizen coding ruleChangyeon Lee11-606/+885
2016-02-18Don't use unneeded backend function if backend package use libtbm 2.0 versionChangyeon Lee6-157/+255
2016-02-18Fix checking backend functionChangyeon Lee1-1/+1
2016-02-16initiate info variable before fillingBoram Park1-0/+1
2016-02-16Don't return error, if fail to get handle in tbm_surface_internal_get_infoChangyeon Lee1-5/+3
2016-02-12tbm_surface_queue: support multiple notify handlerSangjin Lee2-7/+202
2016-02-10Package version upsubmit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160211.054514accepted/tizen/wearable/20160211.083449accepted/tizen/tv/20160211.083435accepted/tizen/mobile/20160211.083419accepted/tizen/ivi/20160218.024517Changyeon Lee1-1/+1
2016-02-05Fix typo on tbm_surface_queue.cMun, Gwan-gyeong1-4/+4
2016-02-05tbm-surface: init user data listChangyeon Lee1-0/+4
2016-02-04surface_queue: fix return error typeSangjin Lee1-6/+16
2016-02-04Move user data code to tbm_bufmgrChangyeon Lee5-133/+56
2016-02-03Add tbm surface user dataChangyeon Lee6-60/+279
2016-02-03fix typo in documentation.Seunghun Lee1-1/+1
2016-02-03if aurgment is null, don't set data in get plane dataChangyeon Lee1-3/+8
2016-02-03surface queue: remove useless variableSangjin Lee1-4/+1
2016-02-03tbm_surface_queue: add sequence queueSangjin Lee2-78/+201
2016-02-03Refactoring tbm_surface_queueSangjin Lee2-224/+404
2016-02-02Fix typo on tbm_surface_internal.hMun, Gwan-gyeong1-7/+7
2016-01-28Remove execute permission on source file.Mun, Gwan-gyeong2-0/+0
2016-01-27Fix typo on tbm_bufmgr.hMun, Gwan-gyeong1-2/+2
2016-01-20If owner of gbufmgr fd isn't frontend, don't dup2 fdsubmit/tizen/20160121.044811accepted/tizen/wearable/20160122.032953accepted/tizen/tv/20160122.032907accepted/tizen/mobile/20160122.032757Changyeon Lee1-10/+11
2016-01-13Merge "Remove window system dependent file and source" into tizensubmit/tizen_wearable/20160114.055555submit/tizen_tv/20160114.055555submit/tizen_mobile/20160114.055555accepted/tizen/wearable/20160115.011812accepted/tizen/tv/20160115.011227accepted/tizen/mobile/20160115.011030Boram Park6-466/+16
2016-01-14Remove window system dependent file and sourceChangyeon Lee6-466/+16
2016-01-08correct mismatch of return type for tbm_bo_export().submit/tizen/20160110.221140accepted/tizen/wearable/20160110.234622accepted/tizen/tv/20160110.234606accepted/tizen/mobile/20160110.234541Seunghun Lee1-2/+2
2015-12-23Fixed bug for checking bos of surface when unrefsubmit/tizen_common/20160104.140200submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151223.112225accepted/tizen/wearable/20151224.001807accepted/tizen/tv/20151224.001736accepted/tizen/mobile/20151224.001720Changyeon Lee1-1/+1
2015-12-22destory mutex lock when surface destory and before free surface queuesubmit/tizen/20151222.081710accepted/tizen/wearable/20151222.223836accepted/tizen/tv/20151222.223814accepted/tizen/mobile/20151222.223757Changyeon Lee1-1/+2
2015-12-21Fix svace issues:DEREF_OF_NULLsubmit/tizen/20151221.114412accepted/tizen/wearable/20151221.224057accepted/tizen/tv/20151221.223952accepted/tizen/mobile/20151221.223931Changyeon Lee1-2/+4
2015-12-17Fix prevent issuessubmit/tizen/20151221.040254accepted/tizen/wearable/20151221.100818accepted/tizen/tv/20151221.100554accepted/tizen/mobile/20151221.100535Changyeon Lee1-1/+1
2015-12-16adjust log formatsubmit/tizen/20151216.122717accepted/tizen/wearable/20151217.023212accepted/tizen/tv/20151217.022921accepted/tizen/mobile/20151217.023244SooChan Lim1-4/+1
2015-12-16delete surface link_item.SooChan Lim1-0/+2
2015-12-16add the new lines at the debugsubmit/tizen/20151215.224410accepted/tizen/wearable/20151216.105446accepted/tizen/tv/20151216.105405accepted/tizen/mobile/20151216.105500SooChan Lim1-0/+4
2015-12-15Apply tizen coding ruleChangyeon Lee17-3314/+2970
2015-12-15set debug_pid to the surfaceSooChan Lim4-3/+101
2015-12-15reorganize the debug print formatSooChan Lim1-30/+41
2015-12-15set the tbm_surface to the tbm_boSooChan Lim3-0/+22
2015-12-15add _tbm_surface_internal_format_to_str functionSooChan Lim2-0/+70
2015-12-15add the tbm_surface to the list of bufmgrSooChan Lim1-13/+12
2015-12-13chang the tbm:debug log formatsubmit/tizen/20151213.075028accepted/tizen/wearable/20151213.232130accepted/tizen/tv/20151213.232108accepted/tizen/mobile/20151213.232054SooChan Lim2-8/+10
2015-12-11add tbm_bufmgr_debug_show and tbm_bufmgr_debug_traceSooChan Lim2-0/+93
2015-12-11add TBM_DEBUG macro and put the prefix string at tbm log.SooChan Lim1-1/+2
2015-11-25surface_queue: Add new apis for reset queuesubmit/tizen/20151201.105445accepted/tizen/wearable/20151201.230158accepted/tizen/tv/20151201.230143accepted/tizen/mobile/20151201.230123Sangjin Lee2-1/+71
2015-11-25Change the surface management in queueSangjin Lee1-19/+39
2015-11-25bump to 1.2.0SooChan Lim1-1/+1
2015-11-25Add tbm surface queue sourceChangyeon Lee5-1/+588