aboutsummaryrefslogtreecommitdiff
path: root/backend/egl.c
AgeCommit message (Collapse)Author
2017-08-10Refactor EGL handlingDrew DeVault
2017-08-10Fix style issuesnyorain
2017-08-10Implement drm (egl) buffer attachingnyorain
2017-08-09Atomic modesettingScott Anderson
2017-08-07Use gbm_bo_map for cursorScott Anderson
2017-06-23Switch to GLES2Drew DeVault
Closes #13
2017-06-22Add wl_output globals for wlr_outputsDrew DeVault
2017-06-21Reorganize wlr-commonDrew DeVault
2017-06-20Fix egl workaround; Test with westonnyorain
2017-06-20Make egl_error function part of the egl interfacenyorain
The function may be useful for backends using egl.
2017-06-19Rework wayland backend output implementationnyorain
2017-05-04Fixed hotplugging + make EGL more chatty.Scott Anderson
2017-05-03Added EGL interface for backends.Scott Anderson