summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do away with qrhivulkanext_p.hLaszlo Agocs2023-06-211-3/+11
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-4/+4
* rhi: vulkan: Fix swapchain format checkLaszlo Agocs2023-06-071-5/+3
* Fix can't create rhi if VkInstance is not enable VK_KHR_surfaceJiDe Zhang2023-06-061-7/+8
* rhi: avoid backends modifying the frontend depth and arraySizeLaszlo Agocs2023-05-301-8/+6
* rhi: vulkan: expose the instance in the nativeHandles queryLaszlo Agocs2023-05-301-3/+11
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-6/+101
* Call into platform hooks for start and end framesDavid Edmundson2023-04-281-0/+7
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-41/+101
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-161-18/+18
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-0/+4
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-0/+10
* rhi: Do some internal doc fixesLaszlo Agocs2023-02-211-1/+1
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-201-18/+9
* rhi: backends: Get color attachment count in a saner wayLaszlo Agocs2023-02-201-2/+1
* rhi: vk: Fix up some legacy queue (family) index inconsistenciesLaszlo Agocs2022-12-161-25/+24
* rhi: vulkan: Flush before unmapLaszlo Agocs2022-12-021-4/+4
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-9/+36
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* rhi: vk: Switch to cheaper VMA statistics APILaszlo Agocs2022-10-201-7/+12
* Update Vulkan memory allocatorLaszlo Agocs2022-10-201-98/+22
* QRhi: Allow negative viewport originAntti Määttä2022-10-201-2/+3
* RHI: Align setViewport behavior on Metal/Vulkan with OpenGL/D3DBen Fletcher2022-10-181-1/+3
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-38/+19
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-9/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-041-78/+78
* vulkan: Re-enable VK_KHR_portability driversLaszlo Agocs2022-09-261-8/+24
* vulkan: Port to VK_EXT_debug_utilsLaszlo Agocs2022-08-101-57/+81
* rhi: vulkan: Log instance extensionsLaszlo Agocs2022-08-101-3/+8
* rhi: vk: d3d: Zero init most structs normallyLaszlo Agocs2022-08-101-187/+95
* rhi: vulkan: Adjust API version based on the physical deviceLaszlo Agocs2022-08-101-8/+19