2023-02-10 |
David Steele | Merge "Added rotation support to frame-callback" into... |
tree | commitdiff |
2023-02-02 |
Eunki Hong | Merge "Make dirtyrect use map container instead of... |
tree | commitdiff |
2023-01-31 |
Eunki, Hong | Make dirtyrect use map container instead of vector 80/286080/11 |
tree | commitdiff |
2023-01-23 |
David Steele | Merge changes Ibfc625f5,I26bd5ff5,I255b92f4,I0eff1efe... |
tree | commitdiff |
2023-01-20 |
David Steele | Changed Render::Renderer to use MemoryPoolAllocator 78/286778/6 |
tree | commitdiff |
2023-01-20 |
David Steele | Migrated Render::Texture to use memory pool 77/286777/6 |
tree | commitdiff |
2023-01-20 |
David Steele | Changed RenderItem* to RenderItemKey 72/286472/8 |
tree | commitdiff |
2023-01-20 |
David Steele | Changed keys from raw int to templated class 05/284605/15 |
tree | commitdiff |
2023-01-06 |
David Steele | Merge "DALi Version 2.2.8" into devel/master |
tree | commitdiff |
2023-01-06 |
Heeyong Song | Merge "Reduce Render::Renderer size" into devel/master |
tree | commitdiff |
2023-01-06 |
Heeyong Song | Merge "Remove object pointer from SceneGraph::PropertyN... |
tree | commitdiff |
2023-01-05 |
Wonsik Jung | Merge "Fix the screen rotation issue" into devel/master |
tree | commitdiff |
2023-01-04 |
Wonsik Jung | Fix the screen rotation issue 63/286263/2 |
tree | commitdiff |
2023-01-04 |
Seungho BAEK | Merge "Fix to do not use GetCurrentSize in actor-sizer... |
tree | commitdiff |
2023-01-02 |
Eunki Hong | Merge "Move VisualRenderer properties definition in... |
tree | commitdiff |
2022-12-28 |
Heeyong Song | Reduce Render::Renderer size 94/286094/1 |
tree | commitdiff |
2022-12-23 |
Eunki, Hong | Move VisualRenderer properties definition in SceneGraph... 61/285961/2 |
tree | commitdiff |
2022-12-22 |
Eunki, Hong | Remove annoying logs when we use astc image file 38/285938/1 |
tree | commitdiff |
2022-12-19 |
David Steele | Merge "Sync UTC harness" into devel/master |
tree | commitdiff |
2022-12-19 |
Heeyong Song | Change DebugPriority name and Debug priority 11/285611/4 |
tree | commitdiff |
2022-12-16 |
Adeel Kazmi | Merge "DALi Version 2.2.6" into devel/master |
tree | commitdiff |
2022-12-16 |
Adeel Kazmi | Merge "Added memory pool logging" into devel/master |
tree | commitdiff |
2022-12-16 |
David Steele | Added memory pool logging 98/285298/5 |
tree | commitdiff |
2022-12-16 |
David Steele | Merge "Reducing Node struct size" into devel/master |
tree | commitdiff |
2022-12-15 |
Heeyong Song | (Partial Update) Remove unnecessary data 07/285607/1 |
tree | commitdiff |
2022-12-15 |
Heeyong Song | (Partial Update) Fix the issue when we have several... 75/285575/2 |
tree | commitdiff |
2022-12-09 |
Adeel Kazmi | Merge "DALi Version 2.2.5" into devel/master |
tree | commitdiff |
2022-12-08 |
Heeyong Song | Fix partial update issues 61/284761/7 |
tree | commitdiff |
2022-12-08 |
David Steele | Refactoring node partial update cache 66/285066/3 |
tree | commitdiff |
2022-12-01 |
Eunki Hong | Merge "Minor coverity issue fixes" into devel/master |
tree | commitdiff |
2022-11-30 |
Eunki, Hong | Add MultiSampling FrameBuffer implement. 13/284213/8 |
tree | commitdiff |
2022-11-16 |
Eunki Hong | Merge "Deprecate Plane Distance setter + Implement... |
tree | commitdiff |
2022-11-16 |
Eunki Hong | Merge "Fix typo error" into devel/master |
tree | commitdiff |
2022-11-15 |
Eunki, Hong | Fix typo error 03/284303/1 |
tree | commitdiff |
2022-11-15 |
Heeyong Song | (DR) Fix texture binding 87/278987/4 |
tree | commitdiff |
2022-11-14 |
Heeyong Song | Merge "Fix SVACE issue" into devel/master |
tree | commitdiff |
2022-11-11 |
Heeyong Song | Fix SVACE issue 61/283361/2 |
tree | commitdiff |
2022-11-01 |
joogab yun | Merge "Add input source type and source data about... |
tree | commitdiff |
2022-10-28 |
Wonsik Jung | Merge "Fix race-condition when window is resized or... |
tree | commitdiff |
2022-10-27 |
David Steele | Merge "Seperate some matrix operations to MatrixUtils... |
tree | commitdiff |
2022-10-24 |
Eunki, Hong | Seperate some matrix operations to MatrixUtils 51/283151/18 |
tree | commitdiff |
2022-10-19 |
Eunki, Hong | Make SceneGraph::Camera as Node + FieldOfView animatable 59/282859/12 |
tree | commitdiff |
2022-10-17 |
Heeyong Song | (Partial Update) Continue to calculate damaged rects... 45/283045/3 |
tree | commitdiff |
2022-10-06 |
seungho | Fix Window Rotation issue 90/282390/10 |
tree | commitdiff |
2022-09-27 |
David Steele | Merge "Optimize transform level propagate" into devel... |
tree | commitdiff |
2022-09-27 |
Heeyong Song | Merge "Submit a empty command buffer when rendering... |
tree | commitdiff |
2022-09-26 |
Heeyong Song | Submit a empty command buffer when rendering is skipped... 85/281985/1 |
tree | commitdiff |
2022-09-19 |
Heeyong Song | Submit command buffer when rendering is skipped 30/281430/1 |
tree | commitdiff |
2022-08-22 |
Heeyong Song | Merge "(Partial Update) Change damaged rect calcutation... |
tree | commitdiff |
2022-08-18 |
Heeyong Song | (Partial Update) Change damaged rect calcutation 96/279796/1 |
tree | commitdiff |
2022-07-28 |
Eunki Hong | Merge "Remove std::vector dependency for dali-signal... |
tree | commitdiff |
2022-07-26 |
Heeyong Song | (Partial Update) Change UPDATE_SIZE_HINT to UPDATE_AREA... 73/278673/2 |
tree | commitdiff |
2022-07-22 |
Adeel Kazmi | Merge "Reduced the cyclomatic complexity of several... |
tree | commitdiff |
2022-07-22 |
Adeel Kazmi | Merge "DALi Version 2.1.32" into devel/master |
tree | commitdiff |
2022-07-22 |
Eunki, Hong | Upload PixelData's sub image to Texture 35/277735/12 |
tree | commitdiff |
2022-07-11 |
joogab yun | Merge "Fix an issue where TapGesture Events are not... |
tree | commitdiff |
2022-07-06 |
Adam Bialogonski | DirectRendering with DrawableView support and list... 11/276111/8 |
tree | commitdiff |
2022-05-18 |
Eunki Hong | Merge "base-signal connect and disconnect in O(1)"... |
tree | commitdiff |
2022-05-18 |
Eunki, Hong | Minor optimize during build uniform index maps 77/275077/6 |
tree | commitdiff |
2022-04-29 |
Adeel Kazmi | Merge "DALi Version 2.1.20" into devel/master |
tree | commitdiff |
2022-04-29 |
David Steele | Merge "Simplifying UniformMap updating" into devel... |
tree | commitdiff |
2022-04-25 |
David Steele | Simplifying UniformMap updating 86/261286/14 |
tree | commitdiff |
2022-04-22 |
Heeyong Song | Merge "Relayout only if the actor is on Scene" into... |
tree | commitdiff |
2022-04-21 |
Eunki, Hong | Lock uniform buffer only 1 times per each render +... 81/272981/20 |
tree | commitdiff |
2022-04-21 |
Seungho BAEK | Merge "Fix to do not update state of render task in... |
tree | commitdiff |
2022-04-21 |
seungho | Fix to do not update state of render task in case of... 30/273930/3 |
tree | commitdiff |
2022-04-19 |
Heeyong Song | Merge "Add CHROMINANCE pixel format" into devel/master |
tree | commitdiff |
2022-04-14 |
Heeyong Song | Add CHROMINANCE pixel format 35/273835/1 |
tree | commitdiff |
2022-04-11 |
David Steele | Merge "Changed handling of uniforms of arrays of struct... |
tree | commitdiff |
2022-04-08 |
David Steele | Changed handling of uniforms of arrays of structs 18/273618/1 |
tree | commitdiff |
2022-04-05 |
Heeyong Song | Merge "Use update object size in CalculateActorScreenPo... |
tree | commitdiff |
2022-04-05 |
Adeel Kazmi | Merge "Hit-test can hit more than 32 depth clipping... |
tree | commitdiff |
2022-04-04 |
Adeel Kazmi | Merge "Fixing culling for magnifier use case" into... |
tree | commitdiff |
2022-04-04 |
David Steele | Fixing culling for magnifier use case 68/272368/6 |
tree | commitdiff |
2022-03-22 |
Adeel Kazmi | Merge "Remove element of Property::Map by the specified... |
tree | commitdiff |
2022-03-18 |
Adam Bialogonski | DirectRendering: 76/270676/20 |
tree | commitdiff |
2022-02-23 |
David Steele | Merge "Implement some more speed-up : Reserve TextureBi... |
tree | commitdiff |
2022-02-23 |
Eunki, Hong | Implement some more speed-up : Reserve TextureBindings... 33/271533/3 |
tree | commitdiff |
2022-02-22 |
Eunki, Hong | Ignore insert/erase function during PreRender's itemsDi... 12/271512/2 |
tree | commitdiff |
2022-02-16 |
Heeyong Song | Merge "Add stride to PixelData" into devel/master |
tree | commitdiff |
2022-02-11 |
Heeyong Song | Add stride to PixelData 54/270454/5 |
tree | commitdiff |
2022-01-28 |
Adeel Kazmi | Merge "Adding Handle::ReserveCustomProperties method... |
tree | commitdiff |
2022-01-25 |
Heeyong Song | Merge "(Partial update) Change resetting the updated... |
tree | commitdiff |
2022-01-25 |
Heeyong Song | (Partial update) Change resetting the updated flag 83/267183/4 |
tree | commitdiff |
2022-01-20 |
David Steele | Merge "Decrease property registration time" into devel... |
tree | commitdiff |
2022-01-20 |
Heeyong Song | Merge "(Partial Update) Mark as not rendered if the... |
tree | commitdiff |
2022-01-19 |
joogab yun | Merge "Even if only InterceptTouchEvent is registered... |
tree | commitdiff |
2022-01-18 |
Heeyong Song | (Partial Update) Mark as not rendered if the node is... 95/268095/4 |
tree | commitdiff |
2022-01-17 |
Artur Świgoń | Replace obsolete safe bool idiom with explicit operator... 00/269400/2 |
tree | commitdiff |
2021-12-17 |
Heeyong Song | Merge "Move mItemsDirtyRects from Scene to SceneGraph... |
tree | commitdiff |
2021-12-16 |
Heeyong Song | Move mItemsDirtyRects from Scene to SceneGraph::Scene 34/267634/4 |
tree | commitdiff |
2021-12-15 |
Bowon Ryu | Merge "Fixed the crash appears after closing app when... |
tree | commitdiff |
2021-12-10 |
Adeel Kazmi | Merge "Fix the local matrix dirty flag when size is... |
tree | commitdiff |
2021-12-08 |
Heeyong Song | Use a proper projection matrix 75/267175/2 |
tree | commitdiff |
2021-11-19 |
Eunki, Hong | Let range for loop don't touch container at RenderManager 45/266045/5 |
tree | commitdiff |
2021-11-18 |
Adeel Kazmi | Merge "DALi Version 2.0.53" into devel/master |
tree | commitdiff |
2021-11-18 |
Adeel Kazmi | Fix SVACE error in render-manager.cpp 70/266770/1 |
tree | commitdiff |
2021-11-17 |
Heeyong Song | Merge "(Partial update) Reset the updated flag after... |
tree | commitdiff |
2021-11-16 |
Heeyong Song | (Partial update) Reset the updated flag after calculati... 02/266602/1 |
tree | commitdiff |
2021-10-15 |
Heeyong Song | Skip rendering if the damaged rect is empty 99/265199/5 |
tree | commitdiff |
next |