Commit Graph

89 Commits

Author SHA1 Message Date
Max Chen
e4d4965491 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 7774443 by Max Chen in Dev-Editor branch]
2019-08-05 15:48:51 -04:00
Max Chen
4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00
rolando caloca
83c57c2a0f UE4.23 - Deprecate FUniformBufferRHIParamRef, FIndexBufferRHIParamRef, FVertexBufferRHIParamRef, FStructuredBufferRHIParamRef, FTextureRHIParamRef, FTexture2DRHIParamRef, FTexture2DArrayRHIParamRef, FTexture3DRHIParamRef, FTextureCubeRHIParamRef
#rb none
#jira UE-76364

#ROBOMERGE-SOURCE: CL 7046967 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 7047009 by rolando caloca in Main branch]
2019-06-17 13:39:07 -04:00
Rolando Caloca
aa0d2303d6 Copying //UE4/Dev-Rendering to Dev-Main (//UE4/Dev-Main) @ 6944469
#rb none
#rnx

[CL 6944849 by Rolando Caloca in Main branch]
2019-06-11 18:27:07 -04:00
Michael Lentine
f9b3324b32 Copying //UE4/Dev-Physics to Dev-Main (//UE4/Dev-Main) @ 6903150
#rb none
#rnx

[CL 6903163 by Michael Lentine in Main branch]
2019-06-08 17:15:34 -04:00
Matt Kuhlenschmidt
fddbe0a896 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6190096 by Matt Kuhlenschmidt in Dev-Editor branch]
2019-05-01 09:59:38 -04:00
mickael gilabert
1a71409d50 ClearUAV calls RHI::ClearTinyUAV if buffer size to clear is lower than r.RHI.FastClearUAVMaxSize value
#rnx
#rb rolando.caloca


#ROBOMERGE-SOURCE: CL 6077321 via CL 6077323 via CL 6078828

[CL 6078857 by mickael gilabert in Main branch]
2019-04-24 12:03:11 -04:00
Chris Gagnon
00f8b72a0b Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 5602170 by Chris Gagnon in Dev-Editor branch]
2019-03-27 15:03:08 -04:00
nicola cerone
733c9cf808 Inverse alpha before writing to file in FileMediaOutput.
#rb patrick.boutot, simon.therriault
#jira UE-70104

#ROBOMERGE-SOURCE: CL 5337035 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5337935 by nicola cerone in Main branch]
2019-03-07 11:45:07 -05:00
richard wallis
d5c7926959 Fix for bug Playing video in the Editor's Media Player on a Mac results in a degradation in quality with some noticeable banding present. Select correct pixel formats for the encoded video in H.264. Use correct colour transform matrix. Don't use bilinear sampling of the luma texture - it should be 1:1 with the output.
#jira UE-67798
#rb mark.satterthwaite

#ROBOMERGE-SOURCE: CL 5295755 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5308938 by richard wallis in Main branch]
2019-03-05 18:48:21 -05:00
Chris Gagnon
80918bea22 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 5110714 by Chris Gagnon in Dev-Editor branch]
2019-02-21 13:05:30 -05:00
rolando caloca
3db00bd70d UE4.22 - Remove debug code
#rb none
#rnx
#jira UE-70308

#ROBOMERGE-SOURCE: CL 5095379 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5095380 by rolando caloca in Main branch]
2019-02-20 15:01:40 -05:00
rolando caloca
8a9099cbaf UE4.22 - Fix Lumin shaders format
#rnx
#rb none
#jira UE-UE-70308

#ROBOMERGE-SOURCE: CL 5095354 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5095358 by rolando caloca in Main branch]
2019-02-20 14:58:38 -05:00
rolando caloca
ab0f16c6f9 UE4.22 - Use Vertex declaration cache
#rb none
#jira
#rnx

#ROBOMERGE-SOURCE: CL 5012779 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5012784 by rolando caloca in Main branch]
2019-02-15 18:52:44 -05:00
Arne Schober
e698777137 DR - Add flush to RHI THread to make sure the query is submitted.
#RB Rolando.Caloca
#lockdown Marcus.Wassmer
#jira UE-69002

[CL 4848875 by Arne Schober in Dev-Rendering branch]
2019-01-30 17:51:49 -05:00
Arne Schober
2c9731a103 DR - so the last checkin made it work in Test but crashed everywhere else. After staring at the code a bit more there was another case where RHICmdList.CreateRenderQuery was changed to RHICreateRenderQuery (as before was RHICmdList.GetRenderQueryResult had been changed to RHIGetRenderQueryResult) Those RHI*Minefield Commands (the ones without the CmdList) grab the Commandlist from some *other* Immediate context and that is not gonna end well. I am wondering how many other issues like this might be hidden somewhere.
#jira UE-69002
#fyi Yujiang.Wang, Rolando.Caloca
#RB none
#lockdown Marcus.Wassmer

[CL 4847620 by Arne Schober in Dev-Rendering branch]
2019-01-30 15:37:32 -05:00
Arne Schober
9e3de74634 DR - Fix long running task timer queries crashing in testbuilds.
#jira UE-69002
#fyi Yujiang.Wang
#RB none
#lockdown Marcus.Wassmer

[CL 4846118 by Arne Schober in Dev-Rendering branch]
2019-01-30 14:12:01 -05:00
Chris Gagnon
a48e767b94 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4835066 by Chris Gagnon in Dev-Editor branch]
2019-01-29 16:15:19 -05:00
Rolando Caloca
732810a13b DR - Copying //UE4/Dev-Main@4785067 to //UE4-DevRendering
#rb none
#rnx
#lockdown Marcus.Wassmer

[CL 4790611 by Rolando Caloca in Dev-Rendering branch]
2019-01-23 17:01:56 -05:00
Brian Karis
572ec04b6c Render graph updates
#rb guillaume.abadie

[CL 4757657 by Brian Karis in Dev-Rendering branch]
2019-01-18 19:20:21 -05:00
Chris Gagnon
1dd3e0189f Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4730305 by Chris Gagnon in Dev-Editor branch]
2019-01-15 18:47:22 -05:00
Marcus Wassmer
fee98d3ca5 Merging //UE4/Dev-Main@4729937 to Dev-Rendering (//UE4/Dev-Rendering)
#rb none

[CL 4730169 by Marcus Wassmer in Dev-Rendering branch]
2019-01-15 18:30:06 -05:00
Marcus Wassmer
a8d6cc952b Merging //UE4/Dev-Main@4700769 to Dev-Rendering (//UE4/Dev-Rendering)
#rb none

[CL 4729861 by Marcus Wassmer in Dev-Rendering branch]
2019-01-15 18:04:38 -05:00
Chris Gagnon
1a3bf5caf1 Merging The Engine directory from //UE4/Dev-Main to //UE4/Dev-Editor upto CL 4698813
#rb none

[CL 4720826 by Chris Gagnon in Dev-Editor branch]
2019-01-14 16:55:55 -05:00
Marcus Wassmer
676f390512 Local copyright updates
#rb none

[CL 4681318 by Marcus Wassmer in Dev-Rendering branch]
2019-01-04 10:13:23 -05:00