-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Run Flutter with Color Correct Skia #8152
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
Comments
I'm not sure what to do with this bug (if anything)? Do you still want it open? |
I'm looking to use it as a progress tracker for myself. Is this not a good use of the issue system? Are you able to assign it to me? |
Tracking related CLs is a totally fine use of the issue system. :) Just wasn't quite sure what this was for (if we had to do something, etc.) |
I've started preparing a CL for Android: This will depend on flutter/engine#3417. @chinmaygarde I'm a little bit stuck trying to figure out how to set the egl attributes based on what the GrContext supports. Any thoughts? |
We create the GrContext after the EGL attributes are set. What EGL attribute keys do you require? Also, it might be easier to get started with iOS first since all you would need to do there is set the |
Oh, nevermind. I just noticed the keys in your patch. |
How about we try to create both the window and pbuffer surfaces with the attributes in your patch. In case of failure, those calls probably return |
So it's my understanding that... I think that I need to try something like... |
It might be a good idea to have the GrContext be created at the same time as the EGL surface.
Right now, GrContext is created separately from the where the EGL surfaces are held (in |
sgtm, I'll give that a shot. |
Closing. We experimented with color correctness and I believe ended up at a place we are happy with. |
* 59715b7 Disable build_ios task due to lack of credits. (flutter/engine#8150) * 9f50dae Look up ICU symbols based on the path to libflutter.so as a fallback (flutter/engine#8139) * 8b1a299 [Skia] Rollback Skia to 29d5dec9a0783a033b921dc483fb98d565d684f6 (flutter/engine#8151) * 8be2aca Roll src/third_party/dart 1bd36d694d..674fd0e060 (48 commits) #8152 * 2e42703 Revert "Disable build_ios task due to lack of credits. (#8150)" (flutter/engine#8153) * 2daebeb Fix text.dart height docs (flutter/engine#8079) * b1b388f Encode scroll motion events in the Android touch processor (flutter/engine#8149)
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
No description provided.
The text was updated successfully, but these errors were encountered: