summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2313-0/+209
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+4
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+0
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-112-75/+0
* Remove old qsb versions from qshader autotestLaszlo Agocs2020-07-317-26/+11
* Re-enable tst_qrhi on LinuxLaszlo Agocs2020-07-291-6/+1
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-4/+4
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-012-1/+10
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-0/+131
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-3/+3
* Remove winrtOliver Wolff2020-06-062-13/+0
* Use QByteArray instead of QStringJonas Karlsson2020-06-031-19/+19
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-114/+114
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-8/+4
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-19/+140