summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix validation error when using pipeline cache controlMatias N. Goldberg2023-09-163-1/+27
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-67/+67
* Enhance Vulkan PSO cachingPedro J. Estébanez2023-08-303-77/+95
* Fix missing EARLY_FRAGMENT_TESTS_BIT barrier flagsMatias N. Goldberg2023-08-271-4/+9
* Fix Vulkan texture updatebitsawer2023-08-191-1/+1
* Abort on startup with a visible alert if required Vulkan features are missingHugo Locurcio2023-08-171-3/+20
* Merge pull request #80288 from pkpro/memcpy_into_nullptrRémi Verschelde2023-08-171-4/+7
|\
| * Vulkan: Fix sanitizers error with empty shader namePavel Kraynyukhov2023-08-091-4/+7
* | Merge pull request #80571 from darksylinc/matias-resize-window-fixRémi Verschelde2023-08-161-14/+22
|\ \
| * | Fix validation error when resizing windowMatias N. Goldberg2023-08-151-14/+22
| |/
* | Merge pull request #80424 from DarioSamo/rd-buffer-copy-vulkanRémi Verschelde2023-08-162-0/+59
|\ \
| * | Add buffer_copy method to RenderingDevice interface and an implementation for...Dario2023-08-122-0/+59
| |/
* / Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...sakrel2023-08-121-0/+4
|/