Skip to content

Version 0.7.94

Compare
Choose a tag to compare
@jb-compose-bot jb-compose-bot released this 26 Feb 16:04
20f8941
Offscreen, Linux. Fix native crash when OpenGL isn't available (#877)

Instead, fallback to Software.

Discovered during https://github.com/JetBrains/skiko/issues/876
investigation

## Explanation

We throw RenderException, and Fallback mechanism catches it and switches
to Software

## Testing

1. Setup the system without OpenGL
2. Run SkiaSwingLayer
3. See the native crash