sebastienlagarde
2345a375
Rename transparentQueuePriority to transparentSortPriority
+ rename GeometryLast => OpaqueLast
7 年前
GitHub
4cb77cb7
Merge pull request #851 from Unity-Technologies/Add-transparent-priority-support
Add transparent priority support
7 年前
sebastienlagarde
c99235da
Move range renderqueue to class HDRenderQueue
7 年前
Frédéric Vauchelles
658473fa
[PlanarReflection] Adding probe profiling test
7 年前
GitHub
cc8c318a
Merge pull request #850 from EvgeniiG/master
Factor out VolumetricLightingModule
7 年前
Frédéric Vauchelles
504ba0e9
[PlanarProbes] Packed env light data and env proxy data
7 年前
Frédéric Vauchelles
c2dbc138
[PlanarReflection] Renamed to influence space
7 年前
Frédéric Vauchelles
f2351cfb
Revert "[PlanarReflection] Render only visible probes"
This reverts commit a80f3f42d802cf795e1875b352f5246be693d801.
7 年前
Frédéric Vauchelles
ab695763
Revert "[PlanarReflection] Render only visible probes"
This reverts commit d65e2908f582cc2d57c445e2f280c427b2458f5d.
7 年前
Frédéric Vauchelles
dc17338f
[PlanarReflection] Render only visible probes
7 年前
Frédéric Vauchelles
bb3a6683
[PlanarReflection] Render only visible probes
7 年前
Frédéric Vauchelles
02b21ed1
[PlanarReflection] Added argument to explicilty render planar probes
7 年前
Frédéric Vauchelles
804647ce
[PlanarReflection] Moved reflection files in Reflection folder
7 年前
Evgenii Golubev
ffea0999
Add more phase functions
7 年前
Frédéric Vauchelles
3811cdc8
[PlanarReflection] Fixed sampling on invalid direction
7 年前
Evgenii Golubev
9a866381
Perform a minor clean up
7 年前
Frédéric Vauchelles
d02e0bc2
[PlanarReflection] Rotation handle in correct location
7 年前
Evgenii Golubev
5db1724a
Factor out VolumetricLightingModule
7 年前
Frédéric Vauchelles
df67690c
[PlanarRelfection] Fixed projection for plaanr reflection, added debug mode for proxy volumes
7 年前
John
3e638dcc
Support for disabled MSAA
7 年前
John
90cac197
Stripped UI options/pipeline config of feature. Relies on cascades for now.
7 年前
John
3cd84776
Instancing support
7 年前
John
c3c11ecf
Orthographic support
7 年前
John
cc3596dc
Keyword reduction: Assume ScreenSpace Shadows when Cascades enabled
7 年前
Julien Ignace
427df3eb
Missing files
7 年前
Julien Ignace
d7f39ddf
- Added new HDUtils RenderTarget utilities that set viewport correctly for scaled RTs in HDRP
- Changed all calls in HDRP.
7 年前
Julien Ignace
9b8805cb
- Fixed Depth/Color size mismatch for scene view by copying our depth buffer into the right depth target
- Fixed gaussian/depth pyramid mipmap generation(size was wrong).
7 年前
Julien Ignace
03e54099
(WIP) Changed all HDRP RenderTextures to RTHandles
7 年前
uygar
251d7683
Added using the normal in deferred directional shadow passes if available.
7 年前
uygar
f7a762c8
Fixed wrong projection inversion being used for orthographic projections.
7 年前
uygar
c8556633
Changed shadow biasing. Biasing can now use normal and light vector information to avoid artifacts.
Added:
- normal+view biasing
- light view only biasing
- per sample biasing for wide PCF filters
- corner light leaking mitigation
- defines to control what type of biasing should be enabled
- a few new UI controls in the additionalshadowdata component
Removed previous biasing controls. They won't have any effect anymore.
7 年前
Robert Srinivasiah
8828b0b7
Rework cluster kernel name gen to relieve GC pressure
Originally, I concatenated strings in order to generated the clustered light list generation kernel name. But @chman pointed out this would be bad for the GC, since this code runs every frame.
So instead, I pre-generate the kernel names, and index into a 2D array to select the correct kernel string. Heck, it may even look nicer this way.
7 年前
Robert Srinivasiah
fecb6084
Extra comment re: ConfigureMSAADependentSettings
7 年前
Robert Srinivasiah
3b9c6146
Remove UAV hack from CoreUtils.UpdateRenderTextureDescriptor
Properly manage UAV + MSAA from the code that calls CreateCmdTemporaryRT
Plus some extra cleanups
7 年前
Robert Srinivasiah
9e90b376
Further cleanups for partial-functionality PR
Getting this branch ready to merge, even though we aren't at full functionality yet
7 年前
Robert Srinivasiah
3ad8312c
Proper QualitySettings interface
InitializeFrameSettings properly enables/disables MSAA path depending on the QualitySettings.antiAliasing value
We should probably display this in the AdditionalCameraData in the future.
7 年前
Robert Srinivasiah
42711992
Editor UI + QualitySettings adjusting MSAA HDRP paths
7 年前
Robert Srinivasiah
4a125ead
MSAA works with clustered light list generation
Changed clustered kernel string generation
LightLoop settings disables FPTL with MSAA
Disable SSS HTILE allocation if SSS is diabled (fails with MSAA)
I want to make the config more dynamic, then...I can start re-adding passes!
7 年前
Tim Cooper
b5bf1073
Add API so that we can find the type of subshaders that can be added.
7 年前
Tim Cooper
27b8deec
Add API for modification of embedded supported subshaders
7 年前
GitHub
6dfcd844
Merge pull request #227 from Unity-Technologies/node-bugfixes
Update documentation links
7 年前
Matt Dean
98f88207
Update documentation links
Math/Derivatives
Math/Interpolation
Math/Range
7 年前
Tim Cooper
8dc99cbc
*Fefactor subshader / master node generation to be more uniform
*Add subshader generator as a 'real' thing, need to hook up UI now so that these can be added and removed.
7 年前
Matt Dean
5b6fd3d8
Fixes to Matrix 2 definition
7 年前
Matt Dean
7c973636
Merge branch 'master' into node-bugfixes
7 年前
Tim Cooper
000afbf2
Remove unneeded files
7 年前
GitHub
d2945014
Merge pull request #219 from keijiro/screenspace-slot
Addition of ScreenPositionSlotControlView
7 年前
Matt Dean
3df359f2
Merge branch 'master' into node-matrix
7 年前
Alex Lian
6a2d4b34
Cleanup local build.py to utilize central scripts
Centralize the copying actions so we can better deal with the build edge cases in one spot.
7 年前
Tim Cooper
3b150ad9
Add Shadow / depth passes to lightweight unlit master node.
7 年前