summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-30Fix 1x1 issue of task-mgrtizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000010submit/tizen/20190830.072315accepted/tizen/unified/20190902.055254accepted/tizen/5.5/unified/wearable/hotfix/20201027.095847accepted/tizen/5.5/unified/mobile/hotfix/20201027.073534accepted/tizen/5.5/unified/20191031.004442tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedXuelian Bai4-2/+37
2019-08-27Fix yuv blit align issue.submit/tizen/20190829.234817accepted/tizen/unified/20190830.040819Xuelian Bai1-1/+1
2019-07-18Revert "sync wayland-egl code"submit/tizen/20190731.004415submit/tizen/20190730.013757submit/tizen/20190726.042250submit/tizen/20190723.043836submit/tizen/20190723.011703submit/tizen/20190717.043119accepted/tizen/unified/20190731.024348accepted/tizen/unified/20190724.063754Joonbum Ko3-45/+15
2019-07-18Revert "Create devel file for gbm"submit/tizen/20190724.231212submit/tizen/20190718.022254accepted/tizen/unified/20190724.231732accepted/tizen/unified/20190719.111635Joonbum Ko3-35/+1
2019-07-05Create devel file for gbmsubmit/tizen/20190716.054641submit/tizen/20190715.062210accepted/tizen/unified/20190717.115255Zhaowei Yuan3-1/+35
2019-06-19Check if stdraw is NULL before accesssubmit/tizen/20190627.071010accepted/tizen/unified/20190628.035315Zhaowei Yuan1-2/+2
2019-06-19close tbm_bufmgr_fd and dri2_dpy->fd after usedZhaowei Yuan1-0/+7
2019-06-03Changed the calling order of the enqueue_buffer.submit/tizen/20190603.062347accepted/tizen/unified/20190604.014616Joonbum Ko1-3/+3
2019-06-03Merge "Fix resize issue When evas resize window after dequeue, then draw and ...Joonbum Ko8-3/+111
2019-05-31Fix resize issueXuelian Bai8-3/+111
2019-05-30sync wayland-egl codeXiaowei Guan3-15/+45
2019-05-15egllog: add unlock call preventing the deadlocksubmit/tizen/20190515.041046accepted/tizen/unified/20190515.085011SooChan Lim1-0/+1
2019-05-08Added missed break in switch statement.submit/tizen/20190508.062627accepted/tizen/unified/20190509.041005Joonbum Ko1-0/+5
2019-05-07Re-implement _eglLog based on dlogZhaowei Yuan3-2/+36
2019-05-07Fix crash when query a pbuffer surfacesubmit/tizen/20190507.001146accepted/tizen/unified/20190507.111915Xuelian Bai1-20/+22
2019-05-07Revert "Fix LTO build error"SooChan Lim1-4/+1
2019-05-03Revert "spec: exclude i586 i686 x86_64"submit/tizen/20190503.004149accepted/tizen/unified/20190503.075103SooChan Lim1-1/+1
2019-05-01Fix LTO build errorSlava Barinov1-1/+4
2019-04-29Add Pbuffer support on Tizen platformsubmit/tizen/20190429.015220accepted/tizen/unified/20190429.103817Zhaowei Yuan1-9/+45
2019-04-26Revert "spec: only build on arm"SooChan Lim1-0/+2
2019-04-24spec: only build on armsubmit/tizen/20190424.105733accepted/tizen/unified/20190425.111631SooChan Lim1-2/+0
2019-04-24spec: exclude i586 i686 x86_64submit/tizen/20190424.063103SooChan Lim1-1/+1
2019-04-19add wayland-egl code for platform_waylandsubmit/tizen/20190424.023121Xiaowei Guan7-4/+194
2019-04-19fix weston build error and app launch errorXiaowei Guan2-6/+7
2019-04-19Fix build and launch error for mesa 19.0.0Xiaowei Guan4-8/+18
2019-04-19EFL will change EGL_PLATFORM, to avoid conflict with EFL, so Mesa use EGL_PL...Xiaowei Guan1-1/+1
2019-04-08Fix build error for tile format patchtizen_realXuelian Bai1-0/+2
2019-04-08Add modifier in attribute list if surface flag is tiled.Xuelian Bai1-2/+30
2019-04-08EGL: Add support for westonZhaowei Yuan2-12/+12
2019-04-08EGL_DRI2 : expose local_buffers for all platformsZhaowei Yuan1-3/+3
2019-04-08platform_tizen: setup screen and extensions while initZhaowei Yuan1-0/+7
2019-04-08platform_tizen: Fixed some build errors for supporting latest upstream code.Joonbum Ko4-6/+24
2019-04-08Release drm_fd when release tizen displayXuelian Bai3-5/+27
2019-04-08Platform_tizen: Allocate native display for EGL_DEFAULT_DISPLAYzhaowei yuan3-1/+17
2019-04-08egl/tizen: disable partial buffer swap settingsHackseung Lee1-2/+2
2019-04-08egl/tizen: Initialize arrays which may be used in uninitializedHoyub Lee1-3/+3
2019-04-08docs: Add Tizen Binary Download Instructions for RPI3Mun, Gwan-gyeong1-0/+47
2019-04-08docs: add Readme for Tizen and Readme RPI3 Setup for TizenMun, Gwan-gyeong2-0/+217
2019-04-08Switch off ASan for MesaSlava Barinov1-0/+1
2019-04-08packaging for Tizen platform.Mun, Gwan-gyeong6-2302/+390
2019-04-08configure.ac: Add tizen to supported egl platformsMun, Gwan-gyeong3-3/+9
2019-04-08egl_dri2: Add support for TizenMun, Gwan-gyeong7-2/+1650
2019-03-13docs: Add SHA256 sums for 19.0.0upstream/19.0.0Dylan Baker1-1/+2
2019-03-13docs: Add release notes for 19.0.0Dylan Baker1-2/+2402
2019-03-13VERSION: bump for 19.0.0 releaseDylan Baker1-1/+1
2019-03-12anv: Fix destroying descriptor sets when pool gets resetDanylo Piliaiev1-4/+3
2019-03-12anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero1-0/+6
2019-03-12anv: destroy descriptor sets when pool gets destroyedTapani Pälli2-0/+18
2019-03-12intel/nir: Vectorize all IOJason Ekstrand1-0/+17
2019-03-12nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand5-1/+392