summaryrefslogtreecommitdiff
path: root/egl
AgeCommit message (Expand)AuthorFilesLines
2024-03-28egl: Disable symbols check for static buildsJordan Williams1-10/+15
2024-02-21build: fix build and provide compat for OpenBSDSébastien Marie1-1/+1
2023-12-10build: define tests in egl/meson.build when the 'tests' option is enabledFrancesco Guastella1-13/+15
2023-06-20egl: add missing ABI check testSimon Ser1-1/+2
2022-03-25build: use full_path() instead of path()Simon Ser1-1/+1
2021-12-08meson: override dependencies to ease use as subprojectSimon Ser1-0/+9
2021-10-28build: Include the Wayland minor version in libraries' ABI versionsSimon McVittie1-1/+1
2021-10-28protocol: Add wl_surface.offsetJonas Ådahl1-0/+14
2021-03-05build: drop autotoolsSimon Ser3-22/+2
2020-12-17egl: fix typo "Backards"Maxime Roussin-Bélanger1-6/+6
2020-01-10Add Meson buildEmmanuele Bassi1-0/+43
2018-03-20wayland-egl: Ignore underscored symbols in ABI checkDaniel Stone1-9/+1
2018-03-19wayland-egl: Make symbol test fail on failureDaniel Stone1-6/+21
2018-03-19wayland-egl: bump the version number to 18.1.0Emil Velikov1-1/+1
2018-03-19wayland-egl: enhance the symbol testEmil Velikov1-8/+28
2018-03-19wayland-egl: fail the symbol check if lib is missingEmil Velikov1-1/+9
2018-02-23wayland-egl: use correct `nm` path when cross-compilingEmil Velikov1-1/+1
2018-02-09wayland-egl: rename wl_egl_window::private to driver_privateEmil Velikov3-6/+6
2018-02-09wayland-egl: move the wayland-egl{, -core}.h headers to egl/Emil Velikov2-0/+92
2018-02-09wayland-egl-symbols-check: pass the DSO name via the build systemEmil Velikov1-1/+1
2018-02-09wayland-egl: add a note about keeping the backend version in syncEmil Velikov1-0/+4
2018-02-09wayland-egl: introduce wayland-egl-backend.pcEmil Velikov1-0/+9
2018-02-09wayland-egl: correct wayland-egl.pc description/versionEmil Velikov1-2/+2
2018-02-09wayland-egl: reuse the existing WL_EXPORT macroEmil Velikov1-10/+5
2018-02-09wayland-egl: import libwayland-egl.so frontend library from MesaEmil Velikov5-0/+434