summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-031-2/+50
* Add configure feature for MetalTor Arne Vestbø2024-03-191-4/+4
* rhi: vulkan: metal: Ensure ms color data is written out on PreserveColorLaszlo Agocs2024-03-141-3/+16
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs2024-03-141-0/+24
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-121-0/+99
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-011-4/+32
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+2
* Improve description of QRhiTextureSubresourceUploadDescription::setImageArtem Dyomin2024-02-131-0/+1
* Doc: QRhi correctionsPaul Wicking2024-02-091-1/+2
* QRhi: fix a bad variable name in documentation exampleAurélien Brooke2024-01-261-1/+1
* rhi: Add the more appropriate srb class name as an aliasLaszlo Agocs2023-12-061-0/+8
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-0/+35
* rhi: Add a flag to suppress D3D11 smoke test warningsLaszlo Agocs2023-11-081-0/+11
* rhi: Map DXGI_ADAPTER_FLAG_SOFTWARE onto the driverInfo's CpuDeviceLaszlo Agocs2023-09-141-3/+5
* Add stereo support for DirectX12 and Vulkan backendsIlya Doroshenko2023-09-051-3/+2
* rhi: add a way to test Display P3 with the manual testLaszlo Agocs2023-08-151-1/+5
* rhi: Expand lastCompletedGpuTime docsLaszlo Agocs2023-08-141-15/+46
* rhi: gl: Implement lastCompletedGpuTime()Laszlo Agocs2023-08-141-3/+6
* Add stereo support for Dx11 RHIIlya Doroshenko2023-08-091-2/+2
* rhi: Enhance the hdr info struct and add a manual testLaszlo Agocs2023-08-031-25/+115
* rhi: Run cleanup callbacks before the pending deletesLaszlo Agocs2023-07-311-2/+2
* rhi: Enable registering cleanup callbacks with a keyLaszlo Agocs2023-07-311-0/+32
* rhi: Add a note to sampler docs about mipmapsLaszlo Agocs2023-07-281-0/+8
* rhi doc: Make getShader in the snippets more compactLaszlo Agocs2023-07-121-3/+1
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-281-0/+11
* rhi: Use a depth/stencil texture in the multiview manual testLaszlo Agocs2023-06-281-0/+20
* rhi: metal: Add support for multiview renderingLaszlo Agocs2023-06-271-6/+12
* rhi: vulkan: Fix multisample resolve with multiviewLaszlo Agocs2023-06-261-5/+29
* rhi: d3d12: Implement multiview supportLaszlo Agocs2023-06-221-3/+35
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-221-0/+80
* rhi: Adjust some HDR-related docs and notesLaszlo Agocs2023-06-211-0/+32
* rhi: D3D-related doc cleanupsLaszlo Agocs2023-06-211-20/+25
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-39/+39
* rhi: Add QRhiSwapChainHdrInfo::maxPotentialColorComponentValueTor Arne Vestbø2023-06-111-2/+4
* Doc: Fix documentation warnings for Qt GuiTopi Reinio2023-05-301-13/+6
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-301/+2726
* rhi: Add enablers for testing reducing the resource update poolsLaszlo Agocs2023-04-271-3/+10
* rhi: Properly squeeze in trimOpListsLaszlo Agocs2023-04-271-0/+28
* rhi: Improve nextResourceUpdateBatch docsLaszlo Agocs2023-04-271-2/+19
* rhi: Improve deferred delete docsLaszlo Agocs2023-04-261-0/+22
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-39/+62
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-181-5/+16
* rhi: Remove unused init flagLaszlo Agocs2023-04-121-2/+0
* rhi: Move generic setup code out of create()Laszlo Agocs2023-04-121-14/+18
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-121-2/+2
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-091-0/+9
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-4/+12
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-0/+29
* rhi: Make some op== and qHash hidden friendsLaszlo Agocs2023-02-221-168/+42
* rhi: Do some internal doc fixesLaszlo Agocs2023-02-211-20/+57