arciel rekman
ecd2f824a1
Fix NullRHI not setting up shader platforms on Linux.
...
#rb Jeremy.Moore
[REVIEW] [at]Christopher.Waters, [at]Jeremy.Moore
#jira UE-196707
[FYI] Brandon.Schaefer, James.Singer
[CL 28344904 by arciel rekman in ue5-main branch]
2023-09-29 12:24:49 -04:00
phillip kavan
c9a2875f18
CIS fix (373586).
...
#rnx
#jira UE-194980
#rb none (trivial)
[CL 28344869 by phillip kavan in ue5-main branch]
2023-09-29 12:24:14 -04:00
phil popp
813b8017b7
fix instance name for traces of metasound patches
...
#rb Charlie.Huguenard
#jira UE-196850
[CL 28344634 by phil popp in ue5-main branch]
2023-09-29 12:11:07 -04:00
cedric caillaud
1b129aa778
Clustering optimization : add two cvar (soft and hard ) to control the number of released particles based on the number of active geometry collection particle
...
#rb benn.gallagher, vincent.robert
[CL 28344375 by cedric caillaud in ue5-main branch]
2023-09-29 11:58:13 -04:00
jeanfrancois dube
5adeae999a
WorldPartitionCookPackageSplitter:
...
- Added logs to track down an intermittent cooking issue.
#rb richard.malo
[CL 28343946 by jeanfrancois dube in ue5-main branch]
2023-09-29 11:40:25 -04:00
ionut matasaru
f779325956
Fixed "implicit conversion" errors in Profiler module.
...
#rnx
[CL 28343869 by ionut matasaru in ue5-main branch]
2023-09-29 11:36:18 -04:00
mihnea balta
baadb32702
Update Registration Process for Intel Extension to include Major, Minor and Patch version number
...
Submitting on behalf of hugo.lamarche[at]intel.com.
#rb mihnea.balta
#rnx
[CL 28343409 by mihnea balta in ue5-main branch]
2023-09-29 11:19:22 -04:00
serge bernier
621a24af3b
-Change r.Shaders.ForceDXC cvar to a FShaderPlatformCachedIniValue to be able to read it per platform when cooking.
...
-Enable DXC shader compiler for console
#jira UE-80252
#rb [at]jason.nadro
[CL 28343345 by serge bernier in ue5-main branch]
2023-09-29 11:17:10 -04:00
aleksander netzel
c05ce7ab40
GPULM: Fix GPULM hit group shaders not compiling when Substrate is disabled.
...
#rb chris.kulla
#jira UE-196774
[CL 28343248 by aleksander netzel in ue5-main branch]
2023-09-29 11:11:02 -04:00
pj kack
663b85f951
Make sure recipient of cache reads knows about them before they are actioned.
...
The submitted read was completing almost as quickly as it took to return from BeginRead() so it was never in the PendingMaterializes map for collection. Consequently the OnRead() callback wasn't able to find the read in the PendingMaterializes map.
Implemented and preflighted by martin.ridgers, reviewed and submitted by pj.kack.
#rb pj.kack
#rnx
#[robomerge][valkyrie] dev-valkyrie
#ushell-cherrypick of 28340644 by Martin.Ridgers
[CL 28343041 by pj kack in ue5-main branch]
2023-09-29 11:02:10 -04:00
phillip kavan
82be9aeced
Fix for an editor crash after editing Math Expression node titles while hovered over the content area.
...
#jira UE-194980
#rb Jodon.Karlik
[CL 28342882 by phillip kavan in ue5-main branch]
2023-09-29 10:56:13 -04:00
ionut matasaru
b2fbebf9b7
Enabled UnsafeTypeCast warnings as errors in Profiler, ProfilerClient, PerfCounters modules.
...
#rb Catalin.Dragoiu
[CL 28342235 by ionut matasaru in ue5-main branch]
2023-09-29 10:32:44 -04:00
carl bystrom
3ae1506be1
Horde: Add code coverage reporting to Dockerfile
...
Tests moved to separate script file as it became too unwieldy having it inline in Dockerfile.
[CL 28342229 by carl bystrom in ue5-main branch]
2023-09-29 10:32:31 -04:00
mattias hornlund
13826fcfd5
Iris
...
- Fixed assert in ReplicationWriter
#rb Peter.Engstrom
[CL 28342160 by mattias hornlund in ue5-main branch]
2023-09-29 10:31:03 -04:00
carl bystrom
c4c8b2b4c9
BuildGraph: Add target and output parameters to DockerBuildTask
...
[CL 28341767 by carl bystrom in ue5-main branch]
2023-09-29 10:21:10 -04:00
daniel lamb
a5c1000fd4
Fix for linuxarm64 cook platform.
...
[REVIEW] [at]Josh.Adams
[CL 28341651 by daniel lamb in ue5-main branch]
2023-09-29 10:15:24 -04:00
jeremy moore
8c351d1356
Enable ShaderPrint and GPUScene debugger on mobile renderer.
...
[CL 28341511 by jeremy moore in ue5-main branch]
2023-09-29 10:11:11 -04:00
david harvey
68dd29f6e7
early out if the PGO data directory doesn't exist, instead of causing an exception from directory enumeration.
...
#rb Ryan.Hummer
#rnx
[CL 28341354 by david harvey in ue5-main branch]
2023-09-29 10:01:55 -04:00
ionut matasaru
2f4b6b566d
Additional fixes for usage of TRACE_CPUPROFILER_EVENT_SCOPE macros in Interchange plugin.
...
* TRACE_CPUPROFILER_EVENT_SCOPE(ScopeName) --> to be used with a plain text as scope name (not a string!). If the parameter is a string ("abc" or TEXT("abc")), the quotes (and the TEXT prefix) will be included in the actual timer name.
* TRACE_CPUPROFILER_EVENT_SCOPE_STR("scope name") --> to be used with a static string (const ANSICHAR* or const TCHAR*); ex: when the scope name needs to include a space char
* TRACE_CPUPROFILER_EVENT_SCOPE_TEXT(*MyScopeName) --> to be used with a dynamic string (const ANSICHAR* or const TCHAR*)
See also the comments for these macros in ProfilingDebugging\CpuProfilerTrace.h.
#rb Alexis.Matte
[CL 28341000 by ionut matasaru in ue5-main branch]
2023-09-29 09:49:56 -04:00
ionut matasaru
00a44348e3
SynthBenchmark: Fixed conversion warnings. Enabled UnsafeTypeCast warnings as errors.
...
#rb Catalin.Dragoiu
[CL 28340939 by ionut matasaru in ue5-main branch]
2023-09-29 09:47:47 -04:00
robert manuszewski
aa6f61ee78
Making sure an object Outer is marked with GC barrier when constructing new objects in between incremental reachability iterations
...
#prefight 6516bac3c779a827b1a4e7dc
#rb Kirill.Zorin
[CL 28340657 by robert manuszewski in ue5-main branch]
2023-09-29 09:31:28 -04:00
huw bowles
510f67432e
[PCG] Fix surface sampler not executing if expected point count < 1
...
#rb julien.lheureux, adrien.logut, ryan.buehler
#rnx
[CL 28340570 by huw bowles in ue5-main branch]
2023-09-29 09:25:58 -04:00
Joakim Lindqvist
a7ce9dd454
Unreal Cloud DDC - Missing file that resolves test building error
...
#rb none
[CL 28340314 by Joakim Lindqvist in ue5-main branch]
2023-09-29 09:09:04 -04:00
alexis matte
4080a1c9c6
Fix fbx animation issue
...
#jira UE-192182
#rb jeanluc.corenthin
#rnx
[CL 28340237 by alexis matte in ue5-main branch]
2023-09-29 09:06:21 -04:00
helge mathee
93ffecd054
RigVM: Remove the notion of deprecated nodes
...
#rb sara.schvartzman
#jira UE-188495
[CL 28339470 by helge mathee in ue5-main branch]
2023-09-29 08:00:25 -04:00