summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhid3d11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-11/+9
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-8/+15
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-53/+125
* 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-2/+7
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+5
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-0/+12
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-1/+12
* rhi: Further reduce copying in the command bufferLaszlo Agocs2020-10-161-71/+45
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-141-3/+17
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-4/+4
* rhi: d3d: Save a few cycles in bindShaderResourcesLaszlo Agocs2020-10-111-120/+134
* rhi: d3d: Calculate dynamic offset usage upfrontLaszlo Agocs2020-10-111-9/+16
* rhi: gl: d3d: Reduce the size of the Command structLaszlo Agocs2020-10-111-14/+18
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+25
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-2/+5
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-4/+4
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+2
* rhi: gl: d3d: Do not use QByteArray where there is no pointLaszlo Agocs2020-09-251-7/+8
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-231-3/+3
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-3/+4
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-231-14/+33
* Support signed integer attributes on QRHIInho Lee2020-09-211-1/+9
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+10
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-0/+4
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-281-4/+15
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* rhi: add support for D24 / D24S8 formatsJean-Michaël Celerier2020-07-021-0/+14
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-301-2/+2
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-17/+65
* 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
* Remove winrtOliver Wolff2020-06-061-4/+0
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-51/+51
* rhi: d3d11: Use qstrncpy to avoid MSVC warningLaszlo Agocs2020-05-281-4/+2
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-0/+10
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+4
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-4/+4
* rhi: d3d11: Handle DXGI_ERROR_SDK_COMPONENT_MISSING gracefullyLaszlo Agocs2020-05-121-0/+9
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-301-2/+4
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-6/+12
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+3
* rhi: d3d11: Disable DXGI message queue monitoringLaszlo Agocs2020-04-061-1/+1
* rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-37/+55
* rhi: d3d: Use native resource binding mapping table when presentLaszlo Agocs2020-03-031-59/+198