summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: vk: Fix invalid index for unused attachmentsLaszlo Agocs2021-09-231-12/+14
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-171-2/+4
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+49
* rhi: Reset resource state tracking tables upon layout-compatible updatesLaszlo Agocs2021-09-071-0/+15
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-031-0/+15
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-41/+54
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-5/+5
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-45/+114
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-14/+3
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-0/+2
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+4
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-1/+9
* rhi: vulkan: Prevent a misplaced assert from triggering in debug buildsLaszlo Agocs2021-03-231-1/+1
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-58/+79
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-3/+130
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-181-10/+38