Age | Commit message (Expand) | Author |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg |
2022-02-16 | Use prefiltered radiance | clayjohn |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-16 | Properly exclude lights that are marked as sky only | clayjohn |
2022-02-16 | Fix default sky process mode not being Real-Time | Hugo Locurcio |
2022-02-15 | Add Particle Shader Userdata | reduz |
2022-02-15 | Merge pull request #57905 from V-Sekai/fix_instance_clear_warnings | Rémi Verschelde |
2022-02-15 | Merge pull request #57904 from V-Sekai/fix_double_free_warning | Rémi Verschelde |
2022-02-12 | Merge pull request #57980 from akien-mga/vulkan-1.3.204 | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-11 | RendererRD: Remove binding specifier for push constants | Rémi Verschelde |
2022-02-11 | Merge pull request #57888 from dusakus/depanoramize-spot-projector | Rémi Verschelde |
2022-02-10 | Fix 3D sky update performance regression | Hugo Locurcio |
2022-02-10 | Merge pull request #57535 from Calinou/visibility-range-fade-use-easing | Rémi Verschelde |
2022-02-10 | Merge pull request #57104 from clayjohn/VULKAN-sky-conflict | Rémi Verschelde |
2022-02-10 | Merge pull request #54677 from Calinou/voxelgi-default-low-quality | Rémi Verschelde |
2022-02-10 | Merge pull request #39965 from Calinou/tweak-sdfgi-defaults | Rémi Verschelde |
2022-02-10 | Merge pull request #57707 from Calinou/sdfgi-tweak-default-num-cascades | Rémi Verschelde |
2022-02-10 | Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits | Rémi Verschelde |
2022-02-10 | Free surface vertex_buffers after vertex_arrays due dependencies | SaracenOne |
2022-02-10 | Fix _free_render_buffer_data freeing shared half_texture and half_fb | SaracenOne |
2022-02-09 | remove normal_to_panorama from spotlight projector | Bartłomiej Dusak |
2022-02-09 | Fixed shader error message for instance qualifier | ZuBsPaCe |
2022-02-07 | Merge pull request #57682 from clayjohn/VULKAN-canvas-blur | Rémi Verschelde |
2022-02-06 | Merge pull request #56844 from Calinou/ssr-fix-background-line-master | Rémi Verschelde |
2022-02-06 | Tweak default SDFGI settings for better quality | Hugo Locurcio |
2022-02-06 | Decrease the default number of SDFGI cascades to 4 | Hugo Locurcio |
2022-02-06 | Fix unknown identifier error in for loop | Yuri Roubinsky |
2022-02-05 | Optimize and fix backbuffer gaussian blur | clayjohn |
2022-02-05 | Remove RID_Owner.get_rid_by_index | reduz |
2022-02-05 | Merge pull request #57651 from theoniko/theoniko-effects_rc.cpp | Rémi Verschelde |
2022-02-05 | Few more fixes to for loop in shaders | Yuri Roubinsky |
2022-02-05 | Fix copy paste bug in renderer_rd/effects_rd.cpp | theoniko |
2022-02-04 | Enable 16-bit shadow atlas by default in the RenderingServer methods | Hugo Locurcio |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Merge pull request #57562 from AnilBK/string-add-contains | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-03 | Allow multiple declarations in for loop in a shader | Yuri Roubinsky |
2022-02-01 | Make visibility range alpha fade smoother | Hugo Locurcio |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-30 | Fix orthogonal camera auto LOD calculation | orosmatthew |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-26 | Merge pull request #54574 from Ansraer/glow_map | Rémi Verschelde |
2022-01-26 | Improve XRInterface hooks into rendering | Bastiaan Olij |
2022-01-25 | Merge pull request #53954 from Chaosus/fix_quit_errors | Rémi Verschelde |
2022-01-25 | Prevent checking of global uniform type outside the editor | Yuri Roubinsky |
2022-01-24 | Minor fixes to shadow atlases: | jfons |
2022-01-24 | Remove incorrect items from completion of main functions in shader | Yuri Roubinsky |
2022-01-23 | Update Sky lights in sky setup function | clayjohn |
2022-01-23 | Fix incorrect unused local var warning in shader blocks | Yuri Roubinsky |