summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: metal: Add enablers for pre-querying window stuff on the gui threadLaszlo Agocs2023-01-041-2/+16
* rhi: metal: Use scale from the layer we already haveLaszlo Agocs2022-12-161-4/+6
* RHI: Buffer readback fixes and unit testBen Fletcher2022-12-141-7/+44
* Metal rhi: Cast layer bounds to int before multiplying by scale factorDoris Verria2022-12-131-5/+8
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-1/+19
* rhi: metal: Move macOS 13 pipeline cache workaround to the backendLaszlo Agocs2022-11-091-3/+29
* rhi: metal: Do not rely on registry id for cache keysLaszlo Agocs2022-11-011-17/+18
* QRhi: Allow negative viewport originAntti Määttä2022-10-201-2/+3
* RHI: Align setViewport behavior on Metal/Vulkan with OpenGL/D3DBen Fletcher2022-10-181-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-12/+12
* rhi: metal: Implement pipeline cache save/loadLaszlo Agocs2022-09-121-5/+254
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-011-200/+1182
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* rhi: metal: Update out-of-date internal commentsLaszlo Agocs2022-08-231-9/+12
* rhi: metal: Simplify batch comparisonsLaszlo Agocs2022-08-121-50/+11
* RHI: Cache ShaderResourceBindings for MetalAndy Nichols2022-08-121-89/+156
* RHI: Take advantage of Apple GPU specific features when availableAndy Nichols2022-08-111-28/+157
* RHI: Reduce redundant MTLDepthStencilState changesAndy Nichols2022-08-091-1/+7
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-12/+8
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-14/+14
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-2/+8
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-4/+19
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-261-0/+1
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-221-0/+2
* Add support for the HDRExtendedSrgbLinear color space on MetalLars Knoll2022-04-111-0/+41
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-10/+10
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-0/+2
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-091-0/+11
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-311-0/+2
* rhi: Add support for polygon fill modeBen Fletcher2022-01-311-0/+20
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-0/+3
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-131-0/+2
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+4
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-0/+3
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-071-6/+3
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-30/+48
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-43/+2
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-0/+5
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-0/+6
* 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