userFelixcancel
reporust_rebootcancel

783 Commits over 669 Days - 0.05cph!

19 Days Ago
Speculative crash fix: Clamp instance index in terrain hole shader
24 Days Ago
Use a NativeArray for lightShadowData
24 Days Ago
Zero-initialise _GlobalMipBias
25 Days Ago
Remove RustRendererFeatureCameraComponentAttribute due to issues with reflection
25 Days Ago
Remove string interpolation from BlurOptimizedPass
25 Days Ago
Avoid delegate allocations in SSAOApplyPass
25 Days Ago
Elimitate GC allocation in terrain depth pre-pass
25 Days Ago
Fix Forward+ error spam
25 Days Ago
Add a null-check for renderer feature component creation
25 Days Ago
Make sure WaterRendererCamera has an explicit constructor (obfuscation problem?)
25 Days Ago
Add more profiler instrumentation
26 Days Ago
Always log render graph exceptions
26 Days Ago
Bind dummy buffers when not using RRP to avoid Unity skipping draw calls due to unbound buffers
26 Days Ago
Add ProfilerMarkers to all built-in RRP passes
26 Days Ago
Add a ProfilerMarker to every custom RustRenderPass
27 Days Ago
Make Rust/Standard SRP-Batcher compatible
27 Days Ago
Remove _RRP multi_compile keyword
27 Days Ago
Re-add _UsingRRP dynamic branch
47 Days Ago
Add an assertion to catch rare error spam from WaterCamera
48 Days Ago
Remove obsolete potato subshaders to reclaim memory
49 Days Ago
Add some profiler intstrumentation
49 Days Ago
Merge from /main/global_mip_bias
49 Days Ago
Rebase on /main
52 Days Ago
Cherry-pick global_mip_bias onto render_pipeline_testing
52 Days Ago
Fix shader error in Core/Skin
52 Days Ago
Revert RRP quality level. One cannot simply mix and match pipelines. :cry2:
52 Days Ago
Reorder SubShaders of Standard Refraction such that RRP is first, GrabPass comes last
52 Days Ago
Add an RRP quality level to prevent shader variant stripping
53 Days Ago
Remove old slow mip map bias code
53 Days Ago
Apply additional mip map bias when upscaling (DLSS)
53 Days Ago
Set _GlobalMipBias automatically from ConVar
53 Days Ago
Set up shaders to use _GlobalMipBias uniform
54 Days Ago
Prevent error spam about _EnvVolumeBuffer
54 Days Ago
Revert: Move WaterCamera.PrepareRender to OnPreCommandBuffer event (Fix CopyTexture error spam and disappearing ocean)
54 Days Ago
Move WaterCamera.PrepareRender to OnPreCommandBuffer event (Fix CopyTexture error spam and disappearing ocean)
54 Days Ago
Add _RRP multi_compile to all shaders with a forward pass
54 Days Ago
Remove _UsingRRP dynamic branch
54 Days Ago
Cherry-pick: Fix shader errors about undeclared identifier '_ST_WindBranchAnchor'. (Use SpeedTree 8 Wind)
54 Days Ago
Fix shader errors about undeclared identifier '_ST_WindBranchAnchor'. (Use SpeedTree 8 Wind)
55 Days Ago
Try to exclude the GrabPass-SubShader of the "Standard Refraction" shader from RRP and causing error spam
55 Days Ago
60 Days Ago
Port ONLY the shader changes over from /main/.../std_shader_compat in order to make the standard shader compatible with the SRP batcher. This will cause conflicts. If you run into that, than know that this branch is the source of truth. This branch should stomp whatever was under /main/indirect_instancing.
2 Months Ago
Hook up FXAA to UI settings
2 Months Ago
Unjitter camera matrix when jittering isn't needed anymore
2 Months Ago
Actually apply jittered projection matrix to camera
2 Months Ago
Fix wrong motion vector results from alpha-clipped materials
2 Months Ago
Restore TAA history weight attenuation from high velocity
2 Months Ago
Add TAA implementation
2 Months Ago
Hook up motion blur to the UI setting (in the same awful way as before :hide-the-pain-harold:)
2 Months Ago
Remove motion blur volume profile (it's now in the pipeline settings)