summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhimetal.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: metal: Remove most availability guardsLaszlo Agocs2021-03-161-81/+23
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-111-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-111-1/+4
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-0/+12
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-1/+29
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-121-0/+3
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-4/+4
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-111-0/+26
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-2/+5
* rhi: Manage buffer data without QBALaszlo Agocs2020-09-301-5/+5
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-291-0/+2