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

Update blade to a version that can run GLES for Zed #10243

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

kvark
Copy link
Contributor

@kvark kvark commented Apr 6, 2024

Release Notes:

  • N/A

Picks up kvark/blade#105, kvark/blade#97, and more

Switches the presentation to be non-blocking, which will improve the latency slightly.

Allows to start playing with GLES backend, e.g.

cd crates/gpui
RUSTFLAGS="--cfg gles" CARGO_TARGET_DIR=./target-gl cargo run --example hello_world

It doesn't currently render properly due to an issue that needs investigation, see kvark/blade#105 (comment)
But at least it's a start

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 6, 2024
@mikayla-maki mikayla-maki self-assigned this Apr 6, 2024
@mikayla-maki mikayla-maki merged commit 8f69eac into zed-industries:main Apr 10, 2024
8 checks passed
@kvark kvark deleted the blade-gles branch April 10, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants