From 2af985343240e30b000897464ab036e823094836 Mon Sep 17 00:00:00 2001 From: Sagar Ghuge Date: Mon, 30 Sep 2024 22:50:40 -0700 Subject: [PATCH] intel: Use the common RT BVH framework Signed-off-by: Sagar Ghuge Reviewed-by: Lionel Landwerlin Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index cfc5862c478..27a4fcff247 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -660,7 +660,7 @@ option( option( 'intel-bvh-grl', type : 'boolean', - value : true, + value : false, description : 'Build the BVH structure using GRL.' )