Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-26 | Ensure vulkan subgroups are disabled for MoltenVK | Gordon MacPherson | |
We found they don't work on intel macbooks properly at all. Possible future solutions: - update to moltenvk. - update to spirv may resolve it. | |||
2022-10-04 | Fixing artifacts in SSR | Bastiaan Olij | |
2022-09-27 | Merge pull request #66466 from clayjohn/FXAA-fix | Rémi Verschelde | |
Take FXAA samples from half-pixel coordinates to improve quality | |||
2022-09-27 | Merge pull request #66317 from clayjohn/debanding-bug | Rémi Verschelde | |
Move deband to end of tonemapping. | |||
2022-09-26 | Take FXAA samples from half-pixel coordinates to improve quality | clayjohn | |
2022-09-26 | Make dependencies with shader includes in subfolders | Bastiaan Olij | |
2022-09-23 | Move deband to end of tonemapping. | clayjohn | |
This avoids artifacts when using adjustments and color correction | |||
2022-09-15 | Merge pull request #65322 from ceLoFaN/fix-dof-artifact-at-high-blur | Rémi Verschelde | |
2022-09-09 | Properly scale SSR reflection based on metallic value for dielectric materials | clayjohn | |
2022-09-05 | Fix DoF artifacting at high blur amounts | ceLoFaN | |
2022-09-01 | Extracting render buffers and changing it to a more generic solution | Bastiaan Olij | |
2022-08-31 | Implement Physical Light Units as an optional setting. | clayjohn | |
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value. In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes. | |||
2022-08-12 | Properly scale depth in bokeh_dof effect so that setting distance to blur ↵ | clayjohn | |
effect is accurate again | |||
2022-08-03 | Fade screen-space reflection towards inner margin | Hugo Locurcio | |
- Fade reflection towards inner margin and clip it at screen edges instead of external margin. - Round edges of the fade margin if both are being cut off to prevent sharp corners. Co-authored-by: puchik <puchik@users.noreply.github.com> | |||
2022-07-19 | Move screen space effects into a separate class | Bastiaan Olij | |
2022-07-17 | Adding Variable Rate Shading support to Godot | Bastiaan Olij | |
Improve GI renderer and add VRS support Implement render device has_feature and move subgroup settings to limit_get | |||
2022-07-02 | SCons: Properly track codegen script dependency for generated GLSL headers | Rémi Verschelde | |
2022-06-24 | Moved cube_to_dp and cubemap logic into CopyEffects | Bastiaan Olij | |
2022-06-22 | Split GI effects and fix stereoscopic rendering of GI effects | Bastiaan Olij | |
2022-06-15 | Fix glow in Mix mode not working correctly when FXAA is enabled | Hugo Locurcio | |
Glow must be performed after FXAA to ensure correct appearance. | |||
2022-05-18 | Fix tonemapper shader to correctly apply alpha channel | Yuri Rubinsky | |
2022-05-11 | Split out bokeh_dof and copy effects | Bastiaan Olij | |
2022-04-28 | Splitting tonemapper into its own class | Bastiaan Olij | |