gpui: Extract gpui_platform out of gpui#49277
Merged
Conversation
This reverts commit 3429dca.
Co-authored-by: Eric Holk <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
Co-authored-by: Eric Holk <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
Co-authored-by: Eric Holk <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
Co-authored-by: Eric Holk <[email protected]> Co-authored-by: Piotr Osiewicz <[email protected]>
osiewicz
pushed a commit
that referenced
this pull request
Feb 19, 2026
After #49277 was merged, all visual tests failed to run with the error "FAILED - render_to_image not implemented for this platform". Release Notes: - N/A
Merged
maxdeviant
added a commit
that referenced
this pull request
Feb 20, 2026
Fix regressions from #49277: - The fusion manifest was not being embedded for Zed.exe, making it non-functional. - The relative path used to load shaders in debug mode was incorrect. Release Notes: - N/A Co-authored-by: Marshall Bowers <[email protected]>
huacnlee
added a commit
to longbridge/gpui-component
that referenced
this pull request
Feb 21, 2026
zed-industries/zed#49277 ## Breaking Changes - Removed `PixelsExt` trait, the methods are already in GPUI.
reflectronic
added a commit
that referenced
this pull request
Feb 26, 2026
zed-zippy Bot
added a commit
that referenced
this pull request
Feb 26, 2026
Cherry-pick of #50152 to preview ---- More fallout from #49277. Closes #50149. Release Notes: - Fixed remote server failing to launch on Windows. Co-authored-by: John Tur <[email protected]>
rtfeldman
pushed a commit
that referenced
this pull request
Feb 27, 2026
tahayvr
pushed a commit
to tahayvr/zed
that referenced
this pull request
Mar 4, 2026
More fallout from zed-industries#49277. Closes zed-industries#50149. Release Notes: - Fixed remote server failing to launch on Windows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#2874 on steroids
Before you mark this PR as ready for review, make sure that you have:
Release Notes: