Commit Graph

11 Commits

Author SHA1 Message Date
christopher waters
2a8f9987cb Adding minimal interface to VulkanRHI
- Adding IVulkanDynamicRHI interface for plugins that want to touch Vulkan resources/handles directly.
- Modifying plugins that were using VulkanRHIPrivate.h to use the interface instead.
- Removing plugin references to UE Modules and ThirdParty libraries that were only needed because they included the private RHI headers.
- Removing VulkanRHI/Private from plugin include paths.
- Deprecating VulkanRHIBridge and moved its functionality into the new interface.

#jira none
#rb jeannoe.morissette, mihnea.balta, robert.srinivasiah
#preflight 62281ec531133a23da642007
#robomerge FNNC

[CL 19320995 by christopher waters in ue5-main branch]
2022-03-09 11:16:51 -05:00
christopher waters
c001265796 Removing uses of FDynamicRHI::GetName() and GetGraphicsRHI() to identify specific RHIs in favor of ERHIInterfaceType.
Switching direct casts of GDynamicRHI to use the new CastDynamicRHI/GetDynamicRHI functions. This prevents incorrectly casting RHIValidation into the wrong types.

#jira none
#rb josh.adams, will.damon, peter.tarasenko
#preflight 6216a3b9c15ec90be95f54f7

[CL 19116145 by christopher waters in ue5-main branch]
2022-02-24 11:58:36 -05:00
aidan possemiers
ddbf32632b Downgrade CUDA initialization error log from Fatal to Error.
#jira UE-133434
#rb Luke.Bermingham
[FYI] Alejandro.Arango, Mattias.Jansson
#preflight 61f8f4eef657e25a59122cef

#ROBOMERGE-AUTHOR: aidan.possemiers
#ROBOMERGE-SOURCE: CL 18806327 in //UE5/Release-5.0/... via CL 18808518 via CL 18821788
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)

[CL 18822150 by aidan possemiers in ue5-main branch]
2022-02-02 02:20:53 -05:00
aidan possemiers
325f073a64 - Fixed issue with incorrect hardware encoders loading when the target GPU is not present.
- Vulkan AMF support is currently unsupported and has been disabled.
- Removed fatal error when trying to use AMF with Vulkan.

#JIRA UE-133434
#rb Luke.Bermingham
[FYI] Alejandro.Arango, Brandon Schaefer, Mattias.Jansson
#preflight 61f882ed80608c7029a0add1

#ROBOMERGE-AUTHOR: aidan.possemiers
#ROBOMERGE-SOURCE: CL 18803094 in //UE5/Release-5.0/... via CL 18803106 via CL 18821573
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)

[CL 18821656 by aidan possemiers in ue5-main branch]
2022-02-02 01:48:44 -05:00
marc audy
ecd8a3854d Fix non-unity errors
#preflight 61f4e01c7a7f0d39dd082a7d

#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 18783113 in //UE5/Release-5.0/... via CL 18783115 via CL 18783140
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18783150 by marc audy in ue5-main branch]
2022-01-29 01:47:04 -05:00
aidan possemiers
358f7deb8c Fixes an edge case CUDA crash when NVIDIA drivers are present but RHI is running on a non-NVIDIA GPU
#rb Luke.Bermingham
[FYI] Mattias.Jansson
#preflight trivial

#ROBOMERGE-AUTHOR: aidan.possemiers
#ROBOMERGE-SOURCE: CL 18768419 in //UE5/Release-5.0/... via CL 18768421 via CL 18768499
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18768592 by aidan possemiers in ue5-main branch]
2022-01-28 00:58:06 -05:00
nick pace
5339db4c17 Fix missing header by including module
#rb self
[FYI] luke.bermingham, marco.anastasi

#ROBOMERGE-AUTHOR: nick.pace
#ROBOMERGE-SOURCE: CL 18298960 in //UE5/Release-5.0/... via CL 18298964
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18298981 by nick pace in ue5-release-engine-test branch]
2021-11-26 05:54:44 -05:00
nick pace
a977d8c332 Enable D3D12 to use CUDA for PixelStreaming backbuffer textures in order to resolve NVENC encoder latency issues
#JIRA UE-133431
#rb aidan.possemiers
[FYI] luke.bermingham, marco.anastasi, mattias.jansson
#lockdown Mitchell.Wilson

#ROBOMERGE-OWNER: nick.pace
#ROBOMERGE-AUTHOR: nick.pace
#ROBOMERGE-SOURCE: CL 18298384 in //UE4/Main/... via CL 18298455 via CL 18298465
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)
#ROBOMERGE[STARSHIP]: UE5-Main

[CL 18298471 by nick pace in ue5-release-engine-test branch]
2021-11-26 03:04:55 -05:00
nick pace
5acfd737a8 Fix NonUnity issue with CUDA Runtime module
[FYI] luke.bermingham, marco.anastasi
#rb luke.bermingham

#ROBOMERGE-AUTHOR: nick.pace
#ROBOMERGE-SOURCE: CL 17953788 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v885-17909292)

[CL 17953816 by nick pace in ue5-release-engine-test branch]
2021-10-27 18:41:42 -04:00
nick pace
65bfcfd2e7 Integrate Dev-TensorWorks PixelStreaming/AVEncoder changes into Main
#JIRA UCS-1831
[FYI] luke.bermingham, marco.anastasi
#rb aidan.possemiers

#ROBOMERGE-AUTHOR: nick.pace
#ROBOMERGE-SOURCE: CL 17920208 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v885-17909292)

[CL 17922580 by nick pace in ue5-release-engine-test branch]
2021-10-26 09:13:01 -04:00
aurel cordonnier
50944fd712 Merge UE5/RES @ 16162155 to UE5/Main
This represents UE4/Main @ 16130047 and Dev-PerfTest @ 16126156

[CL 16163576 by aurel cordonnier in ue5-main branch]
2021-04-29 19:32:06 -04:00