summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/shaders
AgeCommit message (Expand)Author
2022-09-15Extract shared scene data into a separate classBastiaan Olij
2022-09-15Merge pull request #65322 from ceLoFaN/fix-dof-artifact-at-high-blurRémi Verschelde
2022-09-14Merge pull request #65418 from JFonS/taa_multimeshClay John
2022-09-13Move debanding into internal sky shader code so that it is applied after ever...clayjohn
2022-09-12Merge pull request #65544 from clayjohn/lambert-wrapRémi Verschelde
2022-09-12Apply energy conservation to LAMBERT_WRAP and TOON diffuse modes by dividing ...clayjohn
2022-09-12Add motion vectors support for MultiMeshInstancejfons
2022-09-09Properly scale SSR reflection based on metallic value for dielectric materialsclayjohn
2022-09-05Fix DoF artifacting at high blur amountsceLoFaN
2022-09-01Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde
2022-09-01Add Environment properties to control fog rendering on background skyHugo Locurcio
2022-09-01Extracting render buffers and changing it to a more generic solutionBastiaan Olij
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-08-31Merge pull request #65130 from BastiaanOlij/fix_mobile_signed_tangentRémi Verschelde
2022-08-31Fix vector type for signed tangent in mobile shaderBastiaan Olij
2022-08-30Add a per-light volumetric fog energy propertyHugo Locurcio
2022-08-23Add font LCD sub-pixel anti-aliasing support.bruvzg
2022-08-22Merge pull request #60309 from The-O-King/octRémi Verschelde
2022-08-20Add Blendshape SupportOmar El Sheikh
2022-08-13Octahedral Normal/Tangent CompressionOmar El Sheikh
2022-08-12Properly scale depth in bokeh_dof effect so that setting distance to blur eff...clayjohn
2022-08-08Merge pull request #62547 from clayjohn/ref_vec_pbrRémi Verschelde
2022-08-07Add a shadow opacity property to Light3DHugo Locurcio
2022-08-03Fade screen-space reflection towards inner marginHugo Locurcio
2022-08-02Merge pull request #63627 from and-rad/vector-field-attractor-fixRémi Verschelde
2022-08-02Merge pull request #63589 from RandomShaper/sdfgi_debug_pcRémi Verschelde
2022-08-01Merge pull request #63587 from clayjohn/specular-occlusionRémi Verschelde
2022-07-31Treat specular less than 0.02 as occlusionclayjohn
2022-07-30Make Decal's `modulate` property affect emission color as wellHugo Locurcio
2022-07-29Fix vector field particle attractor texture samplingAndreas Raddau
2022-07-29Keep SdfgiDebug shader's push constant size <= 128Pedro J. Estébanez
2022-07-28Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio
2022-07-26Move Sky(RD) into environmentBastiaan Olij
2022-07-22Merge pull request #62478 from BastiaanOlij/split_effects_20220628Rémi Verschelde
2022-07-21Fix various typos not caught by codespellluz paz
2022-07-19Move screen space effects into a separate classBastiaan Olij
2022-07-17Adding Variable Rate Shading support to GodotBastiaan Olij
2022-07-09Fix dead link in TAA resolve shader commentHugo Locurcio
2022-07-02SCons: Properly track codegen script dependency for generated GLSL headersRémi Verschelde
2022-06-29Evaluate specular reflections using specular dominant direction instead of as...clayjohn
2022-06-27Consider uniform writability part of the interface of the setPedro J. Estébanez
2022-06-24Moved cube_to_dp and cubemap logic into CopyEffectsBastiaan Olij
2022-06-23Merge pull request #61221 from BastiaanOlij/split_gi_effectsRémi Verschelde
2022-06-22Merge pull request #62286 from JFonS/taa_global_timeRémi Verschelde
2022-06-22Move TIME to a global shader variablejfons
2022-06-22Workaround MoltenVK shader conversion errorJFonS
2022-06-22Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij
2022-06-18Merge pull request #62106 from BastiaanOlij/eye_offsetRémi Verschelde
2022-06-17Introduce eye_offset for correcting stereoscopic reflectionsBastiaan Olij
2022-06-15Fix glow in Mix mode not working correctly when FXAA is enabledHugo Locurcio