glutin icon indicating copy to clipboard operation
glutin copied to clipboard

Context sharing not implemented for many platforms

Open mitchmindtree opened this issue 8 years ago • 2 comments

This is a tracking issue for the state of context display list sharing for each backend.

  • [x] Linux | Wayland | EGL
  • [x] Linux | X11 | EGL
  • [x] Linux | X11 | GLX
  • [x] Windows | WGL
  • [x] Windows | EGL
  • [x] macOS
  • [ ] iOS
  • [ ] Android

mitchmindtree avatar Jun 29 '17 04:06 mitchmindtree

I ran into unimplemented! on X11 GLX and wanted to see if I could potentially implement support. However, my test application already properly rendered to all three windows after simply removing the unimplemented macro (and creating the context with_shared_lists). Is it possible X11 GLX has either already been implemented or doesn't need any special support?

sinesc avatar Aug 08 '18 12:08 sinesc

Linux support + windows w/ egl has been added in #1101.

goddessfreya avatar Feb 26 '19 00:02 goddessfreya

Fixed in #1435.

kchibisov avatar Sep 03 '22 06:09 kchibisov