Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

render/egl: remove unused features, introduce create/destroy #2623

Merged
merged 4 commits into from
Jan 12, 2021

Conversation

emersion
Copy link
Member

@emersion emersion commented Jan 9, 2021

See individual commits.


Breaking changes:

  • The EGLint visual_id parameter of wlr_egl_init has been removed.
  • wlr_egl_swap_buffers has been removed.
  • wlr_egl_init and wlr_egl_finish have been replaced with wlr_egl_create and wlr_egl_destroy.
  • wlr_egl_make_current no longer takes the arguments EGLSurface surface, int *buffer_age.

@emersion emersion added the breaking Breaking change in public API label Jan 9, 2021
@emersion emersion mentioned this pull request Jan 9, 2021
3 tasks
This ensures wlr_gles2_renderer can properly take ownership of the
wlr_egl.

Closes: swaywm#2612
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking Breaking change in public API
Development

Successfully merging this pull request may close these issues.

1 participant