branchrust_reboot/main/render_pipeline_testingcancel

294 Commits over 335 Days - 0.04cph!

6 Months Ago
update existing passes for pipeline changes
6 Months Ago
sync Rust.RenderPipeline changes
6 Months Ago
merge from main
7 Months Ago
port PostOpaqueDepth to RRP, prerequisite for water
8 Months Ago
Fixed various lighting issues within the lit and deferred lighting shaders within RRP
8 Months Ago
Fixed some indirect lighting issues with the lit shader in RRP
8 Months Ago
Fixed more issues with shadow biases in the RRP shaders
8 Months Ago
Added support for light cookies in RRP
8 Months Ago
Merge from main
8 Months Ago
RRP: Fixed shadow bias calculations for point and spot lights
8 Months Ago
Merge from main
8 Months Ago
Fixed shadow bias issues within the Rust Render Pipeline
8 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Updated the Rust.RenderPipeline package to include lighting stencil value changes
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Fixed server compile errors for new decal and environment volume render passes
10 Months Ago
Added new properties serialized on the DecalsRendererFeature
10 Months Ago
Added deferred mesh decal rendering support to RRP
10 Months Ago
Added support for Deferred Decal rendering in the new render pipeline
10 Months Ago
Merge from main
11 Months Ago
Updated Rust.RenderPipeline to include debug visualizations for the GBuffer outputs and the indirect lighting targets
11 Months Ago
Added pipeline textures that get set during the Setup pass. This makes Deferred Indirect Lighting work correctly in the new render pipeline
11 Months Ago
Fixed the lighting and shadow issues when using the Rust.RenderPipeline
11 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
11 Months Ago
Merge from main
11 Months Ago
Added a check to avoid creating a zero length compute buffer when rendering the spatial environment volumes
11 Months Ago
Added a wrapper to the SpatialEnvironmentVolumePass to make it work with both BiRP and RRP
11 Months Ago
Updated the Rust.RenderPipeline package to add support for custom render passes
11 Months Ago
Merge from main
11 Months Ago
Merge from main
11 Months Ago
Updated Rust.RenderPipeline package to remove static references to pipeline resources as everything needs to be handled via the Render Graph
11 Months Ago
Merge from main
12 Months Ago
Added stencil buffers to the Standard and Standard-Terrain shaders to support deferred lighting when the Rust Render Pipeline is active
12 Months Ago
Updated the Rust Render Pipeline package to add support for camera-based command buffers
12 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
12 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.
12 Months Ago
Added the Rust Render Pipeline package back to the project
12 Months Ago
Removing Rust Render Pipeline package so it can be renamed
12 Months Ago
Added Rust Render Pipeline package contents
12 Months Ago
Changed the Rust Render Pipeline package to a custom rather than git based package as not everyone will have SSH or git credentials set up
12 Months Ago
- Added the Rust Render Pipeline package to start testing it within the main project. - Updated PostProcessEffectSettings child classes to use the correct types within the correct namespaces, as adding the core render pipeline package introduces duplicate types within the UnityEngine.Rendering namespace.