summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-292-9/+153
|\
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-282-9/+153
* | Merge pull request #98279 from Calinou/vulkan-d3d12-silence-using-present-modeClay John2024-10-271-3/+1
|\ \
| * | Remove "Using present mode" verbose prints in Vulkan and Direct3D 12Hugo Locurcio2024-10-171-3/+1
| |/
* | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-222-57/+183
* | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-212-7/+44
* | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-181-0/+1
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-022-5/+1
* Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-294-15/+45
* Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-2/+2
|\
| * CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-2/+2
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Vulkan: account for externally backed textures (i.e., created via `texture_cr...Sander2024-09-122-4/+8
* Merge pull request #96045 from darksylinc/matias-TheForge-pr02Rémi Verschelde2024-09-021-0/+11
|\
| * Add VK_EXT_astc_decode_mode supportMatias N. Goldberg2024-08-241-0/+11
* | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-243-3/+17
|/
* Fix build error in arm32Matias N. Goldberg2024-08-231-5/+12
* Add debug utilities for VulkanMatias N. Goldberg2024-08-214-76/+839
* Fix building with `use_volk=yes` on MacOSDavid Snopek2024-06-192-2/+11
* vulkan: Update all components to Vulkan SDK 1.3.183.0Rémi Verschelde2024-06-031-0/+4
* Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-312-37/+85
|\
| * Add support for enhanced barriers in D3D12.Dario2024-05-202-37/+85
* | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-232-0/+11
|/
* Merge pull request #80232 from Calinou/vulkan-pipeline-cache-improve-messagesRémi Verschelde2024-05-201-3/+3
|\
| * Improve warning messages related to Vulkan pipeline cacheHugo Locurcio2024-03-261-3/+3
* | Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-132-0/+29
* | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+1
* | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-032-1/+8
* | Fix crash on compatibility fallback when vkCreateRenderPass2KHR is unavailable.Dario2024-04-251-1/+1
|/
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Merge pull request #89209 from RandomShaper/padding_for_dummiesRémi Verschelde2024-03-061-33/+17
|\
| * Make shader binary alignment handling simpler and more robustPedro J. Estébanez2024-03-061-33/+17
* | Vulkan: Don't warn about pipelines cache if missingRémi Verschelde2024-03-051-1/+3
|/
* Merge execute and present commands for RenderingDeviceDriver.Dario2024-02-192-100/+129
* Handle VK_SUBOPTIMAL_KHR as a valid error code to fix Android performance.Dario2024-02-151-8/+21
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-128-3457/+2768
* Add Wayland supportRiteo2024-01-301-2/+5
* Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...Dario2024-01-261-0/+47
* Merge pull request #86855 from RandomShaper/fix_vk_get_imageRémi Verschelde2024-01-151-2/+5
|\
| * Fix determination of copyable layout for compressed textures in VulkanPedro J. Estébanez2024-01-061-2/+5
* | Acyclic Command Graph for RenderingDevice.Dario2024-01-084-59/+46
* | Skip swapchain logic if there is nothing to present (Android OpenXR)Bastiaan Olij2024-01-082-5/+9
|/
* Merge pull request #86435 from jsjtxietian/fix-fp-unsupportRémi Verschelde2024-01-021-2/+0
|\
| * Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-2/+0
* | Fix wrong error message when graphics pipeline creation failswarriormaster122023-12-211-1/+1
|/
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-207-11251/+4044
* Merge pull request #85532 from RandomShaper/kill_redund_clearYuri Sizov2023-12-082-51/+80
|\
| * Remove superfluous locking in RID owners in Vulkan RDPedro J. Estébanez2023-12-011-13/+13
| * Remove redundant explicit clears in the Vulkan RDPedro J. Estébanez2023-12-012-38/+67
* | Merge pull request #84852 from Alex2782/fix_vulkan_buffer_androidRémi Verschelde2023-12-042-2/+5
|\ \