Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context sharing not implemented for many platforms #899

Closed
6 of 8 tasks
mitchmindtree opened this issue Jun 29, 2017 · 3 comments
Closed
6 of 8 tasks

Context sharing not implemented for many platforms #899

mitchmindtree opened this issue Jun 29, 2017 · 3 comments

Comments

@mitchmindtree
Copy link
Contributor

mitchmindtree commented Jun 29, 2017

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

  • Linux | Wayland | EGL
  • Linux | X11 | EGL
  • Linux | X11 | GLX
  • Windows | WGL
  • Windows | EGL
  • macOS
  • iOS
  • Android
@sinesc
Copy link

sinesc commented Aug 8, 2018

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?

@goddessfreya
Copy link
Contributor

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

@kchibisov
Copy link
Member

kchibisov commented Sep 3, 2022

Fixed in #1435.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants