summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi_p.h
Commit message (Expand)AuthorAgeFilesLines
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-0/+2
* rhi: Enable registering cleanup callbacks with a keyLaszlo Agocs2023-07-311-0/+11
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-281-0/+1
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-1790/+621
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-181-4/+4
* rhi: Remove unused init flagLaszlo Agocs2023-04-121-4/+3
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-121-3/+1
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-071-1/+3
* rhi: Remove unused gettersLaszlo Agocs2023-03-021-4/+0
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-271-2/+7
* rhi: Make some op== and qHash hidden friendsLaszlo Agocs2023-02-221-23/+146
* rhi: Make the mip size helpers staticLaszlo Agocs2023-02-201-2/+2
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-201-1/+3
* rhi: backends: Get color attachment count in a saner wayLaszlo Agocs2023-02-201-4/+14
* rhi: Add D3D12 supportLaszlo Agocs2023-02-071-7/+7
* rhi: metal: Add enablers for pre-querying window stuff on the gui threadLaszlo Agocs2023-01-041-0/+11
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-2/+5
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-071-0/+6
* rhi: Add a way to query the parent QRhi from a resourceLaszlo Agocs2022-10-051-0/+3
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-18/+18
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-071-4/+4
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-4/+5
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-051-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-221-1/+2
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-3/+13
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-1/+12
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-091-0/+1
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-311-3/+6
* rhi: Add support for polygon fill modeBen Fletcher2022-01-311-0/+9
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-131-4/+14
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-1/+3
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-0/+2
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-3/+16
* rhi: Expose HDR output info in a saner wayLaszlo Agocs2022-01-061-2/+26
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-3/+19
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-0/+13
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-1/+2
* rhi: Add texture array supportLaszlo Agocs2021-10-291-4/+17
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-201-7/+1
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+2
* rhi: gl: Have a way to state GL_TEXTURE_RECTANGLE is wantedLaszlo Agocs2021-09-161-1/+2
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-071-2/+3
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-071-4/+26
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-071-1/+6
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-031-0/+9
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-031-2/+4
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-5/+16
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-1/+7
* Add QRhiTexture::RG16 formatLars Knoll2021-04-071-0/+1