summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-161-2/+4
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-161-62/+37
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-4/+4
* rhi: vk: Avoid shadowing local variableLaszlo Agocs2020-10-111-5/+6
* rhi: vk: Skip buffer/texture registration on read-after-readLaszlo Agocs2020-10-111-6/+19
* rhi: gl: vk: Pre-calculate the flags for dyn.offsetLaszlo Agocs2020-10-111-20/+15
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+30
* rhi: vk: Reduce memcopies with full dynamic buffer updatesLaszlo Agocs2020-10-051-1/+4
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-021-116/+137
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-33/+41
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-8/+8
* rhi: vk: Do not copy the entire BufferOp struct for host writesLaszlo Agocs2020-09-291-6/+5
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+2
* rhi: Skip comparing to this in isCompatible testsLaszlo Agocs2020-09-251-0/+3
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-71/+73
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-231-7/+7
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-2/+4
* Support signed integer attributes on QRHIInho Lee2020-09-211-1/+9
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+12
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-1/+4
* rhi: vulkan: Enable features on the deviceLaszlo Agocs2020-08-301-2/+17
* Revert "Add missing override" for 3rdparty vk_mem_alloc.hAlexander Volkov2020-07-291-0/+3
* rhi: Allow null resources in srbLaszlo Agocs2020-07-131-2/+5
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-8/+8
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* rhi: add support for D24 / D24S8 formatsJean-Michaƫl Celerier2020-07-021-9/+18
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-301-5/+5
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-36/+61
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-151-0/+2
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-121-0/+2
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-56/+56
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-0/+10
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+8
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-4/+4
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-3/+6
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-301-1/+13
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-6/+11
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+3
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-301-17/+9
* rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-34/+49
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-031-0/+5
* rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-031-18/+42
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-11/+14
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+13
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-0/+2
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+2
* rhi: vulkan: Fix descriptor update with more objects involvedLaszlo Agocs2020-02-101-7/+21
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-0/+5
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4