branchrust_reboot/main/render_pipeline_testingcancel

54 Commits over 184 Days - 0.01cph!

6 Days Ago
supply lightdir/color for water again, adjust texture formats
6 Days Ago
fix double-rendering atmosphere
6 Days Ago
sync Rust.RenderPipeline changes: - fix missing shader parameter for legacy shadow caster shaders - render forward opaque objects (only SRPDefaultUnlit and RustLit light modes, allows atmospheric elements to render) - make camera context directly accessible by the camera component - add RustRenderPipeline pipeline shader tag
8 Days Ago
stopgap water sky reflection until we have the water refl probe in RRP
14 Days Ago
merge from main
17 Days Ago
RRP water rendering progress
17 Days Ago
sync with Rust.RenderPipeline: - enable global shader param + keyword when RRP is in use
17 Days Ago
sync with latest Rust.RenderPipeline changes: - camera components can return false in OnBeginRendering() to skip rendering the feature for the camera - reset GraphicsSettings.lightsUseLinearIntensity to false on RRP disposal (Fixes BiRP lighting becoming dark when switching, it was also possible for the true value to get saved in GraphicsSettings.asset which confusingly permanently broke BiRP lighting.)
19 Days Ago
merge from main
40 Days Ago
disable the begin/endContextRendering hooks on CommandBufferManager
40 Days Ago
update existing passes for pipeline changes
40 Days Ago
sync Rust.RenderPipeline changes
41 Days Ago
merge from main
54 Days Ago
port PostOpaqueDepth to RRP, prerequisite for water
3 Months Ago
Fixed various lighting issues within the lit and deferred lighting shaders within RRP
3 Months Ago
Fixed some indirect lighting issues with the lit shader in RRP
3 Months Ago
Fixed more issues with shadow biases in the RRP shaders
3 Months Ago
Added support for light cookies in RRP
3 Months Ago
Merge from main
3 Months Ago
RRP: Fixed shadow bias calculations for point and spot lights
3 Months Ago
Merge from main
3 Months Ago
Fixed shadow bias issues within the Rust Render Pipeline
3 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Updated the Rust.RenderPipeline package to include lighting stencil value changes
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Fixed server compile errors for new decal and environment volume render passes
5 Months Ago
Added new properties serialized on the DecalsRendererFeature
5 Months Ago
Added deferred mesh decal rendering support to RRP
5 Months Ago
Added support for Deferred Decal rendering in the new render pipeline
5 Months Ago
Merge from main
6 Months Ago
Updated Rust.RenderPipeline to include debug visualizations for the GBuffer outputs and the indirect lighting targets
6 Months Ago
Added pipeline textures that get set during the Setup pass. This makes Deferred Indirect Lighting work correctly in the new render pipeline
6 Months Ago
Fixed the lighting and shadow issues when using the Rust.RenderPipeline
6 Months Ago
Fixed an issue that was preventing spatial env volumes from rendering and prevented rendering to reflection probes in the new render pass wrapper
6 Months Ago
Merge from main
6 Months Ago
Added a check to avoid creating a zero length compute buffer when rendering the spatial environment volumes
6 Months Ago
Added a wrapper to the SpatialEnvironmentVolumePass to make it work with both BiRP and RRP
6 Months Ago
Updated the Rust.RenderPipeline package to add support for custom render passes
6 Months Ago
Merge from main
6 Months Ago
Merge from main
6 Months Ago
Updated Rust.RenderPipeline package to remove static references to pipeline resources as everything needs to be handled via the Render Graph
6 Months Ago
Merge from main
6 Months Ago
Added stencil buffers to the Standard and Standard-Terrain shaders to support deferred lighting when the Rust Render Pipeline is active
6 Months Ago
Updated the Rust Render Pipeline package to add support for camera-based command buffers
7 Months Ago
Changed the shader name of the render pipeline's deferred indirect lighting shader as it was the same as the shader in the main project which was causing issues when the new render pipeline wasn't in use
7 Months Ago
- Updated the Rust Render Pipeline asset to hook up the new pipeline shader assets. - Updated the plastic .ignore config to ignore the .git folder from the Rust.RenderPipeline package. - Updated the packages-lock.json to have the correct name for the Rust.RenderPipeline package.
7 Months Ago
Added the Rust Render Pipeline package back to the project