Commit Graph

177 Commits

Author SHA1 Message Date
jeannoe morissette
9d96c35d12 VulkanRHI: Enable bindless and ray tracing pipelines by default in Vulkan SM6.
#rb aleksander.netzel

[CL 34422760 by jeannoe morissette in ue5-main branch]
2024-06-17 11:13:21 -04:00
tiago costa
2d07b192eb Changes to r.RayTracing.EnableOnDemand to work with offline data.
- moved ownership of RayTracingGeometry from FStaticMeshLODResources to FStaticMeshRayTracingProxyLOD so offline data can be streamed-in when ray tracing is toggled on.
- request streaming of ray tracing geometry when it is initally registered or FirstLODIndex changes.
- moved call to ProcessCompletedStreamingRequests(...) so it in every code path of FRayTracingGeometryManager::Tick(...)
- enabled r.RayTracing.EnableOnDemand by default on all platforms.

#rb aleksander.netzel

[CL 34416694 by tiago costa in ue5-main branch]
2024-06-17 05:45:28 -04:00
charles derousiers
a0a936cacc * Fix D3D ES31 not having device profile setup.
* Add Substrate variable for D3D ES31 profile

#rb florin.pascu
[FYI] sebastien.hillaire

[CL 34337838 by charles derousiers in ue5-main branch]
2024-06-13 09:28:25 -04:00
tiago costa
6ac6fb1465 Enable COMPILE_DYNAMIC_FRAME_TIME on all platforms.
- disable r.DynamicRes.DynamicFrameTime by default and only enable on Windows to maintain same behaviour.

#rb Guillaume.Abadie

[CL 34104175 by tiago costa in ue5-main branch]
2024-06-04 15:37:28 -04:00
joe kirchoff
f20a5ca52a MSVC 14.40 requires at least Clang 17
#rnx

[CL 33873250 by joe kirchoff in ue5-main branch]
2024-05-23 16:15:34 -04:00
joe kirchoff
807f50b782 UnrealBuildTool: Update minimum clang to 16 in to match already enforced minimum from SDK config file
#rnx

[CL 33591573 by joe kirchoff in ue5-main branch]
2024-05-10 19:49:56 -04:00
chris kulla
a609f4caa8 Disable shader warnings as errors
These were not actually enabled at the moment as the cvar was also specified in ConsoleVariables.ini.

Comment the definition in ConsoleVariables.ini (the global default is already 0) which is more in line with how other variables are specified.

Remove the definition from the window ini file until we can resolve remaining issues with SM5 shaders.
#rnx

[CL 33499495 by chris kulla in ue5-main branch]
2024-05-07 18:22:54 -04:00
chris kulla
998ab85d43 Enable shader warnings as errors by default on Windows platforms
This only applies to global shaders for now and is done only for one platform to gauge the impact and minimize disruption for platforms which not everyone has installed or can test easily.

[CL 33306282 by chris kulla in ue5-main branch]
2024-04-29 13:30:10 -04:00
joe kirchoff
c47c46dcff Only ATL is needed, not MFC
#rnx

[CL 33211609 by joe kirchoff in ue5-main branch]
2024-04-24 16:15:20 -04:00
joe kirchoff
02dc2f38f8 Ban all 14.39.x toolchains due to codegen issue when compiling for AVX arch
#jira UE-213137
#rb danny.couture

[CL 33209982 by joe kirchoff in ue5-main branch]
2024-04-24 15:30:20 -04:00
joe kirchoff
1faf7bcd30 Add ATLMFC to suggested components
#rnx

[CL 33209119 by joe kirchoff in ue5-main branch]
2024-04-24 15:12:38 -04:00
Yuriy ODonnell
a0a0b78596 Allow UAV binding in Vertex Shaders in D3D11 and D3D12 RHIs
#jira none
#rb christopher.waters

[CL 33042755 by Yuriy ODonnell in ue5-main branch]
2024-04-17 14:06:14 -04:00
tiago costa
4b7fccdfac Enable r.RayTracing.EnableOnDemand by default on Windows.
[FYI] aleksander.netzel

[CL 32978039 by tiago costa in ue5-main branch]
2024-04-15 18:17:58 -04:00
joe kirchoff
86ec401ff5 Rollback preferred MSVC to 14.38
#rnx
#jira UE-210812

[CL 32674093 by joe kirchoff in ue5-main branch]
2024-04-02 14:02:01 -04:00
joe kirchoff
88811ab621 Fix or suppress Clang 18 issues, support Intel compiler 2024.1
#jira UE-210910
#rb christopher.waters

[CL 32618000 by joe kirchoff in ue5-main branch]
2024-03-29 13:13:48 -04:00
joe kirchoff
faebb95c91 Add msvc 14.39.x to preferred msvc toolchains
#jira UE-210669
#rb Josh.Adams

[CL 32547938 by joe kirchoff in ue5-main branch]
2024-03-27 12:48:51 -04:00
jeannoe morissette
c1689bc481 VulkanRHI: document the ini values necessary to enable experimental Vulkan ray tracing.
[CL 32547274 by jeannoe morissette in ue5-main branch]
2024-03-27 12:36:33 -04:00
ben hoffman
f94171a7dc Add WindowsApplication KBM hardware device definition. Move the XInput hardware defintiion out to its own plugin as it should be.
#rnx

#rb Phillip.Kavan

[CL 32507945 by ben hoffman in ue5-main branch]
2024-03-26 10:05:42 -04:00
kenzo terelst
a7e0d62c3d Enable PSO precaching for global compute shaders by default on Windows
[CL 32466188 by kenzo terelst in ue5-main branch]
2024-03-25 06:02:12 -04:00
joe kirchoff
6af42710c6 Disallow 14.39.33519 - 14.39.33522 toolchains
#rnx

[CL 32420339 by joe kirchoff in ue5-main branch]
2024-03-21 18:23:34 -04:00
calvin zheng
0126089bd4 Reorganize memory.MemoryPressureCriticalThresholdMB for memory pressure assessment
#rb Zousar.Shaker, Josh.Adams

[CL 32333617 by calvin zheng in ue5-main branch]
2024-03-19 14:33:18 -04:00
rune stubbe
79573f21b4 Enable r.Nanite.Streaming.ReservedResources on Windows
#rb yuriy.odonnell
[FYI] brian.karis, graham.wihlidal, jamie.hayes, ben.woodhouse

[CL 32297488 by rune stubbe in ue5-main branch]
2024-03-18 07:24:23 -04:00
jeremy moore
fc86b6e263 Enable Work Graph support in D3D12 SM6 now that we have updated DXC to support it.
#jira UE-206245
[FYI] graham.wihlidal

[CL 32259735 by jeremy moore in ue5-main branch]
2024-03-14 17:03:41 -04:00
jeremy moore
804418158d #jira UE-206245, UE-206247
Add basic DX12 Work Graph support.
For this first pass there is no exposed RHI functionality for directly dispatching a work graph. Instead shader bundles have been extended to support a work graph based implementation.
Nanite compute materials now can use work graph shader bundles on D3D12 when r.Nanite.AllowWorkGraphMaterials and r.Nanite.Bundle.Shading are both set. Both of these default to off at the moment.
Also DataDrivenPlatformInfo now expose bSupportsWorkGraphs. This is false everywhere, but will be enabled for D3D12_SM6 as soon as we have the latest DXC shader compiler with lib_6_8 support submitted.
#rb Kenzo.Terelst, Yuriy.ODonnell

[CL 32196717 by jeremy moore in ue5-main branch]
2024-03-12 18:42:09 -04:00
laura hermanns
29a6c72678 [Shaders] Move macro SUPPORTS_INDEPENDENT_SAMPLERS to DDSPI configuration.
While the mobile team wants to keep independent samples disbaled for PCD3D_ES3_1, it makes sense to move this as a platform dependent feature into the DDSPI configuration.

#rb brian.white, christopher.waters, Yuriy.ODonnell
[FYI] Dmitriy.Dyomin, Carl.Lloyd
#rnx

[CL 31764896 by laura hermanns in ue5-main branch]
2024-02-23 11:10:12 -05:00