summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01package version up to 0.1.4submit/tizen_4.0/20180201.041741accepted/tizen/4.0/unified/20180202.060950tizen_4.0accepted/tizen_4.0_unifiedJunkyeong Kim1-1/+1
Change-Id: Id3d8baded76f2145187e7af8531a1f03a2373f7a Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
2018-02-01fix the potential memory corruptionBoram Park1-2/+5
Changing the initted address of a variable in the middle of a function running is very dangerous. If it happens suddenly, it could make unexpected result and must be hard to debug. Change-Id: I55a489d490876ec2992b7949da8e2596f91644b6 Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
2018-02-01use one bo for NV12 formatChangyeon Lee1-2/+3
Change-Id: I22a0661efcd170f99d78401017f98e832ca08010
2018-02-01fixed coding ruleChangyeon Lee1-2/+2
Change-Id: I995002022804cbc63a7e605e6165fa30689b11aa
2017-09-14package version up to 0.1.3tizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170915.042738submit/tizen/20170915.042719accepted/tizen/unified/20170915.195607accepted/tizen/4.0/unified/20170915.202954SooChan Lim1-1/+1
Change-Id: Icc2ecbdcfb9e8e47c282d379b0df55152fb90b35
2017-09-14set VC4_DRM_NAME to vc4SooChan Lim1-1/+1
Change-Id: I57aa04ca4b2ab42971e8d58a38a5cdd7d125b698
2017-09-08package version up to 0.1.2submit/tizen_4.0/20170908.051855submit/tizen/20170908.051506accepted/tizen/unified/20170908.220651accepted/tizen/4.0/unified/20170908.222239SooChan Lim1-1/+1
Change-Id: Ia4cc232a091f7afd58e7975a1c02e3cbec519af2
2017-09-08change ifndef USE_RENDER_NODE rangeJunkyeong Kim1-4/+4
Change-Id: I34930d1905f92b0b3a6babe7a506d86bd3632ccc Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
2017-09-08remove PrivGemJunkyeong Kim1-61/+11
Change-Id: Ib5eee25d70427fa9910af2bab500878bac4da0cd Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
2017-07-25package version up to 0.1.1submit/tizen_4.0/20170828.110001submit/tizen_4.0/20170828.100001submit/tizen_4.0/20170811.094300submit/tizen/20170725.043609accepted/tizen/unified/20170725.174256accepted/tizen/4.0/unified/20170828.224325accepted/tizen/4.0/unified/20170816.011800SooChan Lim1-1/+1
Change-Id: I520095386eb58e8abea6e36ebb5deca3701d3a7d
2017-07-25remove unused codeSooChan Lim1-6/+0
Change-Id: I87ae8010ed24ab579bdbb80d20c04867e3048adb
2017-07-25add manifestSooChan Lim2-1/+9
Change-Id: I3c3b2b12ce7b9d47343969c84009bc36b41a10fe
2017-05-08corret argument of memsettizen_4.0.m1_releasesubmit/tizen/20170508.094936accepted/tizen/unified/20170508.153437Changyeon Lee1-1/+1
Change-Id: I48fcad6bfb4be5212cd3014d0b5260e8afa01f2c
2017-04-28package version up to 0.1.0submit/tizen/20170428.081809accepted/tizen/unified/20170502.041132SooChan Lim2-2/+2
Change-Id: Ib9af5f04ef584ad24a01fde49babd2dfcddde14b
2017-04-10Change management of internal yuv buffers.Mun, Gwan-gyeong1-4/+4
AS-IS: maintain only one buffer and internal yuv buffers are distinguished by offset. TO-BE: maintain seperated buffers for internal yuv buffers. Change-Id: I85fb726511d0d56f39bb9d39be09111e834bbe96 Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com>
2017-03-30Fix leakage of Gem handle on tbm_bcm_bo_import_fd()Mun, Gwan-gyeong1-11/+9
tbm_bcm_bo_import_fd() calls DRM_IOCTL_GEM_OPEN for getting of buffer size. but previous implementation does not call DRM_IOCTL_GEM_CLOSE for this handle. it causes leakeage of gem memory. this patch fixes it. Change-Id: I0bcb1bd5d5373116088b45aca8a49e2efc357e30 Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com>
2017-03-22use %license macro to copy the COPYING file.SooChan Lim1-3/+1
Change-Id: If509445650f606460fecc69d8169bcf4f1c54029
2017-03-22fix the typoSooChan Lim1-1/+1
Change-Id: I1211db0b58ccd4cd085f2b1aed700788965e1351
2017-03-14change the COPYINGSooChan Lim1-1/+1
Change-Id: I086146dde78ab7b31a105cd4b3f1e11b8d2bbf17 Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
2017-03-15rename bcm to vc4SooChan Lim6-587/+580
change the file name, package name and the prefix of the symbols Change-Id: Ia2ff92e0ef623c9d094a2bc94b72856a010dee93
2017-03-14Fix buffer alignment for vc4 drm. add calling of tbm_drm_helper_set_fd() on ↵Mun, Gwan-gyeong1-3/+3
Server Change-Id: Ib74d00a2da8faecc34892c380037e7fbe6a77dc0 Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
2017-03-14add initial code for libtbm vc4 backendxing.huang5-599/+539
This is the first work the libtbm backend for vc4. This libtbm-bcm2837 backend code is based on the libtbm-exynos. Signed-off-by: xing.huang <xing.huang@samsung.com> Change-Id: I26067b288422961746e8389eb65cd78b2bc42eb5 Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
2017-03-14add initial code for generating the libtbm-vc4SooChan Lim13-0/+2697
We will make the libtbm-vc4 backend based on libtbm-exynos. Change-Id: Ide47bc214229b9e782a00eb78ac75f755672cd8c Signed-off-by: SooChan Lim <sc1.lim@samsung.com>
2017-03-09Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0