Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | Merge pull request #56208 from williamd67/GPULightmapper-sky-upside-down | Rémi Verschelde | |
2022-01-04 | Merge pull request #51206 from clayjohn/Vulkan-ASSGI | Rémi Verschelde | |
2021-12-24 | GPULightmapper: cube to panorama copy function flip y based on flag | William Deurwaarder | |
Cube to panorama copy function unconditionally flipped y, while other copy functions flipped y base on FLAG_FLIP_Y. Condition is added. | |||
2021-11-06 | Added SSIL post processing effect | clayjohn | |
2021-10-29 | Weight glow samples to reduce fireflies | clayjohn | |
2021-04-14 | Refactor GLSL shader compilation | reduz | |
-Used a more consistent set of keywords for the shader -Remove all harcoded entry points -Re-wrote the GLSL shader parser, new system is more flexible. Allows any entry point organization. -Entry point for sky shaders is now sky(). -Entry point for particle shaders is now process(). | |||
2020-12-04 | RenderingServer reorganization | reduz | |