sebastienlagarde
|
69e1e4fa
|
HDRenderPipeline: Version that work but have a tiling bug. Push for julien
|
8 年前 |
Evgenii Golubev
|
212f861f
|
Use a new workaround for Utilities.DrawFullscreen()
|
8 年前 |
sebastienlagarde
|
b82ad07d
|
HDRenderPipeline: Push compiling code
|
8 年前 |
Evgenii Golubev
|
2bfdeef3
|
Output diffuse lighting into a separate render target
|
8 年前 |
sebastienlagarde
|
5a9cce71
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Add-ParallaxOcclusionMapping
|
8 年前 |
GitHub
|
fe3b2295
|
Merge pull request #103 from EvgeniiG/master
Fix sky rendering bugs
|
8 年前 |
Evgenii Golubev
|
d5c68fe1
|
Implement DrawFullscreen() with MRT support
|
8 年前 |
Evgenii Golubev
|
ddbfc573
|
Fix sky rendering bugs
|
8 年前 |
Evgenii Golubev
|
020f5c12
|
Implement the full screen triangle shader
|
8 年前 |
Evgenii Golubev
|
ddd20ccc
|
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
|
8 年前 |
Evgenii Golubev
|
34c8c87d
|
Make RenderTextures explicitly linear
|
8 年前 |
sebastienlagarde
|
937ba3f0
|
HDRenderPipeline: Missing file for POM
|
8 年前 |
Evgenii Golubev
|
48d1ab44
|
Remove depth bits from RenderTargets which do not need them
|
8 年前 |
sebastienlagarde
|
b59196ee
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Add-ParallaxOcclusionMapping
|
8 年前 |
Evgenii Golubev
|
94575da4
|
Remove the redundant 'GGX' from function names
|
8 年前 |
sebastienlagarde
|
34ba21bb
|
HDRenderPipeline: Push draft for adding POM
|
8 年前 |
vlad-andreev
|
367260ce
|
various changes to the HD renderloop to match the preview camera changes
|
8 年前 |
Evgenii Golubev
|
6d6d3082
|
Rename 'IblGgx' to 'GgxIbl' for consistency
|
8 年前 |
sebastienlagarde
|
d055406d
|
HDRenderPipeline: Draft to work at home
|
8 年前 |
GitHub
|
d23fdad9
|
Merge pull request #102 from Unity-Technologies/Branch_fix-ps4-hdrenderloop
Branch fix ps4 hdrenderloop
|
8 年前 |
Julien Ignace
|
c83f3d4a
|
Merge branch 'master' into Branch_fix-ps4-hdrenderloop
# Conflicts:
# Assets/ScriptableRenderLoop/HDRenderPipeline/Material/Unlit/Unlit.shader
# Assets/ScriptableRenderLoop/HDRenderPipeline/Sky/HDRISky/Resources/SkyHDRI.shader
# Assets/ScriptableRenderLoop/HDRenderPipeline/Sky/ProceduralSky/Resources/SkyProcedural.shader
# Assets/ScriptableRenderLoop/HDRenderPipeline/Sky/Resources/GGXConvolve.shader
|
8 年前 |
Evgenii Golubev
|
5f09345a
|
Rename to 'iblGgxSamples' to 'ggxIblSamples'
For consistency.
|
8 年前 |
GitHub
|
b03bf46b
|
Merge pull request #100 from EvgeniiG/master
Precompute IBL samples on GPU
|
8 年前 |
GitHub
|
9b15b029
|
Merge pull request #101 from Unity-Technologies/Fix-for-two-sided-tessellation
HDRenderPipeline: Fix tessellation issue with double sided
|
8 年前 |
sebastienlagarde
|
e447e133
|
HDRenderPipeline: Fix tessellation issue with double sided
|
8 年前 |
Sebastien Lagarde
|
5460dd7b
|
HDRenderPipeline: Add worldViewFrustrum cull to tesselation
|
8 年前 |
Sebastien Lagarde
|
b86ceaec
|
HDRenderPipeline: Minor comment adjustement on tessellation factor
|
8 年前 |
GitHub
|
9a72bdd8
|
Merge pull request #99 from Unity-Technologies/Improve-tessellation-efficiency
HDRenderPipeline: Add distance and screen adapation + backface culling
|
8 年前 |
Sebastien Lagarde
|
f4f59ad1
|
HDRenderPipeline: Add distance and screen adapation + backface culling
miss frustrum culling
|
8 年前 |
GitHub
|
531082c1
|
Merge pull request #98 from Unity-Technologies/Vertex-interpolator-and-tesselation-improvement
Change Vertex / attributes / Interpolator management
|
8 年前 |
Sebastien Lagarde
|
66bb5e08
|
HDRenderPipeline: Fix last issue - all working!
|
8 年前 |
Sebastien Lagarde
|
fe9b2eb8
|
HDRenderPipeline: Format + another set of fix with displacement map
|
8 年前 |
Sebastien Lagarde
|
1cc45a08
|
HDRenderPipeline: Push various error and warning fix
|
8 年前 |
sebastienlagarde
|
90f00c89
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Vertex-interpolator-and-tesselation-improvement
|
8 年前 |
sebastienlagarde
|
097f767c
|
HDRenderPipeline: Fix a lot of thing, tesselation work with lit shader but fail with layeredLit + planar and triplanr doesn't work
|
8 年前 |
sebastienlagarde
|
1e2647bc
|
HDRenderPipeline: DepthOffset fix
|
8 年前 |
sebastienlagarde
|
f0a158b3
|
HDRenderPipeline: Plenty of other fix - shader compiler crash with internal error for tesselation
|
8 年前 |
sebastienlagarde
|
53b5f4b3
|
HDRenderPipeline: Fixing a lot of compiling issue, all is now compiling
|
8 年前 |
sebastienlagarde
|
3b0e1c97
|
HDRenderPipeline: Large refactor of all the pass attribute and varying system
|
8 年前 |
Sebastien Lagarde
|
e32ad29b
|
HDRenderPipeline: Attempt to do somerthing with velocity pass
|
8 年前 |
Sebastien Lagarde
|
1c86fa3a
|
HDRenderPipeline: Lot of change, still motion vector pass to fix
|
8 年前 |
Evgenii Golubev
|
65c98c8d
|
Factor out the GGX filtering code
|
8 年前 |
Sebastien Lagarde
|
fd23a655
|
HDRenderPipeline: Second part of modification still not compiling/working
|
8 年前 |
Evgenii Golubev
|
846d4f8d
|
Precompute IBL samples on GPU
|
8 年前 |
sebastienlagarde
|
f87075a5
|
Merge remote-tracking branch 'refs/remotes/origin/master' into Vertex-interpolator-and-tesselation-improvement
|
8 年前 |
Evgenii Golubev
|
8a25c51c
|
Precompute IBL light sample directions
|
8 年前 |
GitHub
|
f1780b9b
|
Merge pull request #97 from EvgeniiG/master
Implement a hotfix for the sky
|
8 年前 |
sebastienlagarde
|
0d5518ce
|
HDRenderPipeline: More test - Miss domain shader part
|
8 年前 |
Evgenii Golubev
|
6da9eb72
|
Implement a workaround for the case when disabling a keyword has no effect
I am referring to PERFORM_SKY_OCCLUSION_TEST.
|
8 年前 |
sebastienlagarde
|
89300656
|
HDRenderPipeline: Try to improve vertex side of thing
|
8 年前 |