summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: metal: Eliminate redundant setCullMode and setFrontFaceWinding callsLaszlo Agocs2019-09-261-2/+13
* Follow platform plugin change wrt layer sizeLaszlo Agocs2019-09-231-1/+4
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-2/+3
* rhi: metal: Configure the layer's opaque property as appropriateLaszlo Agocs2019-09-121-0/+12
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-0/+5
* rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-121-106/+108
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-92/+137
* rhi: metal: Avoid upsetting validation in viewport and scissorLaszlo Agocs2019-09-061-2/+35
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-2/+5
* rhi: metal: Avoid flicker due to writing an in-use Managed bufferLaszlo Agocs2019-08-171-3/+5
* rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-021-2/+2
* rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-311-4/+7