branchrust_reboot/main/render_pipeline_testingcancel

106 Commits over 274 Days - 0.02cph!

7 Days Ago
merge from main
9 Days Ago
fix vclouds not showing up in water reflections in BiRP
9 Days Ago
merge from main
9 Days Ago
work around issues causing fog to be incorrect/denser than it should
14 Days Ago
remove unused uniform
14 Days Ago
fix vfog density map not using configured shore distance falloff
16 Days Ago
handle another case
16 Days Ago
fix sky compositing regression
17 Days Ago
fix error spam and water going invisible from water body mesh being null
17 Days Ago
don't overly downsample shadow map for vfog
17 Days Ago
fix name collision in maintaining backwards compat
20 Days Ago
get RRP running on unity 6
21 Days Ago
oops
21 Days Ago
probable fix for flickering fog
21 Days Ago
qa island thing
21 Days Ago
fixes, add missing components to some scenes
21 Days Ago
fix watercamera rrp unity 6
21 Days Ago
merge from unity6_compat
22 Days Ago
another fix
22 Days Ago
further
22 Days Ago
bunch of client preproc guards
22 Days Ago
merge from main
23 Days Ago
ignore .DS_Store in Rust.RenderPipeline git repo
23 Days Ago
update player_preview prefab
23 Days Ago
implement optional per-camera lighting overrides (reflection probe, main light exclusion, etc), to support player preview camera
24 Days Ago
partial fix for point/spot light biasing inconsistency with BiRP
25 Days Ago
sync Rust.RenderPipeline: emulate BiRP lighting attenuation for consistency. fixes overly dim player preview lighting, torch light, etc
25 Days Ago
reapply WaterCamera change in RRP
25 Days Ago
merge from main
27 Days Ago
fix missing shader referene
28 Days Ago
restore
28 Days Ago
merge from main
29 Days Ago
explicitly set render targets in GeometryPass, z buffer was missing from forward opaques
29 Days Ago
Updating Rust.RenderPipeline to include removal of old PostFXStack settings class
29 Days Ago
Updated the Rust.RenderPipeline package to include the new volume component changes
29 Days Ago
Updated the Rust.RenderPipeline package and fixed compatibility issues
29 Days Ago
set up special render pipeline for player preview camera, instead of using default which renders too much stuff we don't need
29 Days Ago
subsurface birp wrap
32 Days Ago
work around RT size mismatch in BiRP water wrapper
45 Days Ago
fix hair raycasting shadows in deferred
49 Days Ago
fix missing z-buffer when rendering forward opaques
49 Days Ago
don't need this anymore
49 Days Ago
- emulate BiRP implicit stencil write in g-buffer pass - provide global_DeferredIndirectLightingActive flag
49 Days Ago
further SSS
51 Days Ago
merge from main
2 Months Ago
re-apply craggy changes
2 Months Ago
post subsurface pass beginnings
2 Months Ago
bring over WaterCamera changes into RRP
2 Months Ago
merge from main
2 Months Ago
hoarded a bunch of changes: - refactored vclouds and vfog for multi camera support - vclouds and vfog ported to RRP with built-in wrappers - match sky dome pos to camera in RRP, including in scene view - scale sky dome to camera far plane in RRP - use CommandBufferManager.OnPreCommandBuffer hook to call OnBeginRendering() in built-in wrappers, fixes update happening after commands buffers were already filled - share TextureDescs between render graph and built-in wrapper render texture creation. Ensures consistent formats, etc - fix skybox rendering twice in scene view - fix water render graph issues on lower quality levels - fix destruction of water dynamics RTHandle