Chman
7ab09c53
Updated HDRenderLoopTest scene to use latest postfx
8 年前
Chman
6bfc60cc
Updated post-processing submodule to latest
8 年前
Chman
78108891
Added Post-processing submodule back
8 年前
Chman
0b8ea40d
Revert "Make room for the PostProcess submodule"
This reverts commit 8e10e9bc0f9e9125b32e273cfa78a4823f179a70.
8 年前
Chman
a1b79178
Make room for the PostProcess submodule
8 年前
sebastienlagarde
8aa908b7
HDRenderPipeline: Add thin material option + Fix issue with transmission and shadow
- Add a thin material option on SSS profile
- Shadow was not working anymore with transmission due to merge conflict
with shadow branch
- Done a pass of format on file in Lit directory
- Share constant for number of profile between c#a and hlsl
8 年前
Chman
c8d7c205
Removed PostProcess submodule
It's been trashed by a previous failed merge for some reason
8 年前
sebastienlagarde
175e0c89
HDRenderPipeline: Minor Update a comment
8 年前
Evgenii Golubev
0d763678
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
8 年前
GitHub
13ca3e1b
Merge pull request #252 from EvgeniiG/material_id_update
Update the HD test scene
8 年前
GitHub
89f5d5b8
Merge pull request #251 from EvgeniiG/material_id_update
Update the HD test scene
8 年前
GitHub
78d7833b
Merge pull request #250 from EvgeniiG/material_id_update
Swap material IDs for a simpler stencil test configuration
8 年前
mmikk
e8b6a5dd
Missed an instance of a buffer (unity only supports structured)
Missed an instance of a buffer (unity only supports structured)
8 年前
sebastienlagarde
74ed44ec
HDRenderPipeline: Fix PI issue in disney Diffuse integration for diffuse
- Fix undesired division by PI for Disney diffuse integration for
diffuse GI
- Add debug constant value HDRI textures
- Change format of DFG integration texture from fp16 to fp11:11:10
8 年前
Torbjorn Laedre
8c0a8a60
Added GI modes test scene.
8 年前
Torbjorn Laedre
2d224a5c
Re-enable builtin deferred render path.
8 年前
Evgenii Golubev
5965cca4
Remove broken/unused materials from the HD test scene
8 年前
Evgenii Golubev
a5ca086b
Remove broken/unused materials from the HD test scene
8 年前
Sebastien Lagarde
c40fa543
Adding back postprocess submodule
8 年前
Evgenii Golubev
0c574d10
Update material IDs of the HD test scene
8 年前
Evgenii Golubev
273792fc
Update material IDs of the HD test scene
8 年前
Torbjorn Laedre
5c1b2a97
Fixed bug in light transport uv->position 'unwrap'.
8 年前
Evgenii Golubev
235b3f5e
Use the same stencil value for all non-SSS materials
8 年前
GitHub
712ff1d3
Merge pull request #228 from Unity-Technologies/shadows
Update Shadows system
8 年前
Evgenii Golubev
898504c3
Switch to node-centered sampling
8 年前
GitHub
fefcc6bb
Fix the conversion from centimeters to meters
8 年前
Evgenii Golubev
3dde4852
Increase the contribution of SSS samples
8 年前
Evgenii Golubev
0695d654
Simplify the SSS stencil test
8 年前
Evgenii Golubev
9c734442
Add an SSS_DISTANCE_SCALE to allow for a wider range of standard deviations
8 年前
Evgenii Golubev
9d446463
Remove 'MaterialIDType'
8 年前
Tim Cooper
aa808e8d
[UX]Add simple defaults to the LowEndPipe, migrate RenderPipeline.cs -> core unity branch.
8 年前
sebastienlagarde
ef19678b
HDRenderPipeline: Submit missing meta and mat file.
8 年前
Evgenii Golubev
73b5742b
Do not use Material.SetColor() API as it doesn't supply the shader with the values you expect
8 年前
Evgenii Golubev
849f1732
Create a material ID swap utility
8 年前
Felipe Lira
7b6bea1a
(LDPipe) Fixed issue where objects where not being rendered in metal when there was not light shadow caster.
8 年前
Evgenii Golubev
e42b32e9
Implement a more accurate heuristic to avoid the cost of SSS filtering
8 年前
Evgenii Golubev
96d3becf
Update the generated header file
8 年前
Felipe Lira
3a74033e
Merge branch 'test-framework'
8 年前
Evgenii Golubev
c0b4b9e8
Optimize SSS with an early-out based on the distance and the radius
8 年前
Evgenii Golubev
2da00de6
Set the ID of the SSS material to 0 and of the standard material to 1
8 年前
GitHub
6d901bc9
Merge pull request #249 from EvgeniiG/small_sky_improvements
Partially fix broken sky lighting on scene reload
8 年前
Evgenii Golubev
6c724f17
Add a comment
8 年前
GitHub
6c4b8ea7
Merge pull request #248 from EvgeniiG/small_sky_improvements
Add a "Max Sky Distance" parameter to the procedural sky
8 年前
Evgenii Golubev
ba07b13e
Remove a bad numerical fit for DiffuseSphereLightIrradiance()
8 年前
mmikk
816ec401
turned out HasShaderDefine() landed in 2017_1 afterall
turned out HasShaderDefine() landed in 2017_1 afterall
8 年前
Evgenii Golubev
0ebd995a
Add a note regarding the requirement for (NdotL > 0)
8 年前
Felipe Lira
8f108bb9
Fixed run time issue when cascades were enabled in LD.
8 年前
Evgenii Golubev
80077f9a
Save 1 VGPR by removing 'unNdotV' from PreLightData
8 年前
GitHub
9a69062d
Merge pull request #247 from Unity-Technologies/test-framework
Test framework
8 年前
Evgenii Golubev
8ced0098
Partially fix broken sky lighting on scene reload
8 年前