summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning on platforms without QRhiNativeHandlesVolker Hilsheimer2021-04-121-1/+1
* 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-101-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
* 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
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+267
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-0/+143
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+82
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-5/+5
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-1/+2
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-50/+0
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+67
* rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+317
* Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-1/+1
* Avoid EGL_BAD_MATCH in tst_qrhi autotestLaszlo Agocs2019-10-311-0/+3
* rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-0/+159
* rhi: Autotest rendering with uniform bufferLaszlo Agocs2019-10-091-0/+206
* rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-091-0/+159
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-0/+221
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-5/+12
* rhi: Autotest basic texture operationsLaszlo Agocs2019-10-091-13/+395
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-1/+108
* rhi: Exercise nativeHandles() in qrhi testLaszlo Agocs2019-10-091-2/+244
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+246