summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* Rebrand preambles to RedotSpartan3222024-10-136-0/+12
* Rebrand Godot 4.3 to RedotTrashguy2024-10-132-6/+6
* 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
|\ \
| * | Vulkan: Fix incorrect access to the buffers on AndroidAlexander Hartmann2023-11-152-2/+5
| |/
* | Merge pull request #83736 from darksylinc/matias-broken_buffer_updateRémi Verschelde2023-12-042-3/+8
|\ \ | |/ |/|
| * Fix buffer updates going to the wrong cmd buffer if barriers were 0Matias N. Goldberg2023-10-212-3/+8
* | Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
* | Parse OpenGL and Vulkan strings as UTF-8.bruvzg2023-10-301-8/+8
|/
* Bump version of Vulkan RD binary shader formatPedro J. Estébanez2023-10-181-1/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* Merge pull request #81827 from darksylinc/matias-vkfeatures-opt-inRémi Verschelde2023-10-051-5/+89
|\
| * Opt-in to Vulkan features we actually use.Matias N. Goldberg2023-09-241-5/+89
* | Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-052-7/+8
* | Workaround crash due to null shader when running XR project with --xr-mode offLyuma2023-10-021-0/+1
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-253-2/+36
* | Expose texture_create_from_extension to GDExtensionShawn Wallace2023-09-232-2/+2
|/
* Polish a few things in Vulkan RDPedro J. Estébanez2023-09-191-7/+4