summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhid3d11_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* rhi: Switch command lists to QVLALaszlo Agocs2020-09-251-1/+1
* rhi: gl: d3d: Do not use QByteArray where there is no pointLaszlo Agocs2020-09-251-1/+1
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-231-0/+3
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-301-6/+6
* Use QList instead of QVector in guiJarek Kobus2020-06-291-6/+6
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-2/+3
* 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: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-4/+7
* rhi: d3d: Use native resource binding mapping table when presentLaszlo Agocs2020-03-031-5/+17
* 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: 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-0/+1
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-4/+11
* 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: Better handling of device lossLaszlo Agocs2019-09-121-0/+2
* rhi: d3d11: Add the device lost testing machineryLaszlo Agocs2019-09-121-0/+13
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-0/+10
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-2/+2
* rhi: Attempt to fix up the logic around beginExternal()Laszlo Agocs2019-08-291-2/+1
* rhi: d3d11: Rework swapchain effect handlingLaszlo Agocs2019-08-171-2/+3
* rhi: d3d: Fix resource binding mismatch with multiple passesLaszlo Agocs2019-07-011-0/+3
* rhi: d3d11: Add compute and load/store res supportLaszlo Agocs2019-06-211-7/+53
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-3/+22
* 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/+624