40 次代码提交 (2d2ce5c3-a399-47ff-8b53-e4f35ccedd6f)

作者 SHA1 备注 提交日期
Felipe Lira c30fcd10 Added pipeline capabilities. Stripping shader meta pass and variants based on selected capabilities. 6 年前
Felipe Lira 3bbb9197 Upgraded lightweight UI to have local shadow settings. Upgrader asset version. Stripping local shadows based on pipeline capabilities. 6 年前
Felipe Lira ba310f35 Added support to local soft shadows. Added rule to strip soft shadows keyword. 6 年前
Felipe Lira 8efb93de Updated LightweightPipelineCore.cs to new C# convention 6 年前
Felipe Lira cee6f8f7 Used autoformat tool on all changed files. 6 年前
Felipe Lira a953a3e3 Addressed PR's comments 6 年前
Felipe Lira fab1cd33 Stripped invalid variants. Reduced Standard shader with full settings to 43.75% variants. Furter reduced tandard shader with minimal settings to 2.08%. 6 年前
Felipe Lira 5d3094de Deleted LightweightUtils. Moved work to Core (partial class). Normalized files with the autoformat tool to be consistent to the convention. 6 年前
GitHub 0c7c73e4 Merge pull request #1252 from Unity-Technologies/lw/shader-keywords-stripping-v2 6 年前
Felipe Lira d426889d Added shader stripping settings for the pipeline. 6 年前
Felipe Lira 05b422c1 Created ScriptableRenderPass class to abstract passes. Ported DepthOnlyPass to new SRP. 6 年前
sebastienlagarde 1aab1b89 LW: Keep master compiling with 2018.1 6 年前
Felipe Lira 17a99791 Moved most content to LightweightForwardRenderer. Created passes to encapsulate logic. Currently passes are selected based on primitive feature/capabilities/frame settings. 6 年前
Felipe Lira 8f6ad3bd Created shadow utils. 6 年前
Felipe Lira c05148cf Implemented depth copy pass. Fixed a case that was causing depth prepass to execute even when no directional shadows were rendered. 6 年前
Felipe Lira 98c82c99 All renderpasses referencing attachments by handle 6 年前
Felipe Lira 7b171db4 Fixed Texture2DMS resolve. Simplified renderer state by baking shadow settings into camera data. 6 年前
Felipe Lira 1e580cd4 Merge branch 'LWRP' into lw/api-refactor-v1 6 年前
Felipe Lira b918fecb Addressed PR comments. 6 年前
Felipe Lira 25e45b36 Merge branch 'master' into LWRP 6 年前
Felipe Lira 63a6fe03 Merge branch 'LWRP' into lw/api-refactor-v1 6 年前
Felipe Lira a55f3bfe Added support to DynamicBatching. It's enabled by default and can be changed in the pipeline asset. Created RenderingData to hold all other data containers. 6 年前
Felipe Lira 3160d4ad Fixed DepthCopy shader. Disabled depth resolve on VR until we can properly figure out how to resolve texture2DMS in stereo. 6 年前
Felipe Lira 93442ebc If we need to copyDepth we always copy with Blit until we figure out a way to check src and dest sizes. 6 年前
Felipe Lira 733691b3 Converted more files to new C# standard. 6 年前
Tim Cooper fafb59af Run code formatter. 6 年前
sebastienlagarde 67c1ca49 Remove UNITY_2018_2_OR_NEWER define (as we are on 2018.2) 6 年前
Felipe Lira 404f5c60 Fixed rendering issue in player. Split LightweightKeywords into two classes LightweightKeywordStrings is used in runtime/editor and LightweightKeyword is used in editor only. 6 年前
Nerites 71589903 RenderScale -> TargetScale; added groundwork for ViewportScale 6 年前
Nerites 386f0a0d Added XRGConfig struct which should be used as SRP's interface with XR 6 年前
Felipe Lira 4efe7926 Fixed VR postfx rendering. 6 年前
Nerites 9b69a952 Merge xrconfig branch into xrsettings 6 年前
Nerites 70191739 Removed unneeded "using UnityEngine.XR" 6 年前
Nerites 8087b626 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderPipeline into xrsettings 6 年前
Aleksandr Kirillov 9d6ebfa8 Sorting of opaque objects now respects camera settings (opaqueSortMode) and disables front-to-back sorting when a GPU has HSR and camera is set to OpaqueSortMode.Default. 6 年前
GitHub 2d2ce5c3 Lw/api review v2 (#1892) 6 年前
GitHub aae1a458 Merge branch 'master' into lw/no_front_to_back_sorting_of_opaques_on_gpu_with_hsr 6 年前
GitHub 56538cc3 Removed unused light cookied code. (#1917) 6 年前
GitHub eb39ae4e Merge pull request #1891 from Unity-Technologies/lw/no_front_to_back_sorting_of_opaques_on_gpu_with_hsr 6 年前
GitHub cda0e4a3 - Changed ExecuteBeforeCameraRender callback to pass pipeline instance instead of pipeline settings and renderer. (#1919) 6 年前