Age | Commit message (Expand) | Author |
2022-03-06 | Add a UniformSet cache | reduz |
2022-03-01 | Fixing retrospective code for specialisation constants | Bastiaan Olij |
2022-02-25 | Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. | bruvzg |
2022-02-24 | vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling | Pedro J. Estébanez |
2022-02-23 | Implementing OpenXR driver | Bastiaan Olij |
2022-02-19 | vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount | Bastiaan Olij |
2022-02-18 | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde |
2022-02-18 | Merge pull request #58186 from BastiaanOlij/fix_shader_features_init | Rémi Verschelde |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg |
2022-02-17 | We were only getting our available shader features, now we also enabling them | Bastiaan Olij |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-12 | Add a separate pool for small allocations in Vulkan RD | Pedro J. Estébanez |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-09 | Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*. | Bastiaan Olij |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-22 | Merge pull request #54890 from briansemrau/threadsafe-drawpute-lists | Rémi Verschelde |
2022-01-19 | Merge pull request #54489 from briansemrau/texture-delete-update | Rémi Verschelde |
2022-01-17 | Merge pull request #55020 from bruvzg/vlk_device_surface_check | Rémi Verschelde |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio |
2022-01-13 | Fix various typos | luz paz |
2022-01-05 | Add list initialization support for Vector & LocalVector | Haoyu Qiu |
2022-01-04 | Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter | Rémi Verschelde |
2022-01-04 | Merge pull request #51206 from clayjohn/Vulkan-ASSGI | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-24 | drivers/vulkan: limit pEngineName to only the engine name, without its version | Eric Engestrom |
2021-12-23 | drivers/vulkan: set the engineVersion to Godot's version | Eric Engestrom |
2021-12-10 | Add `RenderingServer.get_video_adapter_type()` method | Hugo Locurcio |
2021-12-10 | Merge pull request #55704 from RandomShaper/fix_little_vk_mistake | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-07 | Fix misuse of Vulkan enum value | Pedro J. Estébanez |
2021-11-23 | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm |
2021-11-22 | [Vulkan] Check each device capabilities before selecting it. | bruvzg |
2021-11-11 | Make draw/compute lists threadsafe | Brian Semrau |
2021-11-06 | Added SSIL post processing effect | clayjohn |
2021-11-01 | Fix materials not updating when texture replaced/deleted | Brian Semrau |
2021-10-30 | Disallow compute dispatch with zero dimensions. | Brian Semrau |
2021-10-28 | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-20 | doctool: Fix differences between headless and Vulkan rendering backends | Rémi Verschelde |
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 |