summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMartin Krastev <krastevm@vmware.com>2021-03-30 18:56:47 +0300
committerMarge Bot <eric+marge@anholt.net>2021-09-21 00:07:40 +0000
commit4807d777c09bb902116ee7b68b92009d0f92097f (patch)
tree5fbc87ab5424aab29fc49d3d845ce845fe1e4f9d /meson_options.txt
parent4feb9c3c470ae54614a6b12fedc2b94139ef4f61 (diff)
meson: introduce option vmware-mks-stats controlling the instrumentations of gallium svga driver
The new boolean option controls the instrumentations of gallium svga driver for mksGuestStats. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Charmaine Lee <charmainel@vmware.com> (cherry picked from commit 57760b7fe4eeb80acc8d6cd8bf6ec609a11a11dc) (cherry picked from commit 12aed00f08bd95afd605cab34c833e81a4957dbd) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12873>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 29c402c4844..8f67013d1bb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -524,3 +524,9 @@ option(
value : '',
description : 'Enable a custom shader replacement mechanism. Note that enabling this option requires adding/generating a shader_replacement.h file that can be included (see shaderapi.c).'
)
+option(
+ 'vmware-mks-stats',
+ type : 'boolean',
+ value : false,
+ description : 'Build gallium VMware/svga driver with mksGuestStats instrumentation.'
+)