186 次代码提交 (71f243c0-8890-496d-b3a0-17d92760fb06)

作者 SHA1 备注 提交日期
Felipe Lira 71f243c0 Fixed command buffer unmatching warning. 6 年前
Felipe Lira c9ac4b4d Fixed shadowmap leaking. 6 年前
Peter Bay Bastian 1884bde7 Bump package versions 6 年前
GitHub d97e2583 Merge pull request #1095 from Unity-Technologies/shadergraph/2018.1-952c1c7 6 年前
Peter Bay Bastian 5411717b Update ShaderGraph submodule 6 年前
GitHub 771bb33b Merge pull request #1094 from Unity-Technologies/backport/shadow-optimization 6 年前
GitHub a4c56c1e Merge pull request #1093 from Unity-Technologies/backport/1091-lw-bugfixes 6 年前
Felipe Lira e1027461 Fixed shadow precision issues on mobile. 6 年前
Felipe Lira d9202d32 Changed shadow filtering precision to float 6 年前
Felipe Lira ea16e3eb Updated ShaderGraph templates 6 年前
Felipe Lira 27a4d825 Pipeline always respects user decision to not clear camera even if it impacts performance on mobile. 6 年前
GitHub 4347e5ff Merge pull request #1090 from Unity-Technologies/shadergraph/update-2018.1 6 年前
Peter Bay Bastian 5cfa1e18 Update ShaderGraph submodule to latest 2018.1 6 年前
GitHub 4b7f8519 Merge pull request #1088 from Unity-Technologies/backport/1087-perf-regression-fix 6 年前
Felipe Lira 7dc1b91d Fixed particles compilation errors 6 年前
Felipe Lira 1406ea59 Fixed glossiness keyword/alpha issue. 6 年前
Felipe Lira 43a31ade Changed ShadowPass and DepthOnlyPass to account for alpha clip. 6 年前
Tim Cooper 8a48bd4c Update post version 6 年前
Felipe Lira 875a1a22 Fixed implicit cast in shadowpass. 6 年前
Felipe Lira f07aad83 Fixed null reference exception. 6 年前
Felipe Lira 3b4ae136 Use scissor on shadowmap to mimic 'clamp to edge'. 6 年前
GitHub 07c40e47 Merge pull request #1083 from Unity-Technologies/Branch_FixTessAmplitudeZero 6 年前
Julien Ignace cc49cf6d Fixed heightmap offset when amplitude is zero. 6 年前
Felipe Lira b2f50177 Updated shadowmap to use clamp mode and avoid xy bounds check (when we have scissor) 6 年前
GitHub f38b22a0 Merge pull request #1082 from Unity-Technologies/backport/1079-fixed-unsuported-R8-format 6 年前
Felipe Lira fcb9ae2c Fixed unsuported R8 texture format in GLES2. 6 年前
GitHub 508f561b Merge pull request #1081 from Unity-Technologies/backport/lw-bugfix 6 年前
Felipe Lira 8e8db358 Fixed lightweight screenspace shadows on GLES2. 6 年前
Felipe Lira 025e3ef0 Fixed unmatched command buffer profiler block. 6 年前
Felipe Lira d8e1886a ShadowStrength only performed if NICE_QUALITY is set. 6 年前
Felipe Lira 8c7757e0 Fixed error about R8 texture format not being supported on old GLES 2.0 devices. 6 年前
Felipe Lira 1af4820e Fixed shadowmap on low end devices. Forces hard shadow/ single cascade on GLES2 platform. 6 年前
GitHub f5b94518 Merge pull request #1080 from Unity-Technologies/Fix-issue-with-resizing-in-player 6 年前
sebastienlagarde f612fdc2 Fix issue with resizing in player 6 年前
Felipe Lira 89d35dea Fixed regression that was causing shadows to not render. 6 年前
GitHub 102fc3f3 Merge pull request #1078 from Unity-Technologies/backport/added-particles-simple-lighting 6 年前
Felipe Lira a3c04996 Some cosmetic changes + set target to 2.0 for PBR Standard shader 6 年前
Felipe Lira 4a869821 Updated AlphaDiscard function to support offsets. Now using it from Particle* shaders. 6 年前
Felipe Lira f5fa81b0 Reverted an accidental change. 6 年前
Felipe Lira d3c4d6f9 Cleaned up particle code. Added a shader for lit particles with SimpleLighting. 6 年前
GitHub 270ddc68 Merge pull request #1074 from Unity-Technologies/Branch_FixReflectionProbeDimmer 6 年前
GitHub cbfce342 Merge pull request #1077 from Unity-Technologies/backport/lw-optimizations-backport 6 年前
Felipe Lira c47b1299 Packing and unpacking view direction the same way helps to get correct lighting... who would've guessed 6 年前
Felipe Lira b35a3407 Some shuffling around reduces frame time on older devices. 6 年前
Felipe Lira 80bee94e Don't normalize the normal coming from the normal map if there's no scaling possible in the shader. 6 年前
GitHub 043ff4aa Merge pull request #1076 from Unity-Technologies/backport/FixComment-1056 6 年前
Felipe Lira 4fce110b Updated the comments about sharing an interpolator between LM UV and vertex SH in LW. 6 年前
GitHub 79998337 Merge pull request #1075 from Unity-Technologies/backport/LowEndPerf-1055 6 年前
Felipe Lira 7f17ab1e Merged normal and view direction changes. 6 年前
Felipe Lira e69b9454 Updated LW PBR FWD pass template in shader graph. 6 年前