eric renaudhoude
e12ce1a287
ImgMedia: We simply share the EMediaTextureVisibleMipsTiles enum between MediaTextureTracker and MediaPlateComponent.
...
#jira UE-149176
#rb Tony.Wong
#preflight 628548bb0f0d5076dee8a311
[CL 20266899 by eric renaudhoude in ue5-main branch]
2022-05-18 15:46:09 -04:00
eric renaudhoude
8c7bc1b988
MediaPlate: Allow choices to enable tiling and mip calculations: disabled, plane or sphere mesh. Fixes for (default) plane calculations based on SM_MediaPlateScreen as opposed to the engine mesh.
...
#jira UE-149176
#rb tony.wong, ruslan.idrisov
#preflight 62852e3b2e20db0a7198da81
[CL 20264610 by eric renaudhoude in ue5-main branch]
2022-05-18 13:52:49 -04:00
Ruslan Idrisov
5bb1860720
MediaTextureResource: Added GPU stat for nsights profiling.
...
#rb Tony.Wong
#fyi Eric.RenaudHoude
#jira None
#preflight 6284fd80925bbe69dfd5c182
[CL 20261777 by Ruslan Idrisov in ue5-main branch]
2022-05-18 11:37:47 -04:00
jeremie roy
95955bb7ec
Autodetect aja format input by default
...
#jira UE-146003
#rb simon.therriault
#preflight 6283c91518591b86df949fff
[CL 20245822 by jeremie roy in ue5-main branch]
2022-05-17 12:59:08 -04:00
christopher waters
4b9e68073c
Deprecating RHICreateTexture2D and RHICreateTextureExternal2D.
...
#jira none
#rb zach.bethel
#preflight 627a6ec010766ef8c1f54f1e
[CL 20129702 by christopher waters in ue5-main branch]
2022-05-10 17:13:37 -04:00
zach bethel
a574adf6d5
Deprecated RHICreateTargetableShaderResource utility method, since it's not actually used to create multisampled resources. Removed instances where it appeared multiple textures were being created, but only one was actually created. Cleaned up FTextureRenderTargetResource derived classes to use TextureRHI and TextureRenderTargetRHI.
...
#preflight 62798ef94561731dbe14105b
#rb christopher.waters
[CL 20113900 by zach bethel in ue5-main branch]
2022-05-09 19:27:51 -04:00
Tony Wong
076a080ac4
MediaPlate: Media path is now just an editor construct that modifies the media source.
...
#JIRA: UE-141361
#preflight 626ab6aeb17dd9121b3dc0a8
#review-19942300 @eric.renaudhoude @ruslan.idrisov
#rb eric.renaudhoude, ruslan.idrisov
#rnx
[CL 19963856 by Tony Wong in ue5-main branch]
2022-04-28 12:24:29 -04:00
Tony Wong
b1804e318a
MediaCompositing: No longer needs media plate plugin to get the media player for object bindings.
...
#JIRA: UE-141361
#preflight 62681303430b9997ebe27d9b
#review-19870484 @thomas.engel @ruslan.idrisov @eric.renaudhoude
#rb thomas.engel, ruslan.idrisov, eric.renaudhoude
#rnx
[CL 19921801 by Tony Wong in ue5-main branch]
2022-04-26 12:00:13 -04:00
eric renaudhoude
0506beae3b
MediaTexture: Fix for trilinear sampling with new style output.
...
#jira UE-147120
#rb tony.wong, ruslan.idrisov
#preflight 624b2fe9470aff98e9a37e5a
[CL 19612493 by eric renaudhoude in ue5-main branch]
2022-04-04 14:09:22 -04:00
christopher waters
18cb677334
Converting uses of RHICreateTargetableShaderResource2D to use RHICreateTargetableShaderResource.
...
#jira none
#rb zach.bethel
#preflight 624341dcc667881bf4dba704
[CL 19548181 by christopher waters in ue5-main branch]
2022-03-29 16:03:46 -04:00
charles bloom
0ff3677e20
fix share Texture validation on Import code for all texture types
...
turns off mip maps for nonpow2 cubemaps
fixes check importing nonpow2 cubemaps
#preflight 623e6bfb6776a17c5b01e82f
#rb fabian.giesen
[CL 19520871 by charles bloom in ue5-main branch]
2022-03-25 21:43:09 -04:00
Tony Wong
83d3e664b8
MediaAssets: Added support for file media sources to SpawnMediaSourceForString.
...
#JIRA: UE-141361
#preflight 623def75184e847d900ac544
#rb none
#rnx
[CL 19514945 by Tony Wong in ue5-main branch]
2022-03-25 13:03:47 -04:00
Tony Wong
2e68a07fd2
MediaAssets: Added support for urls for SpawnMediaSourceForString.
...
#JIRA: UE-141361
#preflight 623cfc2cf765c25e98ef22c0
#rb none
#rnx
[CL 19513988 by Tony Wong in ue5-main branch]
2022-03-25 11:57:36 -04:00
Tony Wong
ceb2bc7a2e
MediaAssets: Media sources can be associated with a file extension.
...
#JIRA: UE-141361
#preflight 623b8acaec68595f3b98ca98
#review-19485746 @eric.renaudhoude @ruslan.idrisov
#rb eric.renaudhoude, ruslan.idrisov
#rnx
[CL 19497185 by Tony Wong in ue5-main branch]
2022-03-24 12:14:25 -04:00
Tony Wong
127da78c88
MediaAssets: ImgMediaEngine texture tracking moved to MediaTextureTracker so texture tracking can be done without the ImgMedia plugin.
...
#JIRA: UE-141373
#preflight 620446b0a65a8a28462fb1b7
#review-18926066 @ruslan.idrisov
#rb ruslan.idrisov
#rnx
[CL 18953523 by Tony Wong in ue5-main branch]
2022-02-11 11:33:14 -05:00
ruslan idrisov
c88a3bb561
MediaTexture: At the moment there is no interpolation between mip levels for external textures, which creates a hard aliased edge. This CL allows filtering between mip levels when mip levels are provided from outside.
...
#rb Tony.Wong, Thomas.Engel
[FYI] Eric.RenaudHoude, Rod.Bogart
#jira None
#preflight
#ROBOMERGE-AUTHOR: ruslan.idrisov
#ROBOMERGE-SOURCE: CL 18791986 in //UE5/Release-5.0/... via CL 18792036 via CL 18792483
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)
[CL 18792565 by ruslan idrisov in ue5-main branch]
2022-01-31 12:56:49 -05:00
tony wong
a57c113996
MediaTexture: Fix for auto clear not working.
...
#JIRA: None
#preflight 61e738377f0c4b5aad718ca7
[REVIEW] [at]thomas.engel
#rb thomas.engel
#rnx
#ROBOMERGE-AUTHOR: tony.wong
#ROBOMERGE-SOURCE: CL 18676203 in //UE5/Release-5.0/... via CL 18676236 via CL 18676246
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v902-18672795)
[CL 18680141 by tony wong in ue5-main branch]
2022-01-20 15:38:14 -05:00
Marc Audy
c43360f47c
Eliminate whitespace only differences between Release-Engine-Staging and Release-Engine-Test
...
#[fyi] Aurel.Cordonnier
#ushell-cherrypick of 18448630 by Marc.Audy
#preflight none
[CL 18483677 by Marc Audy in ue5-main branch]
2021-12-17 03:41:59 -05:00
christopher waters
2bb7607011
Moving RHIIsTypedUAVLoadSupported and RHIIsTypedUAVStoreSupported out of FDynamicRHI. New versions now use TextureFormat Capability flags.
...
#jira none
#rb mihnea.balta
#preflight 61ba46c8055f3013459a5b62
#ROBOMERGE-AUTHOR: christopher.waters
#ROBOMERGE-SOURCE: CL 18476758 in //UE5/Release-5.0/... via CL 18481366 via CL 18481459
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)
[CL 18481666 by christopher waters in ue5-main branch]
2021-12-16 19:46:34 -05:00
christopher waters
0b0457558b
Moving RHIIsTypedUAVLoadSupported and RHIIsTypedUAVStoreSupported out of FDynamicRHI. New versions now use TextureFormat Capability flags.
...
#jira none
#rb mihnea.balta
#preflight 61ba46c8055f3013459a5b62
#ROBOMERGE-AUTHOR: christopher.waters
#ROBOMERGE-SOURCE: CL 18476758 in //UE5/Release-5.0/... via CL 18481366
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18481459 by christopher waters in ue5-release-engine-test branch]
2021-12-16 19:29:23 -05:00
Marc Audy
f512a6d461
Eliminate whitespace only differences between Release-Engine-Staging and Release-Engine-Test
...
#fyi Aurel.Cordonnier
[CL 18448630 by Marc Audy in ue5-release-engine-test branch]
2021-12-13 15:59:48 -05:00
Marc Audy
0c3be2b6ad
Merge Release-Engine-Staging to Test @ CL# 18240298
...
[CL 18241953 by Marc Audy in ue5-release-engine-test branch]
2021-11-18 14:37:34 -05:00
aurel cordonnier
fc542f6cfd
Merge from Release-Engine-Staging @ 18081189 to Release-Engine-Test
...
This represents UE4/Main @18073326, Release-5.0 @18081140 and Dev-PerfTest @18045971
[CL 18081471 by aurel cordonnier in ue5-release-engine-test branch]
2021-11-07 23:43:01 -05:00
aurel cordonnier
a12d56ff31
Merge from Release-Engine-Staging @ 17791557 to Release-Engine-Test
...
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485
[CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
2021-10-12 21:21:22 -04:00
chris adams
7a1a3f7369
adding back surround sound capability to mediasoundcomponent
...
#jira none
#ROBOMERGE-AUTHOR: chris.adams
#ROBOMERGE-SOURCE: CL 17587074 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v871-17566257)
[CL 17587147 by chris adams in ue5-release-engine-test branch]
2021-09-21 15:58:47 -04:00