summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: metal: Remap resource bindings based on the QShader tableLaszlo Agocs2019-10-241-29/+68
* rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-091-5/+5
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-0/+2
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-0/+2
* Make QRhi::create() return false when there is no MTLDeviceLaszlo Agocs2019-10-091-0/+5
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-69/+81
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-0/+2
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-41/+47
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-301-2/+2
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-5/+5
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-291-55/+26