-
Notifications
You must be signed in to change notification settings - Fork 35
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
gles: implement blending and write masks #126
Conversation
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.
Thank you! A few changes are needed
8aebacf
to
bf86aeb
Compare
d8631ca
to
c941191
Compare
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.
Thank you for updating it! One last thing
I have merged the blend states and write masks according to your preference. |
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.
Great, thank you!
Thanks also for your work on supporting GLES! Can you, please, make a release? Then, Zed could be built with |
Thank you for contributing! |
Based on the work on GLES support of @kvark, only two pieces were missing for usable GLES support: - kvark/blade#125 was upstreamed 2 weeks ago and is contained in the currently referenced zed-industries/blade fork - kvark/blade#126 was upstreamed 17 hours ago and is not contained in the zed-industries fork. As the zed-industries fork was also upstreamed in kvark/blade#128, we can switch back to mainline blade. If you don't want to switch back to mainline blade, please integrate kvark/blade#126 to your fork. Release Notes: - Fix GLES backend (#9581)
Blending fixes the current mostly-transparent-window bug in zed-industries/zed#9581 (screenshot is attached there). Write masks weren't necessary, but easy to do.