summaryrefslogtreecommitdiff
path: root/src/glx/meson.build
Commit message (Expand)AuthorAgeFilesLines
* glx: include directly the useful vulkan header, instead of including everythingEric Engestrom2023-02-231-1/+1
* meson: replace vk_wsi_args with dependencies to let meson take care of transi...Eric Engestrom2023-02-231-2/+1
* meson: don't pass vk wsi args where they don't belongErik Faye-Lund2023-02-151-0/+1
* Revert "glx: Use XSaveContext, delete glxhash.c"Adam Jackson2022-09-121-0/+2
* glx: Use XSaveContext, delete glxhash.cAdam Jackson2022-09-081-2/+0
* build(glx): Fix build by adding missing depsjheaff12022-07-181-1/+1
* glx: Don't pointlesly add -D_REENTRANT to libGL's cflagsAdam Jackson2021-04-131-5/+0
* Adjust dylib compatibility versions to match what was set by mesa-18.3's auto...Jeremy Huddleston Sequoia2021-02-221-0/+1
* meson: Make the glvnd vendor name configurableAdam Jackson2020-12-031-1/+1
* glx: Remove DRI1Adam Jackson2020-12-011-6/+1
* drisw: Port the MIT-SHM check to XCBAdam Jackson2020-08-171-1/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* meson: glx: drop with_glx == dri checkEmil Velikov2020-04-011-13/+8
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+5
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* meson: allow building all glx without any driversDylan Baker2019-07-231-3/+3
* glx/meson: use full include path for dri_interface.hEric Engestrom2019-03-081-1/+1
* glx: meson: drop includes from a link-only libraryEmil Velikov2018-12-121-1/+0
* TODO: glx: meson: build dri based glx tests, only with -Dglx=driEmil Velikov2018-12-121-18/+15
* glx: make xf86vidmode mandatory for direct renderingEmil Velikov2018-11-201-5/+1
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-161-1/+0
* meson: allow empty sources when using link_wholeDylan Baker2018-04-241-8/+1
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-061-1/+1
* meson: build src/glx/appleJon Turney2018-02-051-0/+4
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-021-2/+2
* meson: don't install windows headers on non-windows platformsMarc Dietrich2018-02-011-1/+3
* meson: add variable for including include/GL/internalDylan Baker2018-01-111-8/+2
* meson: Use consistent styleDylan Baker2018-01-111-1/+4
* meson: fix underlinkage without dri3Dylan Baker2017-12-041-1/+2
* meson: Reformat glx code to match more common styleDylan Baker2017-12-041-5/+8
* meson: fix deps and underlinkage of libGLJon Turney2017-11-301-0/+1
* meson: build src/glx/windowsJon Turney2017-11-301-10/+15
* meson: replace with_*dri with with_dri_platformDylan Baker2017-11-221-2/+2
* meson: move gl pkgconfig generation out of glxDylan Baker2017-11-101-11/+0
* meson: standardize .so version to major.minor.patchEric Engestrom2017-11-071-1/+1
* meson: rename all instances of xf86vm to xxf86vmDylan Baker2017-10-271-1/+1
* meson: build libEGLDylan Baker2017-10-201-22/+0
* meson: Add support for configuring dri drivers directory.Dylan Baker2017-10-091-1/+1
* meson: build glxDylan Baker2017-10-091-0/+207