summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhinull.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-2/+2
* rhi: avoid backends modifying the frontend depth and arraySizeLaszlo Agocs2023-05-301-3/+4
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-4/+10
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-0/+6
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-181-3/+37
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-121-1/+1
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-1/+3
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-2/+2
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-261-0/+1
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-8/+8
* rhi: Code quality - remove defaults from switch enumsBen Fletcher2022-02-011-3/+3
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-0/+3
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+4
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-45/+8
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-0/+5
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-1/+13
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+2
* rhi: Add texture array supportLaszlo Agocs2021-10-291-6/+11
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+5
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-031-0/+5
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-8/+71
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-7/+11
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-2/+5
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+5
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-0/+10
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+7
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-2/+2
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-4/+12
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-2/+7
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-1/+1
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+6
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-231-1/+1
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-2/+4
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+10
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-34/+34
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-4/+6
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-3/+5
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-1/+3
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-20/+2
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+6
* rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+6