summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: vulkan: use the vmaCopy* utility functionsAurélien Brooke6 days1-34/+27
* rhi: vulkan: set object names on pipelines tooAurélien Brooke2025-04-301-0/+4
* rhi: vulkan: bail out if device loss occurs during vkWaitForFences()Aurélien Brooke2025-04-301-5/+22
* rhi: vulkan: be nicer when binding empty buffersAurélien Brooke2025-04-101-3/+3
* rhi: vulkan: Support to read depth texturesInho Lee2025-03-281-1/+1
* Rhi: Add SampleVariables featureAntti Määttä2025-03-261-0/+1
* rhi: support partial region readbacks in QRhiReadbackDescriptionAurélien Brooke2025-03-111-6/+14
* rhi: vulkan: Double buffer the descriptor sets backing an srb alwaysLaszlo Agocs2025-03-111-137/+128
* rhi: add R8SI, R32SI, RG32SI, and RGBA32SI "exotic" texture formatsAurélien Brooke2025-02-261-0/+9
* rhi: vulkan: Don't assert in VMA when vk header is older than runtimeLaszlo Agocs2025-02-141-3/+31
* rhi: vulkan: avoid allocations/deallocations in every beginPass() callAurélien Brooke2025-02-131-1/+1
* QRhiVulkan: disable -Wundef when including 3rd party headersGiuseppe D'Angelo2025-01-271-0/+2
* rhi: vulkan: Simplify frame syncLaszlo Agocs2025-01-271-32/+12
* rhi: vulkan: fix the pWaitDstStageMask parameter of vkQueueSubmitAurélien Brooke2025-01-241-5/+4
* rhi: remove unnecessary float castsAurélien Brooke2025-01-241-4/+4
* rhi: vulkan: Support initializing without a Vulkan instance givenLaszlo Agocs2025-01-231-0/+10
* rhi: Introduce a way to enumerate adapters/physical devicesLaszlo Agocs2025-01-231-4/+62
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-091-1/+1
* rhi: vulkan: fix crash when making readbacks in consecutive framesAurélien Brooke2025-01-021-2/+2
* rhi: Make DXGI HDR query usable with VulkanLaszlo Agocs2024-12-021-0/+41
* rhi: Do not lose track of swapchains on manual destroy-createLaszlo Agocs2024-12-021-1/+1
* Add R32UI, RG32UI, RGBA32UI texture formatAntti Määttä2024-11-151-0/+6
* Add feature for per render target blendingAntti Määttä2024-11-151-0/+2
* rhi: vulkan: remove the VK_IMAGE_ASPECT_STENCIL_BIT for depth texturesAurélien Brooke2024-11-141-3/+25
* rhi: vulkan: Allow passing in wait/signal semaphores to vkQueueSubmit/PresentLaszlo Agocs2024-09-101-8/+98
* rhi docs: Correct inmodule and inheaderfile for all typesLaszlo Agocs2024-09-031-4/+8
* rhi: vulkan: Add missing Q_UNUSEDLaszlo Agocs2024-08-151-0/+1
* Add support for VRSLaszlo Agocs2024-08-061-165/+606
* rhi: Add D32FS8Laszlo Agocs2024-06-121-0/+3
* rhi: vulkan: Fix multiview with depth attachment onlyLaszlo Agocs2024-05-021-4/+8
* rhi: vulkan: Reduce staging copy size for full-width texture uploadsLaszlo Agocs2024-05-021-6/+6
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-031-14/+293
* QRhiVulkan: fix random values in pipelineCacheData() resultMarc Mutz2024-03-271-0/+1
* rhi: vulkan: metal: Ensure ms color data is written out on PreserveColorLaszlo Agocs2024-03-141-1/+1
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs2024-03-141-1/+3
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-121-10/+43
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-011-0/+16
* RHI: fix Vulkan layout for PreserveDepthStencilContents depth texturesAurélien Brooke2024-02-231-1/+1
* rhi: vulkan: Query and enable multiview features when API is 1.1Laszlo Agocs2024-02-021-22/+71
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-13/+7
* rhi: vulkan: Print vma statistics on out of device memoryLaszlo Agocs2023-09-261-2/+20
* Add stereo support for DirectX12 and Vulkan backendsIlya Doroshenko2023-09-051-4/+104
* rhi: vulkan: Handle the Display P3 enum valueLaszlo Agocs2023-08-281-0/+3
* rhi: vulkan: use the clamped api version for vmaLaszlo Agocs2023-07-311-6/+3
* rhi: vulkan: Fix cloned VkRenderPass wrt multiviewLaszlo Agocs2023-07-051-22/+42
* rhi: vulkan: Include multiViewCount in renderpass compatibilityLaszlo Agocs2023-07-051-7/+13
* rhi: vulkan: Fix multisample resolve with multiviewLaszlo Agocs2023-06-261-2/+7
* rhi: vulkan: Implement multiview supportLaszlo Agocs2023-06-221-5/+45
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-221-0/+2
* rhi: vulkan: Shuffle post-1.0 phys.dev.feature queriesLaszlo Agocs2023-06-211-33/+33