summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-26/+34
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-6/+4
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-26/+61
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-0/+2
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+2
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-2/+8
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-0/+10