anv: Disable Ray Tracing on xe2 until our compiler supports Xe2 RT
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25411>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "genxml/genX_pack.h"
|
||||
#include "genxml/genX_rt_pack.h"
|
||||
|
||||
#if GFX_VERx10 >= 125
|
||||
#if GFX_VERx10 == 125
|
||||
|
||||
#include "grl/grl_structs.h"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "vk_standard_sample_locations.h"
|
||||
|
||||
#if GFX_VERx10 >= 125 && ANV_SUPPORT_RT
|
||||
#if GFX_VERx10 == 125 && ANV_SUPPORT_RT
|
||||
#include "grl/genX_grl.h"
|
||||
#endif
|
||||
|
||||
@@ -676,7 +676,7 @@ void
|
||||
genX(init_physical_device_state)(ASSERTED struct anv_physical_device *pdevice)
|
||||
{
|
||||
assert(pdevice->info.verx10 == GFX_VERx10);
|
||||
#if GFX_VERx10 >= 125 && ANV_SUPPORT_RT
|
||||
#if GFX_VERx10 == 125 && ANV_SUPPORT_RT
|
||||
genX(grl_load_rt_uuid)(pdevice->rt_uuid);
|
||||
pdevice->max_grl_scratch_size = genX(grl_max_scratch_size)();
|
||||
#endif
|
||||
|
||||
@@ -1826,7 +1826,7 @@ void genX(CmdCopyQueryPoolResults)(
|
||||
}
|
||||
}
|
||||
|
||||
#if GFX_VERx10 >= 125 && ANV_SUPPORT_RT
|
||||
#if GFX_VERx10 == 125 && ANV_SUPPORT_RT
|
||||
|
||||
#include "grl/include/GRLRTASCommon.h"
|
||||
#include "grl/grl_metakernel_postbuild_info.h"
|
||||
|
||||
Reference in New Issue
Block a user