Commit Graph

1417 Commits

Author SHA1 Message Date
Florin Pascu
0c22295ffd Re-enable GpuComputeNiagara for A11+ gpus, was wrongly disabled
#jira None
#rb Dmitriy.Dyomin
#fyi Carl.Lloyd

[CL 12386563 by Florin Pascu in 4.25 branch]
2020-03-24 03:34:27 -04:00
Jeremy Moore
9240689267 Readd support for 16bit virtual texture page tables.
This had been broken by a previous changelist (9751925)
#jira none
#rb none

[CL 12382248 by Jeremy Moore in 4.25 branch]
2020-03-23 15:54:32 -04:00
Jeff Fisher
330005a275 UE-90862 HoloLens packaging fails in GetTextureBuildSettings()
-Fixed ini so HoloLens device profile can be found and used.
#rb non
#jira UE-90862

[CL 12250772 by Jeff Fisher in 4.25 branch]
2020-03-18 15:50:21 -04:00
Jonas Meyer
e8d8a8819e disable r.Vulkan.UploadCmdBufferSemaphore
fix a validation error on shutdown
#jira none
#rb none

[CL 12232777 by Jonas Meyer in 4.25 branch]
2020-03-17 11:46:42 -04:00
Wei Liu
65af461fd4 Fix a crash of Histogram CS on IOS A8 devices.
Fix some legacy tooltips for eyeadaptation.

Change the disable eyeadaptation condition for low-end ios devices to be consistent with android devices using r.EyeAdaptationQuality instead of r.Mobile.EyeAdaptation.

#jira none

#rb Dmitriy.Dyomin, Carl.Lloyd, Jack.Porter, Mi.Wang

[CL 12147778 by Wei Liu in 4.25 branch]
2020-03-12 06:49:56 -04:00
brooke hubert
4f0846d8f8 Selected text is discernable in the Output log with default settings.
# Reverted default setting for the selected text background color to what it was before CL 3902112

#Editgrating CL 11188140 from Dev-Editor

#Jira UE-59618
#rb lauren.barnes, jason.stasik

[CL 12137354 by brooke hubert in 4.25 branch]
2020-03-11 14:48:50 -04:00
Jack Porter
36f1824432 Add missing Mali G77 device profile support
#rb None
#jira None
#fyi Chris.Babcock
#lockdown Cristina.Riveron

[CL 12124718 by Jack Porter in 4.25 branch]
2020-03-11 08:58:11 -04:00
Brandon Schaefer
82070631e4 Linux is enabled for Windows Editor when available
#jira UE-89963
#rb none
#fyi Josh.Adams

[CL 12118335 by Brandon Schaefer in 4.25 branch]
2020-03-10 17:11:40 -04:00
Jack Porter
96a8430608 Fix typo in Android Vulkan device profiles
#rb None
#jira None
#lockdown Cristina.Riveron
#fyi Chris.Babcock

[CL 12098973 by Jack Porter in 4.25 branch]
2020-03-10 04:13:03 -04:00
carl lloyd
0f869bdae5 Fix for crash on older iOS devices when using histogram CS
#rb Wei.Liu
#jira UE-89604

[CL 12070095 by carl lloyd in 4.25 branch]
2020-03-09 12:15:11 -04:00
carl lloyd
0ba5b7650f Added disable flag for SM5 so that specific devices can be targetted for desktop quality rendering
#review-11895024 @Jack.Porter
#rb Jack.Porter
#jira none

[CL 12058597 by carl lloyd in 4.25 branch]
2020-03-09 06:07:17 -04:00
Arciel Rekman
594991abc7 Vulkan: prevent overlap between the upload and graphics cmd buffers.
- Enabled on Windows and Linux(-like) platforms only, Android behavior should be unchaged.
- Perf testing inconclusive, from slight improvement to lower dips in the FPS. The main goal is correctness though.

#rb Rolando.Caloca, Dmitriy.Dyomin, Jonas.Meyer
#fyi Rolando.Caloca, Jonas.Meyer, Dmitriy.Dyomin, Michael.Sartain, Brandon.Schaefer
#jira originally UE-86149

[CL 12025149 by Arciel Rekman in 4.25 branch]
2020-03-06 17:45:09 -05:00
carl lloyd
be170bc53e Disabled Niagra Compute on devices with A10x GPU's and below due to lack of consistant RW texture support
#rb Allan.Bentham
#jira UE-89604

[CL 11900002 by carl lloyd in 4.25 branch]
2020-03-04 12:36:27 -05:00
carl lloyd
9e4d3bff13 Removed ATC/ETC1 and Android PVR texture formats
#review-11660965 @Chris.babcock @Jack.porter
#fyi @Rolando.Caloca @Luke.Thatcher
#rb Chris.babcock, Jack.porter, Rolando Caloca
#jira none

[CL 11825686 by carl lloyd in 4.25 branch]
2020-03-02 11:24:33 -05:00
carl lloyd
6d391a4161 Added Android Desktop Forward Rendering (Experimental)
#review-11596308 @jack.porter @dmitry.dyomin @juan.canada @rolando.caloco
#rb jack.porter, dmitry.dyomin, juan.canada, rolando.caloco
#jira none

[CL 11824876 by carl lloyd in 4.25 branch]
2020-03-02 10:59:05 -05:00
Charles deRousiers
bb5af0f29c Change hair default material and hair debug material to not use the special material flag and reduce minimal shader being required to compile the engine.
#rb none
#jira none

[CL 11819075 by Charles deRousiers in 4.25 branch]
2020-03-02 06:40:29 -05:00
Chris Babcock
78513990ce Provide more control over OBB selection
#jira UE-89810
#ue4
#android
#rb Brandon.Schaefer

[CL 11792686 by Chris Babcock in 4.25 branch]
2020-02-28 19:48:31 -05:00
Michael Noland
86925bf213 Blueprints: Merged UK2Node_LatentOnlineCall into UK2Node_AsyncAction, and moved it from the Kismet module into BlueprintGraph
#jira UE-89731
#rb marc.audy

[CL 11703390 by Michael Noland in 4.25 branch]
2020-02-27 17:16:34 -05:00
Chris Babcock
03fc58d5aa Add option to force use of legacy ld instead of lld for Android
#jira UE-89634
#ue4
#android
#rb Jack.Porter

[CL 11646388 by Chris Babcock in 4.25 branch]
2020-02-26 22:07:49 -05:00
Dmitriy Dyomin
0f3c980179 Use native shader libraries by default
#jira none
#fyi Arciel.Rekman, Richard.Wallis

[CL 11626013 by Dmitriy Dyomin in 4.25 branch]
2020-02-25 23:53:31 -05:00
Max Chen
236bf0c789 Niagara: Disable sequencer clean playback mode by default
#jira UE-88778
#rb none
#rnx

[CL 11607972 by Max Chen in 4.25 branch]
2020-02-25 11:50:36 -05:00
Max Chen
0bb1a3ede8 Cine Camera: Update 16:9 Film SensorWidth and SensorHeight to 24.00 x 13.5
#jira UE-89251
#rb matt.hoffman, ludovic.chabant

[CL 11584689 by Max Chen in 4.25 branch]
2020-02-22 00:20:12 -05:00
Max Chen
079c66e7e8 Cine Camera: Update 16:9 Digital Film SensorWidth and SensorHeight to 23.76x13.365 to match Arri Alexa from https://vfxcamdb.com/arri-alexa/
#jira UE-89251
#rb matt.hoffman, ludovic.chabant

[CL 11578668 by Max Chen in 4.25 branch]
2020-02-21 15:52:21 -05:00
Dmitriy Dyomin
5ac2469917 Set SensorLandscape orientation as default for Android apps
Set Fullscreen as default for Android Apps
#jira UE-86775
#rb jack.porter

[CL 11574440 by Dmitriy Dyomin in 4.25 branch]
2020-02-21 01:19:39 -05:00
Arciel Rekman
eb59815518 Make using shader code library the default setting.
#rb Suggested by many
#rb Rolando.Caloca
#codereview Josh.Adams, Dmitriy.Dyomin, Rolando.Caloca, Marcus.Wassmer, Ben.Woodhouse, Richard.Wallis
#jira none

[CL 11547040 by Arciel Rekman in 4.25 branch]
2020-02-19 13:30:09 -05:00