Skip to content

Commit 026d015

Browse files
sebastienlagardeeturquinfabien-unityAntoine LelievreFrancescoC-unity
authored
[backport 2021.1][HDRP] Various HDRP PR backport (#3725)
* [HDRP][Path Tracing] Improved volumetric scattering sampling #2840 * Update CHANGELOG.md * Fix HDRP tests with by enabling backbuffer instead of render texture (#2898) * add missing [UnityTest] attribute and use WaitForEndOfFrame * activate UseBackBuffer on SSR and SSAO scenes * update reference images for win editor * Update Vulkan linux screenshots * add missing config file to disable batch mode for DXR tests * increase VFX tests timeout to handle complex scenes with many shaders and XR variants Co-authored-by: Sebastien Lagarde <[email protected]> * Merge Hd/bugfix (#2928) * [HDRP] Fix coat normal space (#2888) * Fix coat normal space * Update CHANGELOG.md Co-authored-by: Sebastien Lagarde <[email protected]> * Avoid issues causing faulty transitions in shadows (resulting in no shadows with unconventional aspect ratio) (#2776) * Fixed volume component tooltips using the same parameter name (#2754) * Use the proper history info for Bicubic resampling in TAA (#2759) * Use proper info for previous buffer info * changelog * Fixed lookdev movement (#2757) Co-authored-by: sebastienlagarde <[email protected]> * [HDRP] Fix issue with saving some quality settings in volume overrides (#2758) * Fix issue with saving some quality settings volume overrides * Fix typo in changelog Co-authored-by: sebastienlagarde <[email protected]> * [HDRP] Fixed NullReferenceException in HDRenderPipeline.UpgradeResourcesIfNeeded (case 1292524) (#2765) * fix issue with confusing text (#2766) * Fix * Fix white dots * Changelog * Rename the sunrise icon to fix typo, causing issue with 2x resolution loading. (#2809) * [HDRP] Rename HDRP to HD Render Pipeline in menu item (#2819) * [HDRP] Update HDRP menu in shader graph * Update CHANGELOG.md * HDRP/Fix package version showing package after the last "verified" package (#2783) * Fix typo * Remove last version checker from wizard and add link to package manager instead * Update CHANGELOG.md * Update documentation * Update Render-Pipeline-Wizard.md Co-authored-by: Sebastien Lagarde <[email protected]> * Revert bad changelog merge * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Adrien de Tocqueville <[email protected]> Co-authored-by: sebastienlagarde <[email protected]> Co-authored-by: Pavlos Mavridis <[email protected]> Co-authored-by: John Parsaie <[email protected]> Co-authored-by: Remi Slysz <[email protected]> * Fixed invalid loop length for probe baking (case 1289680) (#2830) * Fixed invalid loop length for probe baking (case 1289680) # Conflicts: # com.unity.render-pipelines.high-definition/CHANGELOG.md # Conflicts: # com.unity.render-pipelines.high-definition/CHANGELOG.md * Update CHANGELOG.md Co-authored-by: sebastienlagarde <[email protected]> * Fix volumetric fog with XR single-pass (#2823) * fix volumetric fog with XR single-pass rendering * update changelog Co-authored-by: sebastienlagarde <[email protected]> * [HDRP] Fix rendering issues for the first frame (#2836) * Fix first frame exposure, depth pyramid / AO * Update changelog * Comment * Typo * Add missing RenderGraphBuilder.ReadTexture call * Move ComputePackedMipChainInfo at the beginning of ExecuteWithRenderGraph Co-authored-by: sebastienlagarde <[email protected]> * Update 5001_Fog_FogFallback.png * Revert "Update 5001_Fog_FogFallback.png" This reverts commit 2653b9c. * Update 5001_Fog_FogFallback.unity * Fix AOV API for render graph (#2909) * Fix AOV api in rendergraph # Conflicts: # com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/HDRenderPipeline.RenderGraph.cs * Update changelog * Fix a small discrepancy in the marker placement in light intensity sliders (#2924) * Update CHANGELOG.md * Fix issue with VT spewing errors when transparent and opaque are disabled (#2925) * Fix * Changelog Co-authored-by: sebastienlagarde <[email protected]> * Fixed a bug in the sphere-aabb light cluster (case 1294767). (#2920) Co-authored-by: sebastienlagarde <[email protected]> * Move EndCameraRendering callback out of the profiling scope (#2917) * Move EndCameraRendering callback out of the profiling scope * added a comment Co-authored-by: sebastienlagarde <[email protected]> * Fixed baked light being included into the ray tracing light cluster (case 1296203). (#2915) Co-authored-by: sebastienlagarde <[email protected]> * Handle all enums the same way for UI (#2913) Co-authored-by: sebastienlagarde <[email protected]> * Changed the message when the graphics device doesn't support ray tracing (case 1287355). (#2916) * [HDRP] Fix default blocks for Hair and Eye shader graphs (#2919) * Fixed default eye shader blocks * Fix missing emission block in hair shader * Updated changelog Co-authored-by: sebastienlagarde <[email protected]> * Init scene camera debug framesettings (#2931) * Fixed using the wrong method to define if a light should be included in the light cluster depending on its baking status. (#2932) * - Fixed using the wrong method to define if a light should be included in the light cluster depending on its baking status. * Update CHANGELOG.md Co-authored-by: sebastienlagarde <[email protected]> * [HDRP] Change the behavior of custom passes when the volume is disabled (#2930) * Changed the behavior of custom passes when the Custom Pass Volume component is disabled * Updated changelog * Fixed display of LOD Bias and maximum level in frame settings when using Quality Levels (#2921) * Fixed display of LOD Bias and maximum level in frame settings when using Quality Levels * Update changelog Co-authored-by: sebastienlagarde <[email protected]> * Fixed an issue when trying to open a look dev env library when Look Dev is not supported. (#2929) * Fixed an issue when trying to open a look dev env library when Look Dev is not supported. * Update changelog Co-authored-by: sebastienlagarde <[email protected]> * Enable Reflector for Spotlight by default * - Fixed shader graph not supporting indirectdxr multibounce (case 1294694). (#2933) Co-authored-by: sebastienlagarde <[email protected]> * Fixed the planar depth texture not being properly created and rendered to (case 1299617). (#2926) * Fixed the planar depth texture not being properly created and rendered to (case 1299617). * adding comment Co-authored-by: sebastienlagarde <[email protected]> * Fixed C# 8 compilation issue with turning on nullable checks (case 1300167) (#2949) * Fixed C# 8 compilation issue with turning on nullable checks - bis (#2951) * Fixed C# 8 compilation issue with turning on nullable checks (case 1300167) * Update MaterialDebug.cs * Fix scripting light test with enableReflector true by default * Fixed affects AO for deacl materials (#2950) Co-authored-by: sebastienlagarde <[email protected]> * Fixed case where material keywords would not get setup before usage (#2961) * Update CHANGELOG.md Co-authored-by: Antoine Lelievre <[email protected]> Co-authored-by: FrancescoC-unity <[email protected]> Co-authored-by: Adrien de Tocqueville <[email protected]> Co-authored-by: Pavlos Mavridis <[email protected]> Co-authored-by: John Parsaie <[email protected]> Co-authored-by: Remi Slysz <[email protected]> Co-authored-by: Frédéric Vauchelles <[email protected]> Co-authored-by: Fabien Houlmann <[email protected]> Co-authored-by: anisunity <[email protected]> Co-authored-by: JulienIgnace-Unity <[email protected]> * Merge Hd/bugfix #2973 * Slight modification of 103_ReflectionQuality test to increase coverage with multibounce RTR (#2978) * Slight modify of test * reference image update * Fixed an issue with material using distortion from ShaderGraph init after Material creation (case 1294026) #2982 * Enable GetSamplePosition on metal (#2988) * HDRP docs bugfixes #2993 * Improved reflector property tooltip (#2994) * Fixed light reflector typo * Updated tooltip text to be more specific. Co-authored-by: Lewis Jordan <[email protected]> * Fix timing issues with accumulation motion blur #2999 * Hdrp/update decal handles pivot #3001 * fix alpha test screenshots * Formatting Co-authored-by: Emmanuel Turquin <[email protected]> Co-authored-by: Fabien Houlmann <[email protected]> Co-authored-by: Antoine Lelievre <[email protected]> Co-authored-by: FrancescoC-unity <[email protected]> Co-authored-by: Adrien de Tocqueville <[email protected]> Co-authored-by: Pavlos Mavridis <[email protected]> Co-authored-by: John Parsaie <[email protected]> Co-authored-by: Remi Slysz <[email protected]> Co-authored-by: Frédéric Vauchelles <[email protected]> Co-authored-by: anisunity <[email protected]> Co-authored-by: JulienIgnace-Unity <[email protected]> Co-authored-by: Rémi Chapelain <[email protected]> Co-authored-by: Lewis Jordan <[email protected]> Co-authored-by: Lewis Jordan <[email protected]>
1 parent 580e49f commit 026d015

File tree

169 files changed

+2755
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+2755
-946
lines changed
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

TestProjects/HDRP_DXR_Tests/Assets/Scenes/103_ReflectionsQuality.unity

Lines changed: 59 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,26 @@ PrefabInstance:
135135
propertyPath: m_Name
136136
value: HDRP_Test_Camera
137137
objectReference: {fileID: 0}
138+
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
139+
propertyPath: m_RootOrder
140+
value: 0
141+
objectReference: {fileID: 0}
138142
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
139143
propertyPath: m_LocalPosition.x
140144
value: 0
141145
objectReference: {fileID: 0}
142146
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
143147
propertyPath: m_LocalPosition.y
144-
value: 13
148+
value: 11
145149
objectReference: {fileID: 0}
146150
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
147151
propertyPath: m_LocalPosition.z
148152
value: -8
149153
objectReference: {fileID: 0}
154+
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
155+
propertyPath: m_LocalRotation.w
156+
value: 0.9396927
157+
objectReference: {fileID: 0}
150158
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
151159
propertyPath: m_LocalRotation.x
152160
value: 0.3420201
@@ -159,14 +167,6 @@ PrefabInstance:
159167
propertyPath: m_LocalRotation.z
160168
value: 0
161169
objectReference: {fileID: 0}
162-
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
163-
propertyPath: m_LocalRotation.w
164-
value: 0.9396927
165-
objectReference: {fileID: 0}
166-
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
167-
propertyPath: m_RootOrder
168-
value: 0
169-
objectReference: {fileID: 0}
170170
- target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
171171
propertyPath: m_LocalEulerAnglesHint.x
172172
value: 40
@@ -201,13 +201,8 @@ PrefabInstance:
201201
objectReference: {fileID: 0}
202202
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
203203
type: 3}
204-
propertyPath: ImageComparisonSettings.TargetWidth
205-
value: 640
206-
objectReference: {fileID: 0}
207-
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
208-
type: 3}
209-
propertyPath: ImageComparisonSettings.TargetHeight
210-
value: 480
204+
propertyPath: waitFrames
205+
value: 1
211206
objectReference: {fileID: 0}
212207
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
213208
type: 3}
@@ -222,13 +217,18 @@ PrefabInstance:
222217
objectReference: {fileID: 0}
223218
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
224219
type: 3}
225-
propertyPath: waitFrames
220+
propertyPath: renderGraphCompatible
226221
value: 1
227222
objectReference: {fileID: 0}
228223
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
229224
type: 3}
230-
propertyPath: renderGraphCompatible
231-
value: 1
225+
propertyPath: ImageComparisonSettings.TargetWidth
226+
value: 640
227+
objectReference: {fileID: 0}
228+
- target: {fileID: 114995348509370400, guid: c07ace9ab142ca9469fa377877c2f1e7,
229+
type: 3}
230+
propertyPath: ImageComparisonSettings.TargetHeight
231+
value: 480
232232
objectReference: {fileID: 0}
233233
m_RemovedComponents: []
234234
m_SourcePrefab: {fileID: 100100000, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
@@ -294,73 +294,73 @@ PrefabInstance:
294294
objectReference: {fileID: 0}
295295
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
296296
type: 3}
297-
propertyPath: m_LocalPosition.x
298-
value: 0
297+
propertyPath: m_RootOrder
298+
value: 1
299299
objectReference: {fileID: 0}
300300
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
301301
type: 3}
302-
propertyPath: m_LocalPosition.y
303-
value: 0.25
302+
propertyPath: m_LocalScale.x
303+
value: 3
304304
objectReference: {fileID: 0}
305305
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
306306
type: 3}
307-
propertyPath: m_LocalPosition.z
308-
value: -1
307+
propertyPath: m_LocalScale.y
308+
value: 3
309309
objectReference: {fileID: 0}
310310
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
311311
type: 3}
312-
propertyPath: m_LocalRotation.x
313-
value: 0.7071068
312+
propertyPath: m_LocalScale.z
313+
value: 3
314314
objectReference: {fileID: 0}
315315
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
316316
type: 3}
317-
propertyPath: m_LocalRotation.y
317+
propertyPath: m_LocalPosition.x
318318
value: 0
319319
objectReference: {fileID: 0}
320320
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
321321
type: 3}
322-
propertyPath: m_LocalRotation.z
323-
value: 0
322+
propertyPath: m_LocalPosition.y
323+
value: 0.25
324324
objectReference: {fileID: 0}
325325
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
326326
type: 3}
327-
propertyPath: m_LocalRotation.w
328-
value: 0.7071068
327+
propertyPath: m_LocalPosition.z
328+
value: -1
329329
objectReference: {fileID: 0}
330330
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
331331
type: 3}
332-
propertyPath: m_RootOrder
333-
value: 1
332+
propertyPath: m_LocalRotation.w
333+
value: 0.7071068
334334
objectReference: {fileID: 0}
335335
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
336336
type: 3}
337-
propertyPath: m_LocalEulerAnglesHint.x
338-
value: 90
337+
propertyPath: m_LocalRotation.x
338+
value: 0.7071068
339339
objectReference: {fileID: 0}
340340
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
341341
type: 3}
342-
propertyPath: m_LocalEulerAnglesHint.y
342+
propertyPath: m_LocalRotation.y
343343
value: 0
344344
objectReference: {fileID: 0}
345345
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
346346
type: 3}
347-
propertyPath: m_LocalEulerAnglesHint.z
347+
propertyPath: m_LocalRotation.z
348348
value: 0
349349
objectReference: {fileID: 0}
350350
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
351351
type: 3}
352-
propertyPath: m_LocalScale.x
353-
value: 3
352+
propertyPath: m_LocalEulerAnglesHint.x
353+
value: 90
354354
objectReference: {fileID: 0}
355355
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
356356
type: 3}
357-
propertyPath: m_LocalScale.y
358-
value: 3
357+
propertyPath: m_LocalEulerAnglesHint.y
358+
value: 0
359359
objectReference: {fileID: 0}
360360
- target: {fileID: 6117102520564098278, guid: 0c9fcf2263b163643b5bc77eddcf9135,
361361
type: 3}
362-
propertyPath: m_LocalScale.z
363-
value: 3
362+
propertyPath: m_LocalEulerAnglesHint.z
363+
value: 0
364364
objectReference: {fileID: 0}
365365
m_RemovedComponents: []
366366
m_SourcePrefab: {fileID: 100100000, guid: 0c9fcf2263b163643b5bc77eddcf9135, type: 3}
@@ -371,6 +371,11 @@ PrefabInstance:
371371
m_Modification:
372372
m_TransformParent: {fileID: 0}
373373
m_Modifications:
374+
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
375+
type: 3}
376+
propertyPath: m_RootOrder
377+
value: 2
378+
objectReference: {fileID: 0}
374379
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
375380
type: 3}
376381
propertyPath: m_LocalPosition.x
@@ -386,6 +391,11 @@ PrefabInstance:
386391
propertyPath: m_LocalPosition.z
387392
value: 0
388393
objectReference: {fileID: 0}
394+
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
395+
type: 3}
396+
propertyPath: m_LocalRotation.w
397+
value: 1
398+
objectReference: {fileID: 0}
389399
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
390400
type: 3}
391401
propertyPath: m_LocalRotation.x
@@ -401,16 +411,6 @@ PrefabInstance:
401411
propertyPath: m_LocalRotation.z
402412
value: 0
403413
objectReference: {fileID: 0}
404-
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
405-
type: 3}
406-
propertyPath: m_LocalRotation.w
407-
value: 1
408-
objectReference: {fileID: 0}
409-
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
410-
type: 3}
411-
propertyPath: m_RootOrder
412-
value: 2
413-
objectReference: {fileID: 0}
414414
- target: {fileID: 8401416846743860938, guid: 441ff2a39ae01f14284390b460d6372e,
415415
type: 3}
416416
propertyPath: m_LocalEulerAnglesHint.x
@@ -441,5 +441,10 @@ PrefabInstance:
441441
propertyPath: m_Version
442442
value: 11
443443
objectReference: {fileID: 0}
444+
- target: {fileID: 8401416847299702097, guid: 441ff2a39ae01f14284390b460d6372e,
445+
type: 3}
446+
propertyPath: m_Materials.Array.data[0]
447+
value:
448+
objectReference: {fileID: 2100000, guid: 8c009769866947248964f557a4e9494f, type: 2}
444449
m_RemovedComponents: []
445450
m_SourcePrefab: {fileID: 100100000, guid: 441ff2a39ae01f14284390b460d6372e, type: 3}

0 commit comments

Comments
 (0)