forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 2
Optimize and refine the render texture code. #45
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
Draft
xiaowei-guan
wants to merge
30
commits into
flutter-tizen:flutter-3.47.1
Choose a base branch
from
xiaowei-guan:flutter-3.47.1-texture
base: flutter-3.47.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
24170d7
Add unit test
xiaowei-guan 8fd0d2e
Support render YUV for skia
xiaowei-guan 0d6d729
Remove the unused image memory filed from the texture api
xiaowei-guan 4577820
Added the missing `IsValid()` check in the Impeller path of `ResolveT…
xiaowei-guan a778531
Deleted the unnecessary `class ContextVK`
xiaowei-guan 236fa12
Fixed the type mismatch in `ToPixelFormat`
xiaowei-guan 1f2a56d
Fix code review issues
xiaowei-guan 2a60bbf
Try to use vkGetPhysicalDeviceFeatures2 to query device features
xiaowei-guan c87ee8a
[embedder] Dynamically select SkColorType based on VkFormat for Vulka…
xiaowei-guan 018a9b0
The `RequiresYCBCRConversion` re-check in `CreateTextureImageView`
xiaowei-guan 99394d7
Fix code review issue
xiaowei-guan b18511b
Fix code review issue
xiaowei-guan a0904f5
Change struct name from FlutterVulkanTexture to FlutterVulkanExternal…
xiaowei-guan a5a088c
Update docs of FlutterVulkanExternalTexture
xiaowei-guan f0aa268
Merge EmbedderExternalTextureSourceVulkan and EmbedderExternalTexture…
xiaowei-guan b30a760
Change TextureUsageMask to kShaderRead
xiaowei-guan e568abe
Add ToSkColorType(VkFormat) method for skia
xiaowei-guan 0ff6d57
Remove VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
xiaowei-guan 9371030
Add render NV12 tests
xiaowei-guan 2293dcb
Fix gemini code review issue
xiaowei-guan c94d956
Remove layout transition code
xiaowei-guan a178f08
Fix code review issues
xiaowei-guan ee833ff
Minior refactor
xiaowei-guan b30b878
Fix code review issue
xiaowei-guan ce7370c
Fix build error
xiaowei-guan 21cc506
Remove embedder external texture source vulkan
xiaowei-guan 5e304e3
Fix build error
xiaowei-guan 9ea4122
Destroy the image view before invoking the destruction callback.
xiaowei-guan b5c8cac
Add missing YUV format
xiaowei-guan e428a44
Fix build error for fushcia
xiaowei-guan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
221 changes: 0 additions & 221 deletions
221
engine/src/flutter/shell/platform/embedder/embedder_external_texture_source_vulkan.cc
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
engine/src/flutter/shell/platform/embedder/embedder_external_texture_source_vulkan.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.