Age | Commit message (Expand) | Author |
2021-05-22 | Basic warning support implementation for the Godot Shading Language. | Yuri Roubinsky |
2021-05-20 | Fix instance uniform typo | Winston Hartnett |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-05-19 | Implements length() shader function for arrays in structs | Yuri Roubinsky |
2021-05-18 | Fix typo in shader_language.cpp | Yuri Roubinsky |
2021-05-12 | Implementing blit shader with versions | Bastiaan Olij |
2021-05-12 | Merge pull request #48472 from BastiaanOlij/render_state | Rémi Verschelde |
2021-05-11 | Fixes missng 2D engine bits | reduz |
2021-05-10 | Split RenderDataRD struct from RenderState struct to simplify passing our ren... | Bastiaan Olij |
2021-05-07 | Merge pull request #33577 from Calinou/highlight-control-flow-keywords | Rémi Verschelde |
2021-05-06 | Cleanup vulkan capabilities check and add multiview check | Bastiaan Olij |
2021-05-05 | Highlight control flow keywords with a different color | Hugo Locurcio |
2021-05-05 | Merge pull request #48435 from BastiaanOlij/no_repeat_mobile_renderer | Rémi Verschelde |
2021-05-04 | Remove repeat from forward mobile renderer | Bastiaan Olij |
2021-05-03 | Assorted fixes to UV unwrapping and GPU lightmapper | jfons |
2021-05-03 | Create mobile renderer | Bastiaan Olij |
2021-04-30 | Implement Particle Trails | reduz |
2021-04-28 | Merge pull request #48239 from akien-mga/goodbye-copymem | Rémi Verschelde |
2021-04-27 | Merge pull request #48050 from JFonS/occlusion_culling | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-27 | Fix shader handle constant expressions in function call | Yuri Roubinsky |
2021-04-25 | Remove duplicate comments | Dennis Brakhane |
2021-04-23 | Implement occlusion culling | jfons |
2021-04-21 | Fix reflection probe | Bastiaan Olij |
2021-04-17 | Split particle shader entry points | reduz |
2021-04-15 | Merge pull request #47878 from clayjohn/rename-get_surface_material | Rémi Verschelde |
2021-04-14 | Rename get_surface_material to get_surface_override_material | clayjohn |
2021-04-14 | Refactor GLSL shader compilation | reduz |
2021-04-09 | Remove low_end option from renderer, being replaced by separate implementation | Bastiaan Olij |
2021-04-05 | Move clustered renderer functionality | Bastiaan Olij |
2021-04-05 | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-default-member-init` | Rémi Verschelde |
2021-03-31 | As GLSLang seems to be all or nothing, added our own defines | Bastiaan Olij |
2021-03-26 | Obtain supported Vulkan API | Bastiaan Olij |
2021-03-18 | Changed SCsub for shaders to find shaders automatically and create dependenci... | Bastiaan Olij |
2021-03-17 | Added validation when assigning heightfield_resolution (Fix #46281) | Ignacio Abal |
2021-03-13 | fix issue vulkan crash on open shader materials | sboronczyk |
2021-03-11 | Removed time duplicate from ForwardClustered. Just use the variable from its ... | Bastiaan Olij |
2021-03-11 | Combine init_gi and init_sdfgi into a single init | Bastiaan Olij |
2021-03-11 | Renamed one more Forward render struct and fixed typo | Bastiaan Olij |
2021-03-11 | Moving RendererStorageRD *storage to protected, no sense duplicating it in fo... | Bastiaan Olij |
2021-03-10 | Renaming RendererSceneRenderForward to RendererSceneRenderForwardClustered so... | Bastiaan Olij |
2021-03-08 | Merge pull request #46642 from BastiaanOlij/sdfgi_rename_and_cleanup | Rémi Verschelde |
2021-03-05 | Fix negative VRAM values | Ev1lbl0w |
2021-03-04 | Fix canvas renderer line width | Alex Hirsch |
2021-03-04 | Renamed SDGIShader to SDFGIShader and moved a bunch of things to private | Bastiaan Olij |
2021-03-02 | Merge pull request #46594 from asheraryam/fix-clip-content-master | Rémi Verschelde |
2021-03-02 | Fix rounding error in Clip Content | asheraryam |
2021-03-01 | Merge pull request #46046 from BastiaanOlij/cleanup_gi | Rémi Verschelde |