-
Notifications
You must be signed in to change notification settings - Fork 343
Cleanup wlr_egl #2624
Comments
I think we should remove any |
What is the definition of self-contained? They surely depend on wlroots? |
The examples using |
Just another part of swaywm#2624 and swaywm#1352 that I felt needed to be done. Breaking change: Both EGLint *config_atrribs and egl->config no longer exist.
Just another part of swaywm#2624 and swaywm#1352 that I felt needed to be done. Breaking change: Both "EGLint *config_attribs" and "egl->config" no longer exist.
Just another part of swaywm#2624 and swaywm#1352 that I felt needed to be done. Breaking change: Both "EGLint *config_attribs" and "egl->config" no longer exist.
Just another bit of EGL housekeeping done for swaywm#1352 and swaywm#2624. Breaking changes: "wlr_egl_context->draw_surface" and "wlr_egl_context->read_surface" have been deleted and no longer exist.
Just another part of swaywm#2624 and swaywm#1352 that I felt needed to be done. Breaking change: Both "EGLint *config_attribs" and "egl->config" no longer exist.
Just another bit of EGL housekeeping done for swaywm#1352 and swaywm#2624. Breaking changes: "wlr_egl_context->draw_surface" and "wlr_egl_context->read_surface" have been deleted and no longer exist.
Just another bit of EGL housekeeping done for swaywm#1352 and swaywm#2624. Breaking changes: "wlr_egl_context->draw_surface" and "wlr_egl_context->read_surface" have been deleted and no longer exist.
Fixed in #2666. |
Just another bit of EGL housekeeping done for swaywm#1352 and swaywm#2624. Breaking changes: "wlr_egl_context->draw_surface" and "wlr_egl_context->read_surface" have been deleted and no longer exist.
Just another bit of EGL housekeeping done for swaywm#1352 and swaywm#2624. Breaking changes: "wlr_egl_context->draw_surface" and "wlr_egl_context->read_surface" have been deleted and no longer exist.
There are some EGL features that are no longer used by backends:
wlr_egl_swap_buffers
(render/egl: remove unused features, introduce create/destroy #2623)wlr_egl_create_surface
andwlr_egl_destroy_surface
(still used by client examples)wlr_egl_make_current
(render/egl: remove unused features, introduce create/destroy #2623)The text was updated successfully, but these errors were encountered: