summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: tst_qrhi: Check for OpenGL cap on the platformLaszlo Agocs2022-08-171-37/+11
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-031-2/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+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-1/+2
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-051-0/+2
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-241-1/+6
* tst_qrhi: use OpenGL instead of raster pipeline on webOSJanne Juntunen2022-02-101-0/+3
* rhi: Add the long-pending probe() helper, with backing for MetalLaszlo Agocs2022-02-091-0/+2
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-251-24/+42
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+5
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-111-146/+237
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-061-0/+127
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-1/+0
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-101-0/+45
* rhi: Add a more sophisticated resource update autotest caseLaszlo Agocs2021-11-271-0/+214
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-101-0/+2
* rhi: Add texture array supportLaszlo Agocs2021-10-291-0/+132
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-201-0/+46
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-171-0/+139
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-161-0/+11
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-071-0/+9
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-071-0/+9
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-071-0/+16
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-021-0/+49
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-031-4/+69
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-311-1/+104
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-11/+1
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-1/+139
* Fix compiler warning on platforms without QRhiNativeHandlesVolker Hilsheimer2021-04-121-1/+1
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-301-1/+62
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-191-1/+44
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-091-49/+170
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-1/+82
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-181-2/+1
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+4
* Adjust surface type usage for onscreen tests in tst_qrhiLaszlo Agocs2021-01-041-5/+6
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-011-0/+6
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-0/+216
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-021-3/+0
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-3/+3
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-291-0/+13
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-231-0/+171
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+0
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+1
* rhi: Allow null resources in srbLaszlo Agocs2020-07-131-4/+195
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-0/+131
* Remove winrtOliver Wolff2020-06-061-10/+0
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-114/+114