summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhid3d11.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-4/+8
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+5
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-1/+7
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+2
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-0/+2
* rhi: d3d: Make DepthClipEnable set to trueLaszlo Agocs2020-02-061-0/+1
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4
* rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+4
* rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-091-26/+0
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-42/+1
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+28