summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: vulkan: Enable all core features on the deviceLaszlo Agocs2022-08-101-4/+39
* rhi: vulkan: Enable all but one of the 1.0 core featuresLaszlo Agocs2022-08-041-17/+15
* rhi: vulkan: Improve alpha swapchain logicLaszlo Agocs2022-08-031-10/+34
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-27/+27
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-071-1/+1
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-7/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-261-0/+1
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-221-0/+4
* rhi: vulkan: Enable feature for line polygon modeLaszlo Agocs2022-04-211-0/+2
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-12/+12
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-1/+8
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-311-0/+13
* rhi: Add support for polygon fill modeBen Fletcher2022-01-311-0/+14
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-0/+3
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-131-1/+57
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+4
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-20/+14
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-16/+72
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-58/+10
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-20/+70
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-0/+6
* Restrict clang warning disabler to affected versionsEdward Welbourne2021-12-021-0/+2
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+2
* rhi: vk: fix offscreen frame command completion waitLaszlo Agocs2021-11-021-11/+11
* rhi: Add texture array supportLaszlo Agocs2021-10-291-12/+42
* RHI: use the flags we've just calculatedThiago Macieira2021-10-191-1/+1
* RHI: suppress annoying warning about deprecated copy constructorsThiago Macieira2021-10-181-0/+1