summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* rhi: Make the mip size helpers staticLaszlo Agocs2023-02-201-2/+2
* rhi: Use QHashCombineLaszlo Agocs2023-02-201-17/+50
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-201-8/+8
* rhi: Add D3D12 supportLaszlo Agocs2023-02-071-1/+44
* rhi: metal: Add enablers for pre-querying window stuff on the gui threadLaszlo Agocs2023-01-041-0/+43
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-281-3/+3
* RHI: Add support for 1D texturesBen Fletcher2022-11-151-5/+46
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-071-0/+29
* rhi: vk: Switch to cheaper VMA statistics APILaszlo Agocs2022-10-201-3/+0
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-16/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* rhi: Add a way to query the parent QRhi from a resourceLaszlo Agocs2022-10-051-0/+8
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* rhi: metal: Implement pipeline cache save/loadLaszlo Agocs2022-09-121-0/+10
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-011-13/+93
* rhi: Enhance internal docs about buffer and image load/storeLaszlo Agocs2022-08-161-0/+63
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-151-13/+17
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-121-11/+11
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-071-1/+1
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-14/+41
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-051-4/+13
* rhi: Fix a doc snippetLaszlo Agocs2022-07-051-3/+6
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* rhi: d3d11: Make the "pipeline" cache save/load functionalLaszlo Agocs2022-06-011-21/+53
* rhi: Fix texture format doc typo and rephraseLaszlo Agocs2022-05-241-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-221-1/+10
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-10/+44
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-0/+22
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-3/+5
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-091-0/+48
* rhi: Code quality - remove defaults from switch enumsBen Fletcher2022-02-011-25/+8
* rhi: Add the basic infrastructure for geometry shader supportBen Fletcher2022-01-311-0/+17
* rhi: Add support for polygon fill modeBen Fletcher2022-01-311-0/+14
* rhi: Fix tessellation support for OpenGLBen Fletcher2022-01-281-7/+7
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-0/+12
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-131-3/+41
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+10
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-0/+17
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-8/+158
* rhi: Expose HDR output info in a saner wayLaszlo Agocs2022-01-061-8/+27
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-52/+78
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-031-6/+56
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-1/+35
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+15
* rhi: Extend docs regarding QImage and data lifetimeLaszlo Agocs2021-11-021-0/+11
* rhi: Add texture array supportLaszlo Agocs2021-10-291-23/+81
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-10-191-0/+3