aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@chromium.org>2020-06-30 17:46:17 -0700
committerGurchetan Singh <gurchetansingh@chromium.org>2020-07-07 12:00:30 -0700
commitdf5b73115d2fa2e428bcd51200326c04b894709f (patch)
tree713c67c005c40ac4f741a8b6794ffd35743ac28c /meson_options.txt
parent7ad2eeced970c51ce269ea1ea40f0aa39b76444a (diff)
downloadvirglrenderer-df5b73115d2fa2e428bcd51200326c04b894709f.tar.gz
vrend: add VIRGL_RENDERER_UNSTABLE_APIS
This conditionally compiles the GL4.5 changes so development can be moved into master. Suggested-by: Chia-I Wu <olvaffe@gmail.com> Acked-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9d7e5b5b..96e61965 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -58,3 +58,10 @@ option(
value : 'false',
description : 'enable running unit tests with valgrind'
)
+
+option(
+ 'unstable_apis',
+ type : 'boolean',
+ value : 'false',
+ description : 'enable unstable apis'
+)