Skip to content

Glutin Version v0.30.4

Compare
Choose a tag to compare
@kchibisov kchibisov released this 07 Feb 16:34
· 90 commits to master since this release
v0.30.4
6e88995
  • Fixed EGL display initialization with XcbDisplayHandle.
  • Fixed EGL/GLX Surface::width returning the height instead of the width.
  • On GLX, fixed handling of errors not directly requested by glutin.
  • Added GlConfig::hardware_accelerated to check if the config is hardware accelerated.
  • Added GlContext::context_api to get the ContextApi used by the context.
  • Added missing implementations of Surface::{width,height} for WGL/CGL
  • Fixed crash when accessing context from the off-thread on macOS.
  • Clarified that make_{,not}_current(), GlSurface::width(), GlSurface::height(), and GlSurface::resize() could block on macOS.