Skip to content
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: set unpack alignment to 1 #125

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Conversation

lukaslihotzki
Copy link
Contributor

Without this PR, GLES expects the default unpack alignment of 4 that seems not to be present on Vulkan. This causes, for example, a bug in Zed's glyph rendering (except for some glyphs which are 4-aligned randomly):
image

Copy link
Owner

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kvark kvark enabled auto-merge (rebase) June 2, 2024 06:34
@kvark kvark merged commit f9c2fd4 into kvark:main Jun 2, 2024
5 checks passed
mikayla-maki pushed a commit to zed-industries/zed that referenced this pull request Jun 20, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants