summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-7/+12
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+2
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-1/+5
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+2
* rhi: vk: Prevent WAW hazard reported from sync validation with offscreen rtLaszlo Agocs2021-01-061-0/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-6/+6
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-161-4/+3
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-2/+2
* rhi: gl: vk: Pre-calculate the flags for dyn.offsetLaszlo Agocs2020-10-111-0/+2
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+2
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-021-13/+20
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-3/+8
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-2/+3
* rhi: vk: Do not copy the entire BufferOp struct for host writesLaszlo Agocs2020-09-291-1/+6
* rhi: Switch command lists to QVLALaszlo Agocs2020-09-251-1/+1
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-301-4/+4
* Use QList instead of QVector in guiJarek Kobus2020-06-291-7/+7
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-1/+2
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-24/+24
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-2/+4
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-301-2/+3
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-4/+7
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-031-0/+1
* rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-031-0/+1
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-1/+1
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+1
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-3/+6
* rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-131-2/+15
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-3/+0
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+2
* rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-2/+8
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-7/+16
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-1/+2
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-301-2/+2
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-1/+1
* rhi: vulkan: Report device lostLaszlo Agocs2019-09-121-0/+1
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-0/+1
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-0/+1
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-17/+33
* rhi: Attempt to fix up the logic around beginExternal()Laszlo Agocs2019-08-291-2/+3
* rhi: vulkan: Expose the VkRenderPass via the usual mechanismsLaszlo Agocs2019-08-291-0/+2
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-011-0/+2
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-8/+63
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-171-0/+1
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+859