summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-06tbm_surface_internal: remove padding area of buffer in capturetizen_5.5_tvChangyeon Lee1-10/+19
2020-03-06Revert "tbm_surface_internal: Removes avoidable malloc() for png dump"Junkyeong Kim1-4/+36
2019-09-16Package version up to 3.2.8tizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185105submit/tizen_5.5/20191031.000005submit/tizen/20190916.062807accepted/tizen/unified/20190917.110613accepted/tizen/5.5/unified/mobile/hotfix/20201027.080707accepted/tizen/5.5/unified/20191031.021328tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixChangyeon Lee1-1/+1
2019-09-16tbm_surface_internal: fix null pointer dereferenceChangyeon Lee1-1/+1
2019-09-16tbm_surface_internal: Removes avoidable malloc() for png dumpYoungJun Cho1-36/+4
2019-09-04Package version up to 3.2.7submit/tizen/20190905.074108Changyeon Lee1-1/+1
2019-09-04use PTHREAD_MUTEX_INITIALIZER for static mutexChangyeon Lee4-94/+3
2019-08-30Package version up to 3.2.6submit/tizen/20190830.073600accepted/tizen/unified/20190902.055241Changyeon Lee1-1/+1
2019-08-29tbm_bufmgr: add stdout log before and after load moduleChangyeon Lee2-0/+12
2019-08-22Revert "tizen: Add additional unit for "unified" user session"submit/tizen/20190826.053808accepted/tizen/unified/20190828.011051Yunmi Ha3-31/+0
2019-08-13Package version up to 3.2.5submit/tizen/20190813.090505accepted/tizen/unified/20190819.081502Changyeon Lee1-1/+1
2019-08-13tbm_drm_helper: add extern CChangyeon Lee1-0/+7
2019-08-05doc: add the md files for the tbm porting_guideSooChan Lim2-0/+220
2019-07-25change the commentSooChan Lim1-1/+1
2019-07-15Package version up to 3.2.4submit/tizen/20190725.044739submit/tizen/20190718.064631accepted/tizen/unified/20190721.213230Changyeon Lee1-1/+1
2019-07-08tbm_surface_queue: attach and check surface when free_cond is awakenedChangyeon Lee1-5/+22
2019-07-05Package version up to 3.2.3submit/tizen/20190705.094247accepted/tizen/unified/20190708.052452Junkyeong Kim1-1/+1
2019-07-05add gcno data for gcovJunkyeong Kim1-0/+29
2019-06-11tbm_surface: remove trace log in checking validChangyeon Lee2-6/+2
2019-06-11surface_queue: remove need_attach interface of sequence and defaultChangyeon Lee1-58/+36
2019-06-11surface_queue: move flags from impl_data to surface_queueChangyeon Lee1-32/+9
2019-06-11Package version up to 3.2.2submit/tizen/20190611.040851SooChan Lim1-1/+1
2019-06-04Fix tiled format issue.Xuelian Bai1-1/+1
2019-05-03Package version up to 3.2.1submit/tizen/20190507.022333submit/tizen/20190503.062627submit/tizen/20190503.004212accepted/tizen/unified/20190508.111037SooChan Lim1-1/+1
2019-04-29tizen: Add additional unit for "unified" user sessionMateusz Moscicki3-0/+31
2019-03-27surface_queue: remove unnecessary checking of queue validChangyeon Lee1-22/+0
2019-03-22Package version up to 3.2.0submit/tizen/20190322.045511accepted/tizen/unified/20190325.070821SooChan Lim1-1/+1
2019-03-21Add backend function for vendor supported tiled format.Xuelian Bai2-0/+49
2019-03-21add TBM_BO_TILED flagsSooChan Lim1-1/+2
2019-03-20package version up to 3.1.5submit/tizen/20190320.072431accepted/tizen/unified/20190321.062458Changyeon Lee1-1/+1
2019-03-20surface_queue: use MONOTOINIC timer in pthread_condChangyeon Lee1-5/+20
2019-03-20Revert "surface_queue: use MONOTOINIC timer in pthread_cond"Changyeon Lee1-16/+5
2019-03-20package version up to 3.1.4Changyeon Lee1-1/+1
2019-03-20surface_queue: use MONOTOINIC timer in pthread_condChangyeon Lee1-5/+16
2019-03-07Package version up to 3.1.3submit/tizen/20190307.083826accepted/tizen/unified/20190311.072616SooChan Lim1-1/+1
2019-03-06add systemd unit before optionJunkyeong Kim1-1/+2
2019-02-07Package version up to 3.1.2submit/tizen/20190207.054617accepted/tizen/unified/20190208.061608SooChan Lim1-1/+1
2019-01-30add TBM_BUFMGR_CAPABILITY_TILED_MEMORYSooChan Lim1-4/+5
2019-01-04Package version up to 3.1.1submit/tizen/20190104.034936accepted/tizen/unified/20190107.065427Changyeon Lee1-1/+1
2019-01-04tbm_surface: use lock of global bufmgr lock intead lock of bufmgrChangyeon Lee2-7/+6
2018-12-28introduce tbm_surface_queue_can_dequeue_wait_timeoutChangyeon Lee3-0/+75
2018-12-26Package version up to 3.1.0SooChan Lim1-1/+1
2018-12-10Package version up to 3.0.8submit/tizen_5.0/20181210.070950submit/tizen/20181210.071016accepted/tizen/5.0/unified/20181211.064530Changyeon Lee1-1/+1
2018-12-10tbm_bo: use mutex lock of bufmgr instead boChangyeon Lee3-130/+94
2018-12-07backend: fix wrong conditionYoungJun Cho1-2/+2
2018-11-29Package version up to 3.0.7submit/tizen_5.0/20181129.102622submit/tizen/20181129.102605accepted/tizen/unified/20181130.065006accepted/tizen/5.0/unified/20181130.065043SooChan Lim1-1/+1
2018-11-29bufmgr: get the clients's app_name when the process is the root.SooChan Lim1-3/+7
2018-11-27package version up to 3.0.6submit/tizen_5.0/20181127.070336submit/tizen/20181127.070234accepted/tizen/unified/20181128.144715accepted/tizen/5.0/unified/20181128.144703Changyeon Lee1-1/+1
2018-11-27queue: don't unlock mutex before call alloc callbackChangyeon Lee1-8/+0
2018-11-19Package version up to 3.0.5submit/tizen_5.0/20181123.035305submit/tizen_5.0/20181121.124938submit/tizen_5.0/20181119.115322submit/tizen/20181120.070355submit/tizen/20181119.115215submit/submit/tizen_5.0/20181123.035305/20181123.044214accepted/tizen/unified/20181120.061332accepted/tizen/5.0/unified/20181126.062036accepted/tizen/5.0/unified/20181122.060327accepted/tizen/5.0/unified/20181120.061308Changyeon Lee1-1/+1