summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-163-91/+5
* 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
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-112-26/+16
* 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
* Remove unused .qrc filesJoerg Bornemann2022-01-172-10/+0
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-121-0/+5
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-112-146/+241
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-071-13/+12
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-065-0/+145
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-041-1/+0
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-033-0/+52
* 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-292-0/+135
* 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
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-7/+7
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-032-4/+72
* 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
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-05-301-0/+3
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-191-1/+139
* Android: unblock passing testsAssam Boudjelthia2021-04-271-3/+0
* 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
* Skip a tst_QRhi test case with the Android emulatorLaszlo Agocs2021-03-291-0/+3
* 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: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-131-0/+115
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-131-0/+4
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-4/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-20/+0
* Adjust surface type usage for onscreen tests in tst_qrhiLaszlo Agocs2021-01-041-5/+6
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+4
* Disable some OpenGL and QRhi tests for offscreen backendAndreas Buhr2020-12-011-0/+6
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-0/+216