summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-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
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-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
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-45/+67
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-8/+15
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+13
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-0/+2
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+2
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-0/+13
* rhi: metal: Make sure the resources are sorted based on the native bindingsLaszlo Agocs2020-02-061-49/+81
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+1
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+1
* | rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+4
* | rhi: metal: Fix incorrect native res. binding map checkLaszlo Agocs2020-01-091-3/+3
* | rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-091-12/+0
* | RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-42/+1
* | rhi: metal: Skip inactive resourcesLaszlo Agocs2019-12-121-30/+74
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+4
|\|
| * rhi: metal: Do not fail pipeline creation upon compiler warningsLaszlo Agocs2019-12-091-1/+4
* | RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+29
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+26
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-10/+54
|/
* rhi: metal: Fix and clean up committing resource bindingsLaszlo Agocs2019-10-241-45/+51