summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Revert "meson: tighten up compile warnings with -Werror=all"Corentin Noël1-1/+8
2023-06-12meson: Allow to include any profiler during the build as a dependencyCorentin Noël1-1/+1
2023-06-06meson: tighten up compile warnings with -Werror=allYiwei Zhang1-8/+1
2023-06-06tracing: unify percetto and perfetto micro defsYiwei Zhang1-0/+1
2023-06-06vrend: fix enum-int-mismatchYiwei Zhang1-0/+1
2023-06-02meson: Add -Wno-missing-field-initializersDmitry Osipenko1-0/+1
2023-06-02util: Add sysprof backend for tracingCorentin Noël1-0/+5
2023-05-17meson/proxy: add a devenv option to start ad-hoc serverYiwei Zhang1-0/+8
2023-05-05meson/ci: drop experimental from venus driverYiwei Zhang1-2/+2
2023-03-31meson: Make sure to always include libdrm and gbm for VenusCorentin Noël1-1/+2
2023-02-13meson: skip vtest on win32Marc-André Lureau1-1/+3
2023-02-13meson: add ENABLE_GBM defineMarc-André Lureau1-4/+8
2023-02-13meson: add 'drm' optionMarc-André Lureau1-2/+2
2023-02-13meson: use the more versatile get_variable()Marc-André Lureau1-2/+2
2023-02-13meson: remove redundant assertMarc-André Lureau1-3/+0
2023-01-25meson: simplify venus build optionsYiwei Zhang1-7/+4
2023-01-25meson: require attribute cleanup for thread render workerYiwei Zhang1-1/+11
2023-01-25virgl: use -Wswitch to enforcing handling new virgl resource typesYiwei Zhang1-0/+1
2023-01-12meson: initialize with_venus, because it must always be definedGert Wollny1-0/+1
2023-01-11meson: enable venus only in the render serverYiwei Zhang1-13/+9
2023-01-07meson: allow building as meson subprojectSimon Fels1-3/+3
2023-01-02meson: Upref for new releasevirglrenderer-0.10.40.10.4Gert Wollny1-2/+2
2022-09-19meson: Update version and so-version for releasevirglrenderer-0.10.30.10.3Gert Wollny1-4/+3
2022-09-06meson: upref for new releasevirglrenderer-0.10.10.10.1Gert Wollny1-4/+4
2022-09-02meson: upref for new releasevirglrenderer-0.10.00.10.0Gert Wollny1-4/+4
2022-08-26meson: -Werror=incompatible-pointer-typesChad Versace1-0/+1
2022-08-11virgl: add support for hardware video accelerationFeng Jiang1-0/+8
2022-06-17vrend: add meson option to treat gl errors as non-fatalRyan Neph1-0/+5
2022-06-16meson: Cleanup the meson.build filesCorentin Noël1-63/+22
2022-04-27drm: Add msm native context implementationRob Clark1-1/+10
2022-04-27drm: Add drm native context supportRob Clark1-0/+2
2022-03-25meson: sync the check logic for HAVE_PTHREAD and HAVE_PTHREAD_SETAFFINITY wit...Yonggang Luo1-5/+9
2021-12-10virgl: add render serverChia-I Wu1-0/+33
2021-12-10mesa: copy anon_file from MesaChia-I Wu1-1/+1
2021-10-07mesa: update to the latest u_atomic.hChia-I Wu1-0/+4
2021-10-07mesa: update to the latest u_math.hChia-I Wu1-1/+2
2021-10-07mesa: update to the latest u_debug.hChia-I Wu1-1/+1
2021-10-07mesa: update to the latest u_thread.hChia-I Wu1-0/+3
2021-10-07mesa: update to the latest p_compiler.hChia-I Wu1-1/+8
2021-10-07mesa: update to the latest p_config.hChia-I Wu1-2/+4
2021-10-07mesa: update to the latest c99/c11 compat headersChia-I Wu1-0/+13
2021-10-07meson: use -imacros to include config.hChia-I Wu1-5/+6
2021-09-27meson: fail when EGL is requested, but EGL is not availableGert Wollny1-1/+6
2021-09-27meson: Require EGL when tests are enabledGert Wollny1-0/+1
2021-07-01vkr: add a meson option to enable the validation layerChia-I Wu1-0/+5
2021-04-05vkr: prepare meson for venus rendererChia-I Wu1-0/+8
2021-04-01meson: bump version numbervirglrenderer-0.9.00.9.0Gert Wollny1-3/+3
2021-04-01pipe: use meson's config.h to get PIPE_ARCH_<ENDIANESS>_ENDIANLeo1-1/+1
2021-04-01meson: set PIPE_ARCH_<ENDIANESS>_ENDIAN via mesonLeo1-0/+28
2021-02-05add percetto tracing optionJohn Bates1-0/+8