[Cherry-pick] Update skiko to 0.9.37 (#2584)#2585
Merged
siarb merged 1 commit intorelease/1.10from Nov 21, 2025
Merged
Conversation
[CMP-9307](https://youtrack.jetbrains.com/issue/CMP-9307) Support glibc 2.27 [CMP-9080](https://youtrack.jetbrains.com/issue/CMP-9080) `[MTLTextureDescriptorInternal validateWithDevice:]` crash when using zero-size ComposePanel [CMP-9314](https://youtrack.jetbrains.com/issue/CMP-9314) Update skiko to 0.9.37 ## Release Notes ### Fixes - Desktop - [macOs] Fix `[MTLTextureDescriptorInternal validateWithDevice:]` crash when using zero-size `ComposePanel` with `compose.swing.render.on.graphics=true` - [Windows] Don't fallback to Software rendering on some non-DX12 compatible GPUs (for example, Parallels Virtual GPU) - [Linux] Support distributions with glibc 2.27 - Fixed a race condition that occurred when multiple processes attempted to unpack Skiko binary files at startup
igordmn
approved these changes
Nov 21, 2025
siarb
approved these changes
Nov 21, 2025
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.
Cherry-pick of #2584
CMP-9307 Support glibc 2.27
CMP-9080
[MTLTextureDescriptorInternal validateWithDevice:]crash when using zero-size ComposePanelCMP-9314 Update skiko to 0.9.37
Release Notes
Fixes - Desktop
[MTLTextureDescriptorInternal validateWithDevice:]crash when using zero-sizeComposePanelwithcompose.swing.render.on.graphics=true