summaryrefslogtreecommitdiff
path: root/dali
AgeCommit message (Expand)AuthorFilesLines
13 hoursDALi Version 2.3.33dali_2.3.33Adam Bialogonski1-1/+1
35 hoursimprove the rotation logic to cover various window position caseTaehyub Kim1-5/+7
4 daysAdds Graphics CommandBuffer::Begin/End to backendDavid Steele4-24/+55
4 daysMerge "Fixups following EGL refactor for Vulkan" into devel/masterDavid Steele10-31/+40
7 daysFixups following EGL refactor for VulkanDavid Steele10-31/+40
7 daysMerge changes I886d41de,Id00dd7c0,Ifa37ab49,I5326fdd9,I53c44d15, ... into dev...David Steele154-1499/+9876
7 daysParser changes for Vulkan (need to add UNIFORM outside of UNIFORM_BLOCK scopeAdam Bialogonski2-0/+40
7 daysMerge "DALi Version 2.3.32" into devel/masterAdeel Kazmi1-1/+1
7 daysDALi Version 2.3.32dali_2.3.32David Steele1-1/+1
8 daysFix compile error at gcc-13 - include cstdint at shader-parser.hEunki Hong1-1/+3
8 daysCalculate hash by std::string, instaed of raw-c-pointerEunki, Hong1-1/+1
9 daysAdd EOL for some logEunki, Hong1-5/+5
10 daysRemove list of egl context what egl holdEunki, Hong1-0/+7
10 daysTrace during several egl relative API not called every framesEunki, Hong1-0/+69
10 daysPrint some log when we Add/Remove task completed callbackEunki, Hong1-5/+16
11 daysMaking test-render-surface.cpp/h common across reposDavid Steele18-12/+130
11 daysRefactoring framebuffer and renderpass objectsDavid Steele9-712/+738
11 daysInitial drop of vulkan codeDavid Steele70-143/+8297
11 daysRefactored Graphics interfacesDavid Steele77-669/+1038
11 daysRemoved EGL keyword from WindowBase method namesDavid Steele19-225/+240
11 daysRefactored DisplayConnection to remove graphics dependencyDavid Steele22-450/+131
11 daysEGL CleanupDavid Steele17-116/+130
2024-07-05Merge "DALi Version 2.3.31" into devel/masterAdeel Kazmi1-1/+1
2024-07-05Merge "Shader processor" into devel/masterAdeel Kazmi7-23/+812
2024-07-05Merge "(Capture) Remove compilation warning for unused variable" into devel/m...Adeel Kazmi1-5/+1
2024-07-05DALi Version 2.3.31dali_2.3.31Adam Bialogonski1-1/+1
2024-07-04(Capture) Remove compilation warning for unused variableAdeel Kazmi1-5/+1
2024-07-04(Android) Add functionality to stream assetsAdeel Kazmi2-19/+97
2024-07-03Shader processorAdam Bialogonski7-23/+812
2024-06-28Merge "GLES reflection supports array element stride for UBO members." into d...David Steele1-6/+33
2024-06-28Merge "DALi Version 2.3.30" into devel/masterAdeel Kazmi1-1/+1
2024-06-28DALi Version 2.3.30dali_2.3.30Richard Huang1-1/+1
2024-06-28GLES reflection supports array element stride for UBO members.Adam Bialogonski1-6/+33
2024-06-27Supports window modality and always top functionsWonsik Jung17-0/+362
2024-06-21Merge "DALi Version 2.3.29" into devel/masterAdeel Kazmi1-1/+1
2024-06-21DALi Version 2.3.29dali_2.3.29David Steele1-1/+1
2024-06-20Check validity of accessible obj when accessed from coalescableMessage timerYoungsun Suh7-63/+75
2024-06-20Merge "Make sure invalid default label is removed before searching the list" ...Youngsun Suh6-51/+79
2024-06-20For Frame Eventjoogab.yun17-25/+225
2024-06-17Make sure invalid default label is removed before searching the listYoungsun Suh6-51/+79
2024-06-14Merge "DALi Version 2.3.28" into devel/masterAdeel Kazmi1-1/+1
2024-06-14DALi Version 2.3.28dali_2.3.28Adam Bialogonski1-1/+1
2024-06-14Fix assert when callback cancel timer during execute callbackEunki, Hong2-24/+60
2024-06-12Make some program log print always as debug levelEunki, Hong1-3/+3
2024-06-12Consider calloc failed casesEunki, Hong5-138/+144
2024-06-11Fix coverity issue at framework-tizenEunki, Hong1-28/+48
2024-06-11Fix coverity issue at clipboardEunki, Hong3-51/+52
2024-06-11Merge "Implement multi-type copy support for the clipboard" into devel/masterBowon Ryu4-71/+308
2024-06-07DALi Version 2.3.27dali_2.3.27Adeel Kazmi1-1/+1
2024-06-05Implement multi-type copy support for the clipboardBowon Ryu4-71/+308