Matt Dean
262225e5
Fix fog node preview rendering
- Add Fog parameters and reversed Z calc to graph library
7 年前
Peter Bay Bastian
b3445484
Add wrapper for `Assembly.GetTypes()` which won't throw an exception
7 年前
GitHub
5ba70535
Merge pull request #264 from Unity-Technologies/node-bugfixes
Minor node fixes
7 年前
Matt Dean
1f3d0114
Minor node fixes
- Update Dot Product to use Dynamic Vectors
- Change Branch evaluation to lerp
7 年前
Peter Bay Bastian
8de769dd
Move lightweight sub-shaders and templates to SRP repository
7 年前
GitHub
c880667e
Merge pull request #260 from Unity-Technologies/geometrychangedevent
PostLayoutEvent -> GeometryChangedEvent
7 年前
GitHub
5e8fdfe2
Merge pull request #259 from Unity-Technologies/node-bugfixes
Master node improvements
7 年前
GitHub
0f41473d
Merge pull request #248 from keijiro/shapes-aa
Antialiasing with procedural shapes.
7 年前
Jens Holm
a83bd958
Make PBR master node be able to require normal and remove BoundVector3MaterialSlot
7 年前
Matt Dean
fcd875c3
Split blend enum into two
7 年前
GitHub
40495e65
Merge pull request #261 from Unity-Technologies/fix-constant-node
Fix Constant Node code gen
7 年前
Jens Holm
5d32dbf0
Delete BoundInputVectorcontrolView which was a dumplicate of LabelSlotControlView
7 年前
Matt Dean
de80e921
Add two sided support for shadow pass
7 年前
Matt Dean
e11fa9b7
Add missing node fixes
7 年前
Martin Thorzen
c5f3e96c
Removed unused parameter scaling
7 年前
Peter Bay Bastian
a2bafb38
Fix float serialization in Constant Node to not be affected by system locale (was comma as decimal separator causing shader errors)
7 年前
Peter Bay Bastian
5d8933e2
Reflect rename in future Unity versions of class PostLayoutEvent to GeometryChangedEvent (with fallback import for 2018.1)
7 年前
Martin Thorzen
0a72fe97
When saving a sub graph, we now go through all the shader graphs and updated them if they are using this sub graph.
Not allowed to have sub graph inside a sub graph
Removed sub graph from searh window when in subgraph
Prompting the user when removing slots and properties from the sub graph.
7 年前
GitHub
1c543e17
Merge pull request #255 from Unity-Technologies/build/automation
Get package validation tests green
7 年前
Thomas
4c9edfad
Skip empty panels in the runtime UI as well
7 年前
Thomas
8a390de1
Skip drawing empty panels
7 年前
Thomas
e7a59339
Avoid UInt warp at runtime
7 年前
GitHub
9ee2f5a0
Merge pull request #971 from Unity-Technologies/Remove-data
Move all TestBedPipeline and SmpleScenes to another reposityory (ScriptableRenderPipelineData)
7 年前
Thomas
b3839ff9
Utility method
7 年前
sebastienlagarde
19ef87e6
Move all TestBedPipeline and SmpleScenes to another reposityory (ScriptableRenderPipelineData)
7 年前
Thomas
44dd9f42
Merge branch 'master' into debug-menu-refactor
7 年前
sebastienlagarde
820f9616
Update package version to 0.1.32
7 年前
sebastienlagarde
a7a7812a
HDRenderPipeline: Revert a change on taaFrameIndex to allow package to work with Postprocess
7 年前
GitHub
da440119
Merge pull request #968 from Unity-Technologies/fix-shadergraph-submodule
Fix shader graph submodule
7 年前
GitHub
cb7bd10f
Merge pull request #969 from Unity-Technologies/Update-shadow-param
Update shadow parameter in UI
7 年前
sebastienlagarde
c4fab16a
Update shadow parameter in UI
7 年前
GitHub
b9f9a61e
Fix shader graph submodule
7 年前
Sebastien Lagarde
1209cffe
Bump package version
7 年前
GitHub
b878dd91
Merge pull request #967 from Unity-Technologies/improve-resources--management
Improve resources management
7 年前
Sebastien Lagarde
6fa0e210
Update render pipeline asset
7 年前
Sebastien Lagarde
0f30f74a
Do lazy evaluation for ReflectionProbePreview material
7 年前
Robert Srinivasiah
b106666f
Stereo-ize screen-space AABBs generation (AABBBoundsBuffer)
In order to stereo-ize this job, the following work was needed:
* Dispatch twice as many thread groups. Use the GroupID.y to select the eye being processed.
* Submit one set of convex bounds per eye. Two bounds are generated for each light.
* Submit stereo-aware projection matrices, passed in as an array, and indexed with the stereo eye index in the compute shader.
* Output one set of AABBs for each eye.
* Increase size of compute buffers to support the stereo case (WIP)
This was verified with the test suite and manually via RenderDoc.
7 年前
Sebastien Lagarde
4d0b3071
add shadow resource to renderpipeline resource
- Move shadow .shader and .compute from ShaderLibrary to Shadow folder
- Init material and compute throught SahdowAtlasInit
7 年前
Robert Srinivasiah
e4ac194b
Merge remote-tracking branch 'origin/master' into hdrp-xr-lighting
7 年前
Sebastien Lagarde
0c54bec9
Move resources outside of resource folder
- Move all shader/material in Resources folder to CoreResource folder
- Move DisplayShadowMap.Shader out of Resources folder
- Pass needed material to Core function through parameters
- Update reflection system to take RenderPipeline resource into account
7 年前
Paul Melamed
60d9cb71
address some PR comments
7 年前
Robert Srinivasiah
91d96ee3
Start building out stereo matrix arrays for tiled lighting jobs (WIP)
Stereo-ize the projection (and derived) matrices that get used in BuildGPULightListsCommon. This is a partial update for the C# side, no shader updates yet.
Also, append the right eye light cull data (bounds + volumes) to the master light list cull data.
7 年前
Sebastien Lagarde
2f370fd8
Remove undeleted meta
7 年前
Paul Melamed
429be124
Merge branch 'master' into decals/clustered
# Conflicts:
# ScriptableRenderPipeline/HDRenderPipeline/HDRP/HDRenderPipeline.cs
7 年前
Robert Srinivasiah
6626255e
Merge remote-tracking branch 'origin/master' into hdrp-xr-lighting
7 年前
GitHub
4c2e72ce
Merge pull request #965 from Unity-Technologies/Expose-bias-control-parameter
Expose bias control parameter
7 年前
sebastienlagarde
f115166b
Expose bias control parameter
7 年前
sebastienlagarde
3d515f02
HDRenderPipeline: Update shadow to be Tent3 by default
7 年前
GitHub
9a17ea34
Merge pull request #964 from Unity-Technologies/Add-support-of-Preview-sky
Add support of Preview sky
7 年前
sebastienlagarde
df5a7472
Add support of Preview sky
7 年前