userBriancancel
reporust_rebootcancel

619 Commits over 638 Days - 0.04cph!

3 Months Ago
another fix
3 Months Ago
merge from render_pipeline_testing (server compile fixes)
3 Months Ago
further
3 Months Ago
bunch of client preproc guards
3 Months Ago
update render pipeline for renamed usings/objects
3 Months Ago
merge from main
3 Months Ago
merge from render_pipeline_testing
3 Months Ago
merge from main
3 Months Ago
ignore .DS_Store in Rust.RenderPipeline git repo
3 Months Ago
update player_preview prefab
3 Months Ago
implement optional per-camera lighting overrides (reflection probe, main light exclusion, etc), to support player preview camera
3 Months Ago
partial fix for point/spot light biasing inconsistency with BiRP
3 Months Ago
sync Rust.RenderPipeline: emulate BiRP lighting attenuation for consistency. fixes overly dim player preview lighting, torch light, etc
3 Months Ago
reapply WaterCamera change in RRP
3 Months Ago
merge from main
3 Months Ago
merge from water_ssr_taa_flicker_fix
3 Months Ago
merge from water_reflection_probe_seam_fix
3 Months Ago
merge from vclouds_macos_reflection_fix
3 Months Ago
fix missing shader referene
3 Months Ago
restore
3 Months Ago
merge from main
3 Months Ago
explicitly set render targets in GeometryPass, z buffer was missing from forward opaques
3 Months Ago
set up special render pipeline for player preview camera, instead of using default which renders too much stuff we don't need
3 Months Ago
subsurface birp wrap
3 Months Ago
work around RT size mismatch in BiRP water wrapper
3 Months Ago
fix water SSR flickering when TAA was enabled, was especially pronounced at grazing angles
3 Months Ago
fix sky and clouds seam in water reflection probe
3 Months Ago
fix vclouds shader error on macos preventing them from showing up in water reflections
3 Months Ago
fix compile error
3 Months Ago
LightGroupAtTime: keep track of renderers under RendererLODs to properly update instancing when emission changes
3 Months Ago
reduce biome fogging when looking through a camera
3 Months Ago
exclude renderers with negative scale from instancing and warn about them
3 Months Ago
fix EmissionToggle with indirect instancing
3 Months Ago
fix EmissionScaledByLight with indirect instancing
4 Months Ago
merge from wire_shader_pixel_scaling
4 Months Ago
merge from main
4 Months Ago
restore pixel radius based alpha feathering to hide wire aliasing
4 Months Ago
untabify
4 Months Ago
fix hair raycasting shadows in deferred
4 Months Ago
fix missing z-buffer when rendering forward opaques
4 Months Ago
don't need this anymore
4 Months Ago
- emulate BiRP implicit stencil write in g-buffer pass - provide global_DeferredIndirectLightingActive flag
4 Months Ago
further SSS
4 Months Ago
merge from main
4 Months Ago
re-apply craggy changes
4 Months Ago
post subsurface pass beginnings
4 Months Ago
bring over WaterCamera changes into RRP
4 Months Ago
merge from main
4 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
4 Months Ago
sync Rust.RenderPipeline