branchrust_reboot/main/render_pipeline_testingcancel

384 Commits over 396 Days - 0.04cph!

2 Months Ago
RRP contact shadows fixes
2 Months Ago
oops
2 Months Ago
add debug layer for contact shadows
2 Months Ago
set up RRP renderer datas for skinviewer cameras
2 Months Ago
Fixed an issue with the SkyboxPass that was causing it to render without a depth buffer when active
2 Months Ago
Fixed an issue that was causing the color grading to be disabled in RRP
2 Months Ago
Added support for color grade masking via a new volume component and hooked up the settings for all volumes that require that feature
2 Months Ago
Add default stencil state to skin shader
2 Months Ago
Remove stencil override from GBuffer to allow custom stencil states Don't clear depth in GBuffer pass, already cleared in setup pass
2 Months Ago
bring skinviewer viewmodel rendering changes to RRP
2 Months Ago
Fill motion vector command buffer
2 Months Ago
Setup motion vector pass (doesn't draw anything yet)
2 Months Ago
Updated all the RRP volumes with the correct color grading values
2 Months Ago
Added RRP volumes for every BRP post process volume that was missing one
2 Months Ago
Updated all of the biome RRP volumes to have the correct lift, gamma, and gain values
2 Months Ago
Updated the lift gamma gain pass to work the way BRP does rather than URP as the trackball implementation has changed
2 Months Ago
Added support for lift, gamma, gain in RRP
2 Months Ago
Added the volume component and custom trackball UI for Lift, Gamma, and Gain in RRP
2 Months Ago
Added the custom tone mapping calculations to the color LUT pass in RRP
2 Months Ago
Make the RRP toggle a saved ConVar
2 Months Ago
Configured custom tone mapping setting for all main camera post process volumes
2 Months Ago
Added new Custom mode for tone mapping in RRP
2 Months Ago
temp fix
2 Months Ago
merge from main
2 Months Ago
fix missing resource reset
2 Months Ago
- Added the RRP volumes for all color grading post process volumes and configured most of their settings - Updated the player_preview to include the new effects - color grading prefab - Updated the ClimateOverlay script to be compatible with both BRP and RRP volumes
2 Months Ago
Converted all effect objects under the Main Camera prefab object to prefabs to prevent conflicts when editing individual effects
2 Months Ago
RRP contact shadows
2 Months Ago
fix underwater post processing not working in proc map
2 Months Ago
Added support for the shadow filtering dev convar in RRP
2 Months Ago
- Fixed the shadow filtering on the lowest shadow preset on RRP - Updated the RRP directional shadow bias to be closer to Unity's BiRP implementation - Updated the RRP asset to add the warning for editing it during play mode
2 Months Ago
Matching RRP shadow resolution to BRP shadow resolution when setting shadow quality presets
2 Months Ago
Fixed the depth bias for directional shadows on RRP
3 Months Ago
fix foliage displacement feature causing scene view issues, avoid drawing viewmodel feature outside of the game view
3 Months Ago
add PerformanceText line for Rust Render Pipeline when enabled, getting harder to tell visually which pipeline we're using
3 Months Ago
RRP: water surfaces receive light from all light sources now, not just sun (forward+ lighting)
3 Months Ago
fix missing function in RRP billboard light
3 Months Ago
Code gen to add back RRP ConVars
3 Months Ago
Added NGSS support to RRP
3 Months Ago
add RRP billboard lighting to Particle AddSmooth, fix error in PixelLit 6-Point
3 Months Ago
RRP BillboardLight logic consistency fix with BRP
3 Months Ago
tweak
3 Months Ago
fix active state for underwater effect not propagating
3 Months Ago
unity 6 VolumeManager fixes
3 Months Ago
DeployGuides: more explicit depth/stencil format
3 Months Ago
optimize depth buffer formats used by water render targets, post opaque depth RT needs no depth at all
3 Months Ago
convert depth-stencil format from TextureDesc to RenderTextureDescriptor more directly
3 Months Ago
Updated the blitter shader to fix missing shader keywords relating to MSAA
3 Months Ago
further RRP particle/billboard lighting
3 Months Ago
SetupPass: supply global_MainLightingAtten for particle/billboard shading