Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-14 | examples: drop wlroots dep from egl_common.c | Simon Ser | |
Just use fprintf instead of wlr_log. | |||
2021-02-04 | examples/egl_common: make attribs const | Brandon Dowdy | |
Make (config, context)_attribs const just to be on the safe side. | |||
2021-01-30 | examples: remove "major" and "minor" from egl_common.c | Brandon Dowdy | |
Remove "major" and "minor" from egl_common.c as they are not used by the examples that use egl_common.c. | |||
2021-01-29 | examples: remove dependency on wlr_egl from clients | Brandon Dowdy | |
The specified clients in this commit used to rely on wlr_egl and some of its related functions in order to render surfaces. This is no longer the case as of this commit. |