summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+2
* rhi: Add texture array supportLaszlo Agocs2021-10-291-9/+42
* rhi: metal: Query supported sample counts from the deviceLaszlo Agocs2021-10-081-1/+7
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+21
* rhi: Reset resource state tracking tables upon layout-compatible updatesLaszlo Agocs2021-09-071-0/+3
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-031-0/+15
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-181-10/+24
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-26/+34
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-6/+4
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-26/+61
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-0/+2
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+2
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-2/+8
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+10
* rhi: metal: Remove most availability guardsLaszlo Agocs2021-03-161-81/+23
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-111-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-111-1/+4
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* 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/+29
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-121-0/+3
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-4/+4
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+26
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-2/+5
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-5/+5
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+2
* rhi: Reuse the data in buffer ops in res.update batchesLaszlo Agocs2020-09-231-5/+5
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-2/+4
* Support signed integer attributes on QRHIInho Lee2020-09-211-1/+9
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+14
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-0/+4
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+2
* rhi: Allow null resources in srbLaszlo Agocs2020-07-131-48/+2
* rhi: add support for D24 / D24S8 formatsJean-Michaël Celerier2020-07-021-4/+13
* 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-8/+4
* 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
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-56/+56
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-0/+10
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+6
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-4/+4
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-138/+146
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+4