Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase API11 to DevelNUI #5855

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Rebase API11 to DevelNUI #5855

merged 2 commits into from
Jan 3, 2024

Conversation

hinohie
Copy link
Contributor

@hinohie hinohie commented Jan 2, 2024

Rebase API11 to DevelNUI

tscholb and others added 2 commits January 2, 2024 21:05
Let we allow to create NativeImageQueue with queue count.
Previously, we only allow to create the NativeImageQueue based on the environment value "DALI_TBM_SURFACE_QUEUE_SIZE".
(This value is 3 as default)

It will be useful if some user want to reduce the queue count for some cases, not for whole queue.

relative DALi patches :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/303523
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/303524

Signed-off-by: Eunki Hong <[email protected]>
@github-actions github-actions bot added the API11 Platform : Tizen 8.0 / TFM: net6.0-tizen8.0 label Jan 2, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 5, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.Binding.BindableProperty Tizen.NUI.BaseComponents.LottieAnimationView::EnableFrameCacheProperty

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.NUI.BaseComponents.LottieAnimationView::EnableFrameCache()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Int32 Tizen.NUI.ImageVisualProperty::EnableFrameCache

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.UInt32 Tizen.NUI.NativeImageQueue::GetQueueCount()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.NativeImageQueue::.ctor(System.UInt32,System.UInt32,System.UInt32,Tizen.NUI.NativeImageQueue/ColorFormat)

Copy link
Contributor

@kkhos kkhos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Contributor

@jaehyun0cho jaehyun0cho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hinohie hinohie merged commit 2be302f into Samsung:API11 Jan 3, 2024
3 checks passed
@hinohie hinohie deleted the rebase_api11_2 branch January 3, 2024 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API11 Platform : Tizen 8.0 / TFM: net6.0-tizen8.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants