Age | Commit message (Expand) | Author |
2020-10-16 | Add fragment stage to texture copy/resolve barriers | John Zulauf |
2020-10-15 | vulkan: Sync loader, headers and glslang to sdk-1.2.154.0 | Rémi Verschelde |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-07-29 | Cause buffer_update to emit error if called during compute/draw list | John Zulauf |
2020-07-26 | SCons: Support linking system Vulkan loader while using vendored VMA | Rémi Verschelde |
2020-07-25 | iOS SCons: static Vulkan binary usage | Sergey Minakov |
2020-07-22 | Vulkan: Fix struct init for VkClearAttachment | Rémi Verschelde |
2020-07-22 | Merge pull request #38835 from madmiraal/fix-38829 | Rémi Verschelde |
2020-07-21 | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-07-17 | Fix spelling of a var, a struct, and message output | Andy Maloney |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-06-03 | Vulkan: Initialize struct members on declaration | Rémi Verschelde |
2020-05-19 | Fix may be used unitialized warnings in _render_pass_create() | Marcel Admiraal |
2020-05-15 | Merge pull request #38750 from madmiraal/fix-vulkan-uninitialized-warning | Rémi Verschelde |
2020-05-15 | Silence mulitple may be used uninitialized warnings in | Marcel Admiraal |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-26 | [Vulkan] Use `VK_LAYER_KHRONOS_validation` instead of deprecated `VK_LAYER_LU... | bruvzg |
2020-04-21 | Add proper type to most public API uses of Array | Juan Linietsky |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-18 | Ability to create local RenderingDevice instances. | Juan Linietsky |
2020-04-15 | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin |
2020-04-14 | Merge pull request #37881 from qarmin/leak_vulkan | Rémi Verschelde |
2020-04-14 | Fixes leaks with Vulkan device and instance | qarmin |
2020-04-14 | Implement decals | Juan Linietsky |
2020-04-12 | Implement MSAA | Juan Linietsky |
2020-04-11 | Merge pull request #37808 from reduz/port-effects-to-compute | Juan Linietsky |
2020-04-11 | Moved most of the effect code to compute. | Juan Linietsky |
2020-04-10 | Shows proper scene render time in editor info | Juan Linietsky |
2020-04-10 | Fix extra warnings in Android build | PouleyKetchoupp |
2020-04-09 | Merge pull request #36919 from nekomatata/android-vulkan-rendering | Rémi Verschelde |
2020-04-08 | Display Server support | PouleyKetchoupp |
2020-04-07 | Merge pull request #37586 from qarmin/vulkan_allocator_leak | Rémi Verschelde |
2020-04-06 | Merge pull request #37635 from qarmin/leak_vertex | Rémi Verschelde |
2020-04-06 | Fixed leak with vertex_formats | qarmin |
2020-04-06 | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | Rémi Verschelde |
2020-04-04 | Fix leak with Vulkan allocator | qarmin |
2020-04-03 | Vulkan rendering for Android | PouleyKetchoupp |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-10 | Revert "Enhanced physical device selection to use device type and available m... | Rémi Verschelde |