summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Merge branch 'devel/tizen' into tizentizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20141007.444444submit/tizen_common/20141003.040915accepted/tizen/ivi/20141009.080624accepted/tizen/common/20141003.171531tizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonSooChan Lim3-5/+64
2014-10-01Apply LB doxygen review at tbm_surface.h and tbm_type.hChangyeon Lee2-200/+259
2014-10-01Apply LB doxygen review at tbm_surface.h and tbm_type.hChangyeon Lee2-200/+259
2014-10-01Add check for locking and mapping and unmapping failChangyeon Lee1-3/+25
2014-09-30Merge "add the code for supporting the tbm_fd" into devel/tizenSooChan Lim3-5/+64
2014-09-30add the code for supporting the tbm_fdRoman Marchenko3-5/+64
2014-09-19Add check for locking and mapping and unmapping failChangyeon Lee1-3/+25
2014-09-04Merge "fix pointer-to-int-cast error" into tizensubmit/tizen_ivi/20140926.000000submit/tizen_common/20140923.012210accepted/tizen/ivi/20140927.095040accepted/tizen/common/20140923.085238Sangjin Lee2-7/+7
2014-09-03remove useless line in spec filesubmit/tizen_ivi/20140909.000000submit/tizen_common/20140903.053253accepted/tizen/ivi/20140909.103724accepted/tizen/common/20140903.083430SooChan Lim1-1/+0
2014-09-03rename a symbole ( tbm_bufmgr_get_drm_fd_wl -> tbm_bufmgr_get_drm_fd_wayland)SooChan Lim1-1/+1
2014-08-28fix pointer-to-int-cast errorChanho Park2-7/+7
2014-08-26Add '_tbm_bo_is_valid' static functionSooChan Lim1-14/+35
2014-08-26Fix prevent issue and accessing null pointerChangyeon Lee3-3/+10
2014-08-22do not build drm_slp_bufmgr when the arch is x86_64submit/tizen/20140822.120541accepted/tizen/ivi/20140828.163341accepted/tizen/common/20140822.152049SooChan Lim3-2/+20
2014-08-22fix the build break to upload obssubmit/tizen/20140822.101850submit/tizen/20140822.100703SooChan Lim3-3/+3
2014-08-22fix the build-breaksubmit/tizen/20140822.082231SooChan Lim2-2/+2
2014-08-18remove the function which tbm does not support.submit/tizen_common/20140822.072318SooChan Lim2-38/+0
2014-08-15version upSooChan Lim1-1/+1
2014-08-14initailize drm depending on the window system platformsSooChan Lim11-111/+1002
2014-08-13add the build configuration to distinguish between x11 and waylandSooChan Lim3-3/+40
2014-08-13package uploadSooChan Lim1-1/+1
2014-08-13change the version of the tbmSooChan Lim1-1/+1
2014-08-13remove libdrm dependency at devel packageSooChan Lim2-2/+1
2014-08-07set gBufMgr to be null at the deinitialization timeSooChan Lim1-0/+1
2014-08-06Add typedef tbm_surface_plane_sChangyeon Lee1-14/+20
2014-08-06remove bufmgr parameter at the tbm_surface_internal APIsSooChan Lim3-47/+110
2014-08-06put the implementation to create tbm_surface with bosSooChan Lim1-1/+62
2014-08-05move the manifest fileSooChan Lim3-9/+6
2014-08-04Merge "set the DEFINE according to the version of capi-base-common" into tizenSooChan Lim2-7/+19
2014-08-05Remove tbm_bufmgr,tbm_surface_internal from doxygen documentChangyeon Lee5-72/+1
2014-08-05set the DEFINE according to the version of capi-base-commonSooChan Lim2-7/+19
2014-08-04add tbm surface as the Core apiSooChan Lim18-521/+3117
2014-03-14lock before map and unlock after unmaptizen_3.0.m14.2_ivi_releasesubmit/tizen/20140409.005132submit/devel/x11/20140718.035926accepted/tizen/mobile/20140702.071654accepted/tizen/ivi/20140410.192424accepted/tizen/generic/20140415.103911tizen_3.0.m14.2_ividevel/x11accepted/tizen_genericSooChan Lim2-3/+6
2013-08-26Merge from Tizen 2.2 releasesubmit/tizen_ivi_stable/20131116.100601submit/tizen_ivi_stable/20131116.011132submit/tizen_ivi_genivi/20140131.060550submit/tizen/20130910.024811ivi_oct_m2accepted/tizen_ivi_stable/20131116.102806accepted/tizen_ivi_stable/20131116.011800accepted/tizen/ivi/genivi/20140131.060545accepted/tizen/20130910.205542accepted/tizen/20130910.203438accepted/tizen/20130910.195307accepted/tizen/20130910.183647accepted/tizen/20130910.111942tizen_ivi_geniviaccepted/tizen/ivi/stableaccepted/tizen/ivi/geniviSung-Jin Park8-184/+247
2013-07-03resetting manifest requested domain to floorsubmit/tizen/20130710.125120accepted/tizen/20130710.221206Alexandru Cornea2-0/+9
2013-05-17fixed pointer casting which fails on 64bit systemssubmit/tizen/20130517.204445accepted/tizen/20130520.103625Anas Nashif1-3/+3
2013-04-12initialization of bufmgr variablesubmit/tizen_2.1/20130424.234232submit/tizen/20130517.045416accepted/tizen_2.1/20130425.024738accepted/tizen/20130520.1014342.1b_releasetizen_2.1SooChan Lim2-2/+2
2013-04-03Do not require libdrm2 directlyAnas Nashif1-5/+8
2013-03-23fix segmentation faultBoram Park2-1/+3
2013-03-19install drm_slp so filesSooChan Lim3-2/+4
2013-03-16sync with masterJinkun Jang21-0/+2606
2012-12-10Initial empty repositoryHyungKyu Song0-0/+0