branchrust_reboot/main/render_pipeline_testingcancel

294 Commits over 335 Days - 0.04cph!

Yesterday
Fix wrong motion vector results from alpha-clipped materials
Yesterday
Restore TAA history weight attenuation from high velocity
Yesterday
Fixed an issue that was causing all additional lights to sample the shadow atlas using NGSS even when the light was set to have no shadows enabled
Yesterday
Add blur optimized pass ColdOverlay RRP volume fix
Yesterday
Fixed an issue where various effects on the camera weren't being updated correctly in the build when RRP was enabled
2 Days Ago
get Standard Refraction working in RRP
2 Days Ago
fix fog not working switching back to BRP with RRP initially enabled
2 Days Ago
RRP: fix DoF not working in workshop scene if DoF was disabled in graphics settings
2 Days Ago
Add TAA implementation
2 Days Ago
fix clouds not rendering when switching back to BRP
2 Days Ago
fix WaterCamera error spam when swiching to BRP with RRP initially enabled
2 Days Ago
fix binocular effect error spam in main menu
2 Days Ago
Fixed the lighting discrepancies between BRP and RRP
2 Days Ago
Normalizing the light direction when evaluating the BSDF for forward rendered objects to prevent crazy high emission values
2 Days Ago
Fixed the issue with point/spot light shadows not showing on RRP
3 Days Ago
Add frost effect to UberPostPass Add frost volume component Setup cold RRP effect and script Reduce some shader variants by using branching for low cost effects
3 Days Ago
Setup RRP hurt punch and radiation overlay effects/scripts
3 Days Ago
Hook up motion blur to the UI setting (in the same awful way as before :hide-the-pain-harold:)
3 Days Ago
Remove motion blur volume profile (it's now in the pipeline settings)
3 Days Ago
Add motion blur settings on the pipeline asset and the camera settings
3 Days Ago
Added the full setup for the default volume profile settings asset
3 Days Ago
Clean up naming of non-C++ camera matrices I have decided that the unity_* prefix should be reserved to properties that Unity sets from C++ code. Therefore, the other matrices now use the same naming that they have in URP/HDRP.
3 Days Ago
Unify motion vector colour format preferences
3 Days Ago
Use AddRasterPass for motion vectors
3 Days Ago
Add new 'Names' class and set camera matrices globally in setup pass
3 Days Ago
Setup hurt overlay effect and script with RRP Setup vignette and sharpen effect and script with RRP Merge vignettes into one effect
3 Days Ago
Make renderscale effect RRP clone asset
4 Days Ago
fix disco ball in RRP, do forward+ lighting in fragForwardBase
4 Days Ago
line endings
4 Days Ago
Update sharpen_vignette, radiation, and cctv RRP volumes
4 Days Ago
CRLF to LF for Grain.hlsl, GrainBaker.hlsl, and ScreenOverlay.hlsl
4 Days Ago
Moving all calls to VolumeStack.GetComponent from the Render method to the Record method of the ColorLutPass
4 Days Ago
Setup postprocess render scale and change passes to use scaled buffer size
4 Days Ago
Deinitializing the VolumeManager instance on the RustRenderPipeline Dispose method
5 Days Ago
RRP ReflectionProbeEx + vclouds rendering into it
5 Days Ago
Add screen overlay (with lighting) to UberPostPass
6 Days Ago
Add GreyScale effect to uber post pass Rename UberOverlay to UberPostPass
8 Days Ago
Added RRP enabled wrappers around the command buffer being added and removed for shadow caching to prevent warning log spam
8 Days Ago
Fix last remaining motion blur artifacts by using the original noise function
8 Days Ago
Replaced all Shader.Find calls in the renderer features with serialized references to avoid the shaders being missing in the build
8 Days Ago
Hook up motion blur settings to the volume component
8 Days Ago
Added the scattering shader as a serialized ref on the AtmosphereRendererFeature to avoid issues with the shader not being present in a build
8 Days Ago
Add chromatic aberration and grain to uberpass
8 Days Ago
Allow water motion vector pass to be culled
8 Days Ago
Refine motion vector pass dependencies
8 Days Ago
Use a preference list for motion vector texture formats
8 Days Ago
Added the Grey Scale volume component and setup all the RRP volumes that needed it
8 Days Ago
Fixed an issue with render pipeline global settings not being set after loading them from resources
8 Days Ago
Added the grain volume component and added it to all RRP volumes that needed it
8 Days Ago
Added Unity's build-only API for setting the render pipeline global settings before switching pipelines at runtime