summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-09-26kmscube: Add gears modeScott Moreau1-0/+1
2023-07-12kmscube: add offscreen rendering supportDmitry Baryshkov1-0/+1
2023-04-13meson: check GLES3 header within GLESv2 include dirsJan Beich1-1/+1
2022-11-10meson: upgrade the "GLES3 not supported" message into a warningEric Engestrom1-1/+1
2022-11-10meson: replace gles version check with a header presence checkEric Engestrom1-3/+4
2022-09-02make GLES3 optionalEric Engestrom1-10/+19
2020-03-31meson.build: Change c_std to gnu99Fabio Estevam1-3/+3
2020-03-07kmscube: add AMD_performance_monitor supportRob Clark1-0/+2
2020-03-07add shadertoy modeRob Clark1-0/+1
2019-07-17texturator: capture the screen to a png imageKhaled Emara1-1/+7
2019-07-09meson: drop `break`Eric Engestrom1-1/+0
2019-05-04Add texturatorRob Clark1-0/+8
2018-12-11meson: use `feature` option to simplify the codeEric Engestrom1-33/+24
2018-12-11meson: specify minimum supported meson versionEric Engestrom1-0/+1
2018-12-11meson: no need to turn elements into lists when adding them to listsEric Engestrom1-2/+2
2018-12-11meson: `required: true` is already the defaultEric Engestrom1-5/+5
2018-12-11meson: files should be tracked using `files()`Eric Engestrom1-3/+3
2018-12-11meson: `-Wextra` is `warning_level=2`Eric Engestrom1-9/+2
2018-12-11meson: `-Wall` is always enabled in mesonEric Engestrom1-1/+0
2018-12-09Add meson supportLyude Paul1-0/+105