summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-5/+5
* rhi: document serializedLayoutDescriptionLaszlo Agocs2021-09-161-4/+31
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-1/+23
* rhi: Note in the docs that texture copies expect a matching formatLaszlo Agocs2021-09-161-0/+5
* rhi: gl: Have a way to state GL_TEXTURE_RECTANGLE is wantedLaszlo Agocs2021-09-161-0/+7
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-071-1/+1
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-071-6/+5
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-071-0/+8
* rhi: Correct a doc noteLaszlo Agocs2021-09-031-2/+6
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-031-4/+9
* rhi: Polish some feature flag docsLaszlo Agocs2021-08-261-22/+37
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-181-4/+9
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-4/+12
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-6/+0
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-4/+5
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-8/+60
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-0/+47
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+5
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-7/+26
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-5/+35
* rhi: Make unreleased resource warnings available in release buildsLaszlo Agocs2021-03-181-4/+7
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-031-7/+10
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-0/+83
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-131-0/+3
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+94
* Add QRhiTextureSubresourceUploadDescription QByteArray constructorJonas Karlsson2020-12-291-1/+12
* rhi: Unroll the res.binding factory functionsLaszlo Agocs2020-10-161-11/+59
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-141-2/+9
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-5/+4
* rhi: gl: d3d: Reduce the size of the Command structLaszlo Agocs2020-10-111-0/+6
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+49
* rhi: Add a note to generateMips docsLaszlo Agocs2020-10-021-0/+7
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-16/+30
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-291-7/+12
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-8/+17
* rhi: Skip comparing to this in isCompatible testsLaszlo Agocs2020-09-251-0/+6
* rhi: Drop the zeroing out of resource binding structsv6.0.0-alpha1Laszlo Agocs2020-09-251-8/+0
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-5/+6
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-25/+85
* rhi: Report an "optimal capacity" from res.update batchesLaszlo Agocs2020-09-231-0/+24
* rhi: Do not just pick the first free res.upd. batch all the timeLaszlo Agocs2020-09-231-1/+12
* Support signed integer attributes on QRHIInho Lee2020-09-211-6/+14
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+26
* rhi: Enhance compute dispatch docsLaszlo Agocs2020-09-171-0/+12
* rhi: Improve srb hash perf somewhatLaszlo Agocs2020-09-171-4/+27
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-1/+74
* rhi: gl: Correctly report WideLines for OpenGLLaszlo Agocs2020-08-301-1/+2
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-281-1/+28