diff options
author | Lionel Landwerlin <[email protected]> | 2019-01-19 21:26:12 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-02-21 18:06:05 +0000 |
commit | 20c370c6b16282424f3a2fc3166132c1ed82863a (patch) | |
tree | 29021496e3db605ce6dd4816f70794040598adb1 /meson_options.txt | |
parent | 89f03d187251fa46264218ccedb90e2ae2ea1d93 (diff) |
vulkan: add an overlay layer
Just a starting point to display frame timings & drawcalls/submissions
per frame.
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
+1-by: Mike Lothian <[email protected]>
+1-by: Tapani Pälli <[email protected]>
+1-by: Eric Engestrom <[email protected]>
+1-by: Yurii Kolesnykov <[email protected]>
+1-by: myfreeweb <[email protected]>
+1-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d0ab500fb27..4983cb6386a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -168,6 +168,12 @@ option( description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d' ) option( + 'vulkan-overlay-layer', + type : 'boolean', + value : false, + description : 'Whether to build the vulkan overlay layer' +) +option( 'shared-glapi', type : 'boolean', value : true, |