Add ViewportGuideActor to RenderTask
[platform/core/uifw/dali-core.git] / dali / internal / update / manager /
2022-08-17 seunghoAdd ViewportGuideActor to RenderTask 97/279397/10
2022-07-28 Eunki HongMerge "Remove std::vector dependency for dali-signal...
2022-07-26 Heeyong Song(Partial Update) Change UPDATE_SIZE_HINT to UPDATE_AREA... 73/278673/2
2022-07-22 Adeel KazmiMerge "Reduced the cyclomatic complexity of several...
2022-07-22 Adeel KazmiMerge "DALi Version 2.1.32" into devel/master
2022-07-22 Heeyong Song(Partial Update) Fix renderer opacity issue 47/278547/1
2022-05-20 Adeel KazmiMerge "DALi Version 2.1.23" into devel/master
2022-05-18 Eunki, HongFix when shader changeness not applied issue 63/275163/9
2022-05-13 David SteeleMerge "Apply Visual's transform + borderline properties...
2022-05-12 Eunki, HongApply Visual's transform + borderline properties for... 82/274182/21
2022-05-12 Heeyong SongDelete Renderers before Shaders 30/274930/1
2022-05-09 Heeyong SongMerge "Add API to UpdateProxy" into devel/master
2022-05-06 Heeyong SongAdd API to UpdateProxy 53/274253/3
2022-04-29 Adeel KazmiMerge "DALi Version 2.1.20" into devel/master
2022-04-29 David SteeleMerge "Simplifying UniformMap updating" into devel...
2022-04-25 David SteeleSimplifying UniformMap updating 86/261286/14
2022-04-22 Heeyong SongMerge "Relayout only if the actor is on Scene" into...
2022-04-21 Seungho BAEKMerge "Fix to do not update state of render task in...
2022-04-21 seunghoFix to do not update state of render task in case of... 30/273930/3
2022-04-05 Eunki HongMerge "Level up Dali::Internal::FreeList as Dali::FreeL...
2022-04-05 Heeyong SongMerge "Use update object size in CalculateActorScreenPo...
2022-04-05 Adeel KazmiMerge "Hit-test can hit more than 32 depth clipping...
2022-04-04 Eunki, HongLevel up Dali::Internal::FreeList as Dali::FreeList 82/271082/14
2022-04-04 Adeel KazmiMerge "Fixing culling for magnifier use case" into...
2022-04-04 David SteeleFixing culling for magnifier use case 68/272368/6
2022-03-22 Adeel KazmiMerge "Remove element of Property::Map by the specified...
2022-03-18 Adam BialogonskiDirectRendering: 76/270676/20
2022-01-28 Adeel KazmiMerge "Adding Handle::ReserveCustomProperties method...
2022-01-25 Heeyong Song(Partial Update) Use world color to check if the item... 16/270016/2
2022-01-25 Heeyong SongMerge "(Partial update) Change resetting the updated...
2022-01-25 Heeyong Song(Partial update) Change resetting the updated flag 83/267183/4
2022-01-20 David SteeleMerge "Decrease property registration time" into devel...
2022-01-20 Heeyong SongMerge "(Partial Update) Mark as not rendered if the...
2022-01-18 Heeyong Song(Partial Update) Mark as not rendered if the node is... 95/268095/4
2021-12-15 Bowon RyuMerge "Fixed the crash appears after closing app when...
2021-12-10 Adeel KazmiMerge "Fix the local matrix dirty flag when size is...
2021-12-06 Eunki HongMerge "Fix ReuseRenderer issue when renderer is nullptr...
2021-12-03 Eunki, HongFix ReuseRenderer issue when renderer is nullptr 18/267418/3
2021-12-02 RichardFix the local matrix dirty flag when size is changed 91/267391/2
2021-12-02 Richard HuangSort transform components in breadth first order per... 11/267211/5
2021-11-18 David SteeleRecalculated layer's reusability flags after transform... 97/266497/2
2021-11-18 Richard HuangReset node animatable properties for two frames after... 94/266094/4
2021-11-18 Richard HuangFix the local matrix dirty flags for transform components 45/265845/4
2021-11-18 Richard HuangFixed node dirty flags when inheriting the flags from... 19/265719/3
2021-11-18 Richard HuangAdd a node resetter that resets the animatable properti... 05/265205/4
2021-11-17 Heeyong SongMerge "Don't do AABB culling if the clipping mode of...
2021-11-16 Heeyong SongDon't do AABB culling if the clipping mode of the node... 15/266215/3
2021-11-03 Adeel KazmiEnsure a FrameCallback is removed properly from a Frame... 71/265971/3
2021-09-16 Richard HuangPerform AABB test in the viewport space for renderers... 13/263213/14
2021-09-10 Adeel KazmiMerge "DALi Version 2.0.43" into devel/master
2021-09-08 Eunki HongAdd BlendMode::ON_WITHOUT_CULL to keep rendering even... 69/263369/5
2021-07-21 David SteeleMoved SetUpdate propagation to UpdateNodes 83/261583/1
2021-07-21 Adeel KazmiMerge "Changed RenderDataProvider to remove copy" into...
2021-07-20 David SteeleChanged RenderDataProvider to remove copy 29/261529/1
2021-06-01 joogab yunMerge "Add Gesture Propagation" into devel/master
2021-05-31 joogab yunMerge "Fixed an issue the triple tap did not work....
2021-05-31 Heeyong SongFix scissor clipping in case of a transparent Renderer 78/258978/2
2021-05-27 Heeyong SongFix node tree logging 44/258744/2
2021-05-26 David SteeleMerge branch 'devel/master' into devel/graphics 93/258793/2
2021-05-19 David SteeleAdding graphics sync object 88/258488/2
2021-05-14 Adeel KazmiMerge "Adding packed small float pixel format." into...
2021-05-13 Adeel KazmiMerge branch 'devel/master' into devel/graphics 23/258323/1
2021-04-29 David SteeleClean up in Aisle #3 00/257700/1
2021-04-29 David SteeleCleanup in Aisle #2 99/257699/1
2021-04-19 joogab yunMerge "Change TOUCH_AREA to TOUCH_AREA_OFFSET" into...
2021-04-14 Adeel KazmiAdded a comment to explain FrameCallback behaviour 10/256910/1
2021-04-13 David SteeleInitialize framebuffer before render pass used 19/256119/11
2021-04-13 Adam BialogonskiMerge branch 'devel/master' into devel/graphics 04/256804/1
2021-04-13 Heeyong SongFix heap-use-after-free in FrameCallback 83/256783/1
2021-04-12 Heeyong SongSkip rendering before the first renderer is added to... 43/256743/2
2021-03-26 Adeel KazmiMerge branch 'devel/master' into devel/graphics 23/256023/1
2021-03-23 Heeyong SongFix partial update issue 80/255680/3
2021-02-15 Adeel KazmiMerge branch 'devel/master' into devel/graphics 58/253558/2
2021-02-10 Adeel KazmiMerge "Move shader program creation from update side...
2021-02-09 Richard HuangMove shader program creation from update side to render... 89/253389/3
2021-01-28 Adeel KazmiMerge "Updated all code to new format" into devel/master
2021-01-27 David SteeleUpdated all code to new format 01/252401/2
2021-01-26 David SteeleMerge "Ensure we check for null when freeing from the...
2021-01-26 Wonsik JungMerge "Fix the synchronization issue when window is...
2021-01-25 David SteeleMerge "Refactor Node class and TransformManagerproperty...
2021-01-25 Subhransu MohantyRefactor Node class and TransformManagerproperty* class... 15/251315/3
2021-01-25 Subhransu MohantyFix performance issue in UpdateManager::AddNode() 20/251020/2
2021-01-23 Wonsik JungFix the synchronization issue when window is resized... 29/248429/15
2021-01-20 David SteeleMerge "Removed scene-graph dependency from internal...
2021-01-20 David SteeleRemoved scene-graph dependency from internal actor... 29/251829/2
2021-01-10 Heeyong SongDo not calculate dirty rects when rendering is skipped 78/250678/2
2020-12-23 Adeel KazmiMerge "Updated patch coverage script." into devel/master
2020-12-21 Heeyong SongMerge "Fix stencil clipping bug" into devel/master
2020-12-18 adam.bCreated PartialRenderingDataProvider to store per-frame... 24/247424/12
2020-12-16 David SteeleMerge "use std::string_view to avoid shader string...
2020-12-11 Adeel KazmiMerge "[dali-core] add libhyphen-dev library to dali...
2020-12-11 Adeel KazmiMerge "Refactored actor impl child/parent handling...
2020-12-08 Richard HuangEnsure we use TransformManager const methods to retriev... 02/249202/3
2020-12-08 David SteeleMerge "[dali-core] add all X11 colors to Color namespac...
2020-12-08 Adeel KazmiMerge "(UpdateProxy) Ensure we use TransformManager...
2020-12-08 Adeel Kazmi(UpdateProxy) Ensure we use TransformManager const... 93/249193/1
2020-12-08 Heeyong SongMerge "Ensure to update nodes even though they are...
2020-12-02 Heeyong SongEnsure to update nodes even though they are invisible 55/248555/2
2020-11-30 David SteeleMerge "refactor AlphaFunction class to reduce size...
2020-11-23 Adeel KazmiMerge "Support screen and client rotation" into devel...
next