summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: check GLES3 header within GLESv2 include dirsHEADmasterJan Beich2023-04-131-1/+1
* meson: upgrade the "GLES3 not supported" message into a warningEric Engestrom2022-11-101-1/+1
* meson: replace gles version check with a header presence checkEric Engestrom2022-11-101-3/+4
* make GLES3 optionalEric Engestrom2022-09-021-10/+19
* meson.build: Change c_std to gnu99Fabio Estevam2020-03-311-3/+3
* kmscube: add AMD_performance_monitor supportRob Clark2020-03-071-0/+2
* add shadertoy modeRob Clark2020-03-071-0/+1
* texturator: capture the screen to a png imageKhaled Emara2019-07-171-1/+7
* meson: drop `break`Eric Engestrom2019-07-091-1/+0
* Add texturatorRob Clark2019-05-041-0/+8
* meson: use `feature` option to simplify the codeEric Engestrom2018-12-111-33/+24
* meson: specify minimum supported meson versionEric Engestrom2018-12-111-0/+1
* meson: no need to turn elements into lists when adding them to listsEric Engestrom2018-12-111-2/+2
* meson: `required: true` is already the defaultEric Engestrom2018-12-111-5/+5
* meson: files should be tracked using `files()`Eric Engestrom2018-12-111-3/+3
* meson: `-Wextra` is `warning_level=2`Eric Engestrom2018-12-111-9/+2
* meson: `-Wall` is always enabled in mesonEric Engestrom2018-12-111-1/+0
* Add meson supportLyude Paul2018-12-091-0/+105