-
Notifications
You must be signed in to change notification settings - Fork 9
Refactor renderer to support vulkan extensions #105
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
Refactor renderer to support vulkan extensions #105
Conversation
Make SetEngine and CreateRenderSurfcae private.
1. Add TizenRendererNui class to decorate GL renderer.
1.Call CreateSurface when new renderer. 2.Call DestorySurface when desconstruct renderer.
863bb70 to
908e900
Compare
1.Fix texture registrar crash issue. 2.Temporary remove texture registrar unit test code, we need re-implement this unit test code.
|
Hi about this commit 8121f5e ... As the feature of tizen embedder has modified, there have been cases where we needed additional mock-up of the embedder api. |
Fail to run texture unittest, because texture registrar fail to create ExternalTexture. Not related to Embedder API. |
JSUYA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried testing ElmFlutterView? I tested NUIFlutterView, but videos and webviews don't seem to work as expected (I think this was the case even before this PR). It can be a problem that my TV is running on Tizen 10.0 dev.
0be7233 to
c5b066d
Compare
1.Re-implement createRenderer method 2.Remove empty line 2.Supplement header file path
CreateSurface method only called by TizenRendereer and it's child class.
I have testted the ElmFlutterView on Emulator,RPI4 and TV devices. Only video_play plugin not show issue on Tizen 10.0 device, and old version has the same issue, I think this is a platfrom issue. I also tested the NUIFlutterView, only video_play plugin has video frozen issue on Tizen 10.0, the old version has the same issue. |
Reduce duplicated code
|
@xiaowei-guan If there are no more problems, could you merge this? |
Ok |
#101
Main changes: