intel: Use the common RT BVH framework

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31588>
This commit is contained in:
Sagar Ghuge
2024-09-30 22:50:40 -07:00
committed by Marge Bot
parent ed620bcd41
commit 2af9853432

View File

@@ -660,7 +660,7 @@ option(
option(
'intel-bvh-grl',
type : 'boolean',
value : true,
value : false,
description : 'Build the BVH structure using GRL.'
)