-
Notifications
You must be signed in to change notification settings - Fork 17
Revert "Make the context current before accessing GL in MakeSkiaGpuImage" #363
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
Revert "Make the context current before accessing GL in MakeSkiaGpuImage" #363
Conversation
…age" This reverts commit c7894a6.
@xuelian-bai Could this be a GPU issue? As far as I can see from the Skia source code, none of the multisampling extensions in this function are supported by the emulator and thus
|
This is a blocker for flutter-tizen/flutter-tizen#497. Should we proceed by simply reverting the change for now? |
for now, I think you can just revert the change |
…kiaGpuImage" (flutter-tizen#363) This reverts commit c7894a6.
…kiaGpuImage" (flutter-tizen#363) This reverts commit c7894a6.
…kiaGpuImage" (flutter-tizen#363) This reverts commit c7894a6.
…kiaGpuImage" (flutter-tizen#363) This reverts commit c7894a6.
…kiaGpuImage" (flutter-tizen#363) This reverts commit c7894a6.
This reverts flutter#40208, which causes
PictureRasterizationException
(and screen flickering) on emulators when callingNaviagator.push
.Easily reproducible with the
sqflite_tizen
andvideo_player_tizen
examples on Flutter 3.10.@flutter-tizen/maintainers Could someone take a closer look at this issue? Right now I don't fully understand what the purpose of the original commit is.