Age | Commit message (Expand) | Author |
2021-10-12 | Replaced NULL with nullptr | M. Huri |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-29 | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio |
2021-09-17 | Merge pull request #52464 from raulsntos/fix_buffer_info_uninitialized | Rémi Verschelde |
2021-09-17 | Fix buffer_info may be used uninitialized | Raul Santos |
2021-09-14 | Print the Vulkan API version and device used on the same line | Hugo Locurcio |
2021-09-12 | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-material | JFonS |
2021-09-09 | Expose Vulkan internal values for access from extensions | Bastiaan Olij |
2021-08-26 | Optionally scale 3D render content | Bastiaan Olij |
2021-08-21 | Remove redundant assignments. | Anilforextra |
2021-08-17 | Fixes to mobile renderer | reduz |
2021-08-17 | Vulkan: Fix CanvasItem::use_parent_material | TechnoPorg |
2021-08-17 | Fix init code so it works properly on Vulkan 1.1 devices | Bastiaan Olij |
2021-08-13 | Upgrade Vulkan memory allocator | Pedro J. Estébanez |
2021-08-12 | Android: Use volk instead of NDK Vulkan headers | Rémi Verschelde |
2021-08-12 | Use "volk" instead of statically linked Vulkan loader. | bruvzg |
2021-08-10 | Fixes and optimizations to mobile renderer | reduz |
2021-08-06 | Use subpasses to do 3D rendering and resolve in mobile renderer | Bastiaan Olij |
2021-07-31 | Merge pull request #51103 from Calinou/vulkan-detect-intel-title-case | Rémi Verschelde |
2021-07-31 | Merge pull request #51108 from Calinou/vulkan-print-verbose | Rémi Verschelde |
2021-07-31 | Use title case instead of uppercase for Vulkan Intel GPU detection | Hugo Locurcio |
2021-07-31 | Move Vulkan debugging prints to verbose | Hugo Locurcio |
2021-07-31 | Print the Vulkan device name in release builds too | Hugo Locurcio |
2021-07-26 | Merge pull request #50847 from reduz/implement-binary-shader-compilation | Rémi Verschelde |
2021-07-26 | Implement Binary Shader Compilation | reduz |
2021-07-25 | Fix various typos | luz paz |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-22 | Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa... | bruvzg |
2021-07-15 | Fixes to forward mobile | reduz |
2021-07-12 | Use specialization constants in clustered renderer | reduz |
2021-07-11 | Implement Specialization Constants | reduz |
2021-07-10 | Merge pull request #48622 from Geometror/reimplement-disableable-vsync | Hugo Locurcio |
2021-07-07 | Fix material invalidation on reimport. | reduz |
2021-07-07 | Fix threaded update for textures | reduz |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-07-03 | Fix Render Info | reduz |
2021-06-30 | Enum constant in boolean context | K. S. Ernest (iFire) Lee |
2021-06-28 | Fix Context Validation Layer Errors | reduz |
2021-06-24 | Implement Framebuffer Subpass support | reduz |
2021-06-13 | Add stereoscopic rendering through multiview | Bastiaan Olij |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-11 | Merge pull request #49506 from akien-mga/vulkan_prefer_discrete_gpu | Rémi Verschelde |
2021-06-11 | Prefer discrete GPU over integrated one | Blazej Floch |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-05-08 | Remove debugging prints in the Linux DisplayServer | Hugo Locurcio |
2021-05-06 | Cleanup vulkan capabilities check and add multiview check | Bastiaan Olij |