summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* rhi: metal: Reduce staging copy size for full-width texture uploadsLaszlo Agocs3 days1-6/+7
* rhi: metal: Handle multiview with depth attachment onlyLaszlo Agocs4 days1-2/+8
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø10 days1-0/+10
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-5/+5
* rhi: d3d: metal: Improve docs for importing existing resourcesLaszlo Agocs2024-04-111-0/+5
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-031-1/+20
* rhi: vulkan: metal: Ensure ms color data is written out on PreserveColorLaszlo Agocs2024-03-141-3/+11
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs2024-03-141-1/+1
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-121-0/+2
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-011-0/+16
* Synchronize read buffers on non-Apple Silicon in RHIPhilip Schuchardt2024-02-141-9/+16
* QMetalRhi: Reset proxyData when swapChain is destroyedDoris Verria2024-01-161-0/+1
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-11/+0
* rhi: Guard wantsExtendedDynamicRangeContent with iOS 16.0 checkTor Arne Vestbø2023-08-181-1/+1
* rhi: add a way to test Display P3 with the manual testLaszlo Agocs2023-08-151-1/+11
* rhi: Enhance the hdr info struct and add a manual testLaszlo Agocs2023-08-031-3/+3
* rhi: metal: Centralize command buffer creationLaszlo Agocs2023-07-311-7/+22
* rhi: metal: Disable MTLBinaryArchive usage regardless of OS versionLaszlo Agocs2023-07-301-27/+14
* rhi: metal: Remove out of date / unneeded commentLaszlo Agocs2023-07-121-7/+0
* rhi: metal: Fix external MTLDevice importLaszlo Agocs2023-07-051-1/+1
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-281-1/+1
* rhi: metal: Add support for multiview renderingLaszlo Agocs2023-06-271-23/+96
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-221-0/+2
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-3/+3
* rhi: metal: Fix a leftover version checkLaszlo Agocs2023-06-131-4/+4
* rhi: Don't check m_format in QRhiSwapChain::hdrInfo()Tor Arne Vestbø2023-06-111-13/+1
* rhi: Only report HDR as supported if maxPotentialColorComponentValue > 1Tor Arne Vestbø2023-06-111-2/+14
* rhi: Add QRhiSwapChainHdrInfo::maxPotentialColorComponentValueTor Arne Vestbø2023-06-111-1/+5
* rhi: Pick up HDR maxColorComponentValue from UIScreen if availableTor Arne Vestbø2023-06-111-12/+14
* rhi: Enable HDRExtendedSrgbLinear for iOSTor Arne Vestbø2023-06-091-8/+11
* rhi: metal: Fix a swapchain debug print crashLaszlo Agocs2023-06-071-1/+2
* rhi: avoid backends modifying the frontend depth and arraySizeLaszlo Agocs2023-05-301-5/+4
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-6/+31
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-9/+29
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-181-10/+30
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-121-1/+1
* rhi: metal: macOS: Set presentsWithTransaction during resizeLaszlo Agocs2023-03-231-25/+60
* rhi: metal: Share semaphore code within the backendLaszlo Agocs2023-03-211-25/+33
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-161-13/+14
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-091-127/+321
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-0/+4
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-0/+10
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-201-15/+6
* rhi: backends: Get color attachment count in a saner wayLaszlo Agocs2023-02-201-3/+2
* RHI: Metal SPIRV-Cross buffer size buffersBen Fletcher2023-02-141-1/+200
* rhi: Allow Metal shaders written in MSL versions greater than 2.0Ben Fletcher2023-02-141-11/+36
* rhi: Remove manual release of autoreleased NSStringTor Arne Vestbø2023-01-261-4/+1
* RHI: Metal tessellation fixesBen Fletcher2023-01-111-111/+191
* rhi: metal: Add enablers for pre-querying window stuff on the gui threadLaszlo Agocs2023-01-041-2/+16