Commit Graph

390 Commits

Author SHA1 Message Date
guillaume abadie
94c83bc743 Implements r.DumpGPU.CompressResources
#rb juan.canada
#preflight 6230d00c161b1005592ca695

#ROBOMERGE-AUTHOR: guillaume.abadie
#ROBOMERGE-SOURCE: CL 19389343 via CL 19389781
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19392836 by guillaume abadie in ue5-main branch]
2022-03-15 15:53:25 -04:00
james hopkin
a9d008011a [robo] Removed hacky github code
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19376421
#ROBOMERGE-BOT: (v926-19321884)

[CL 19376453 by james hopkin in ue5-main branch]
2022-03-14 15:04:22 -04:00
guillaume abadie
8d0d0c25fd Fixes texture visualization in the GPUDumpViewer for PF_R32G32_UINT
#rb trivial
[FYI] juan.canada

#ROBOMERGE-AUTHOR: guillaume.abadie
#ROBOMERGE-SOURCE: CL 19372610 via CL 19372614
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19374679 by guillaume abadie in ue5-main branch]
2022-03-14 13:27:04 -04:00
Luke Thatcher
ee64a28f30 Copying //UE5/Dev-ParallelRendering to //UE5/Main
This change is the copy-up of work from //UE5/Dev-ParallelRendering to unify the various RHI texture types
 - The separate RHI texture types (FRHITexture2D, FRHITexture2DArray, FRHITexture3D, FRHITextureCube, FRHITextureCubeArray) have been replaced with a single type: FRHITexture.
 - Includes the required refactoring / fixes for the various platform RHIs.

The old texture types are still supported via typedefs, but will soon be marked deprecated. Future rendering code should make use of the FRHITexture type instead.

#jira UE-139559
#rb Mihnea.Balta
#preflight 622f3af819287beb2c3047f6
#robomerge[FN_ENGINEMERGE] DEV-NC

[CL 19371962 by Luke Thatcher in ue5-main branch]
2022-03-14 09:14:58 -04:00
Elliot Colp
4f0e6f7f74 Color wheel widget
#jira: UE-141878
#preflight 622bb141902b7ca699df8813

[CL 19359991 by Elliot Colp in ue5-main branch]
2022-03-11 15:35:54 -05:00
charles lefebvre
679d8ffda7 CruncherSharp: Fix mempool column that could be added multiple times
#Tests Open a PDB in CruncherSharp, check that it works
#rnx

#ROBOMERGE-AUTHOR: charles.lefebvre
#ROBOMERGE-SOURCE: CL 19354425 via CL 19355452 via CL 19357470 via CL 19357680
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19359143 by charles lefebvre in ue5-main branch]
2022-03-11 14:30:34 -05:00
charles lefebvre
78037e79b2 CruncherSharp: add an option to enter mempool sizes to find out which class would fit in a smaller pool
#Tests Open a PDB in CruncherSharp, check that it works
#rb robert.millar
[FYI] marc.audy, guillaume.morreel
#rnx

#ROBOMERGE-AUTHOR: charles.lefebvre
#ROBOMERGE-SOURCE: CL 19344019 via CL 19346417 via CL 19351320 via CL 19351388
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19351977 by charles lefebvre in ue5-main branch]
2022-03-11 04:29:20 -05:00
marc audy
331f780085 Fix variations between RES and other streams due to merge issues
#rnx

#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 19328112 in //UE5/Release-Engine-Staging/...
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19348321 by marc audy in ue5-main branch]
2022-03-10 22:04:55 -05:00
james hopkin
87c705ab39 [robo] Added missing colors dependency and fixed security warning
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19336799
#ROBOMERGE-BOT: (v926-19321884)

[CL 19336804 by james hopkin in ue5-main branch]
2022-03-10 11:16:06 -05:00
james hopkin
7035643745 [robo] Fix for restarting single bots after reconsider goes wrong
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19321884
#ROBOMERGE-BOT: (v924-19243027)

[CL 19321967 by james hopkin in ue5-main branch]
2022-03-09 12:12:07 -05:00
james hopkin
0bfd8d5963 [robo] Temporarily disabled bot restart button, while fixing issue with duplicate bots running
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19305624
#ROBOMERGE-BOT: (v924-19243027)

[CL 19305634 by james hopkin in ue5-main branch]
2022-03-08 12:50:56 -05:00
james hopkin
1d7ca3743c [robo] Fix for indirect skips/null merge via multiple routes
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19243027
#ROBOMERGE-BOT: (v921-19075845)

[CL 19243036 by james hopkin in ue5-main branch]
2022-03-03 09:08:56 -05:00
james hopkin
e3e3ea5168 [robo] Added description of unit test format and removed commented out and redundant code
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19242279
#ROBOMERGE-BOT: (v921-19075845)

[CL 19242282 by james hopkin in ue5-main branch]
2022-03-03 07:42:48 -05:00
will damon
6392f6c86a Fixes to enable Automation on iOS
- Updated ios-deploy to latest from Github.
- Add fallback path for when Dns.GetHostEntry() throws an exception.
- Do not attempt to add empty/null objects to GC.

#rb jack.porter
#jira UE-126859
#rnx
#preflight none

#ROBOMERGE-AUTHOR: will.damon
#ROBOMERGE-SOURCE: CL 19197725 in //UE5/Release-5.0/... via CL 19197800
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19213049 by will damon in ue5-main branch]
2022-03-01 20:02:07 -05:00
James Hopkin
961058b963 [robo] Removed redundant project
[CL 19148985 by James Hopkin in ue5-main branch]
2022-02-25 11:24:09 -05:00
James Hopkin
cf2712e1c1 [robo] Set placeholder botnames in vscode project
[CL 19148920 by James Hopkin in ue5-main branch]
2022-02-25 11:21:57 -05:00
UnrealBot
b6fbda72ca Branch snapshot for CL 19147307
[CL 19147307 in ue5-main branch]
2022-02-25 15:34:30 +00:00
james hopkin
363e25cf0f [robo] Preview page fix
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19075845
#ROBOMERGE-BOT: (v920-19070459)

[CL 19075867 by james hopkin in ue5-main branch]
2022-02-22 13:18:41 -05:00
james hopkin
4351e35385 [robo] Preview: show bot names with errors
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19070459
#ROBOMERGE-BOT: (v919-19067737)

[CL 19070476 by james hopkin in ue5-main branch]
2022-02-22 05:32:04 -05:00
james hopkin
aadeab7293 [robo] Added ignoreInCycleDetection edge property
[FYI] Marc.Audy


#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19067737
#ROBOMERGE-BOT: (v919-19067737)

[CL 19067787 by james hopkin in ue5-main branch]
2022-02-21 12:48:20 -05:00
robert millar
5811293e2a Add TargetRules.bFNameOutlineNumber as an option to reduce the size of FName by 4 bytes by storing the number in the name table.
Adds a define UE_FNAME_OUTLINE_NUMBER.
Removes of FName, FMinimalName from memory image support. Adds of FMemoryImageName.
Removal of FMinimalName operator<<, all fields made private, size made variable.
All fields of FScriptName made private.
Added console commands for dumping numbered/unnumbered names and stats.

#rb johan.torp

#ROBOMERGE-OWNER: robert.millar
#ROBOMERGE-AUTHOR: robert.millar
#ROBOMERGE-SOURCE: CL 19058026 via CL 19058611 via CL 19058656 via CL 19061727 via CL 19061740 via CL 19064047
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v918-19018356)

[CL 19066701 by robert millar in ue5-main branch]
2022-02-21 02:35:48 -05:00
james hopkin
8b5ed22465 [robo] Attempt to increase timeout - appears to be 10s, so increasing to 30s
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 19018356
#ROBOMERGE-BOT: (v917-18934589)

[CL 19018412 by james hopkin in ue5-main branch]
2022-02-16 13:36:31 -05:00
guillaume abadie
9e050bfe3f Adds a UE-DumpGPUPath environment variables to dump across perforce workspaces at the same location by default on a dev machine
#rb juan.canada
#jira none
#preflight none
#lockdown juan.canada

#ROBOMERGE-AUTHOR: guillaume.abadie
#ROBOMERGE-SOURCE: CL 18978917 in //UE5/Release-5.0/... via CL 18978987 via CL 18979086
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18979099 by guillaume abadie in ue5-main branch]
2022-02-14 09:56:14 -05:00
charles lefebvre
eface31e5d CruncherSharp
- Support loading a CSV file asynchronously. All symbols listed in the CSV (and all dependant symbols) will be loaded from the PDB
- Do not use a progress bar for simple requests, it takes longer to update the progress bar than to load the symbols
- Add an option to disable function analysis, as it can be expensive and it is not always relevant if don't fully load thel PDB

https://docs.google.com/document/d/1IDAPNOvl2r_fg2aJQaJwe7VVIYG2om8DB5VtpzBA-HI/edit

#rb ben.hoffman
#tests open a PDB with CruncherSharp, open a .csv file, navigate
[FYI] marc.audy
#rnx

#ROBOMERGE-AUTHOR: charles.lefebvre
#ROBOMERGE-SOURCE: CL 18944109 via CL 18944131 via CL 18944139 via CL 18945310 via CL 18946176
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18946320 by charles lefebvre in ue5-main branch]
2022-02-10 18:36:53 -05:00
james hopkin
2c87799a2c [robo] Multiple bot aliases
#ROBOMERGE-AUTHOR: james.hopkin
#ROBOMERGE-SOURCE: CL 18934589
#ROBOMERGE-BOT: (v916-18915374)

[CL 18934592 by james hopkin in ue5-main branch]
2022-02-10 08:12:24 -05:00