summaryrefslogtreecommitdiff
path: root/src/egl/meson.build
AgeCommit message (Expand)AuthorFilesLines
2024-02-28egl/wayland: Give names to our Wayland event queuesDerek Foreman1-1/+1
2024-01-10egl/android: Switch to generic buffer-info codeRoman Stratiienko1-6/+1
2023-11-22egl/haiku: Cleanup includes; minor build fixAlexander von Gluck IV1-1/+5
2023-09-11meson: support installation tagsAlba Mendez1-0/+1
2023-05-19meson: remove needless c++17-overridesErik Faye-Lund1-3/+0
2023-05-03wayland: generalize wayland-protocols code generationSimon Ser1-5/+2
2023-03-22egl: don't expose swrast device if swrast is not builtMarek Olšák1-0/+4
2023-02-23egl: include directly the useful vulkan header, instead of including everythingEric Engestrom1-1/+0
2023-02-23meson: replace vk_wsi_args with dependencies to let meson take care of transi...Eric Engestrom1-3/+1
2023-02-18EGL: implement Haiku driver over GalliumX5121-2/+3
2023-02-18hgl: removeX5121-1/+0
2023-02-15meson: don't pass vk wsi args where they don't belongErik Faye-Lund1-0/+4
2023-01-19meson: use the same workaround for setting 'lib' on windowsDylan Baker1-1/+1
2022-12-09gallium: remove st_context_iface, use st_context directlyMarek Olšák1-1/+1
2022-12-05egl: Pull the API mask directly out of the dri_screen.Emma Anholt1-0/+4
2022-12-05dri: Introduce internal Mesa DRI driver loader extension.Emma Anholt1-0/+1
2022-11-11meson: Refactoring shared gen_vs_module_defs_normal_command outYonggang Luo1-3/+1
2022-08-24meson: replace manual compiler flags with meson argumentsEric Engestrom1-1/+4
2022-08-09egl/x11: implement ANGLE_sync_control_rateYonggang Luo1-1/+1
2022-06-16meson: Using get_argument_syntax as the `--compiler_id` option for gen_vs_mod...Yonggang Luo1-1/+1
2022-04-19win32: Fixes 32 bits visual studio module definition files by add script gen_...Yonggang Luo1-1/+10
2021-12-11egl: add config debug printoutSilvestrs Timofejevs1-0/+2
2021-09-15egl: Use the .def file for WindowsJesse Natalie1-0/+1
2021-09-15egl: Add wgl/gallium dependencies for Windows platformJesse Natalie1-0/+2
2021-09-15meson, egl: Support building for the Windows platformJesse Natalie1-0/+9
2021-06-30egl: android: add IMapper@4 metadata API buffer_info getterRoman Stratiienko1-0/+7
2021-06-07meson: egl: Do not build platform_drm for AndroidRoman Stratiienko1-1/+1
2020-12-03meson: Make the glvnd vendor name configurableAdam Jackson1-3/+8
2020-12-02egl: Skip closing drivers when building with AddressSanitizer.Eric Anholt1-1/+1
2020-08-16egl: drop now empty egldriver.cEric Engestrom1-1/+0
2020-07-21egl: inline _EGLAPI into _EGLDriverEric Engestrom1-1/+0
2020-07-16egl: drop now empty egl_dri2_fallbacks.hEric Engestrom1-1/+0
2020-07-10egl: automatically compile the `drm` platform when availableEric Engestrom1-1/+1
2020-07-10egl: always compile surfacelessEric Engestrom1-4/+4
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+1
2020-02-06Revert "egl: put full path to libEGL_mesa.so in GLVND json"Eric Engestrom1-12/+2
2020-02-02egl: put full path to libEGL_mesa.so in GLVND jsonEric Engestrom1-2/+12
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom1-1/+1
2019-11-05meson: add variable to control the symbols checksEric Engestrom1-1/+1
2019-11-05meson: Add dep_glvnd to egl deps when building with glvndDylan Baker1-1/+2
2019-10-31meson: revert glvnd workaroundEric Engestrom1-11/+2
2019-10-10meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom1-2/+2
2019-09-25meson: fix logic for generating .pc files with old glvndDylan Baker1-14/+16
2019-09-25meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom1-10/+17
2019-08-03meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom1-1/+2
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+2
2019-07-20egl: drop incorrect pkg-config file for glvndEric Engestrom1-18/+10
2019-07-10egl: add glvnd symbols checkEric Engestrom1-1/+1
2019-07-10egl: rewrite entrypoints checkEric Engestrom1-2/+2
2019-07-10egl: use new symbols check scriptEric Engestrom1-6/+10