summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi
Commit message (Expand)AuthorAgeFilesLines
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-221-0/+1
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-182-3/+2
* rhi: shadowmap manual test: use Nearest filteringLaszlo Agocs2021-01-041-1/+1
* rhi: Make triquadcube manual test compile after recent changesLaszlo Agocs2021-01-041-2/+2
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-044-8/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-4/+4
* rhi: Fix up vertex inputs with matricesLaszlo Agocs2020-10-144-19/+20
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-2/+2
* rhi: Regenerate shaders for some manual testsLaszlo Agocs2020-10-1110-1/+0
* rhi: Add a many cubes manual testLaszlo Agocs2020-10-1112-11/+290
* Fix rhi manual test buildLaszlo Agocs2020-09-301-0/+1
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-1/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2321-41/+41
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+5
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+1
* rhi: Work around qsizetype fallout in manual testsLaszlo Agocs2020-08-302-2/+2
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-285-5/+0
* rhi: Enable msaatexture manual test on OpenGLLaszlo Agocs2020-08-176-1/+1
* CMake: Regenerate manual testsAlexandru Croitor2020-07-0822-37/+117
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-0716-18/+18
* Fix qsizetype fallout in rhi manual testsLaszlo Agocs2020-06-261-2/+2
* rhi manual tests: Prevent warnings with MSVCLaszlo Agocs2020-06-159-15/+15
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-2825-199/+199
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\
| * rhi: Fix building hellominimalcrossgfxtriangle on macOSLaszlo Agocs2020-02-211-1/+1
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-1318-36/+18
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-1219-38/+19
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-138-556/+786
|\ \ \ | |/ / |/| / | |/
| * Clean up and modernize hellominimalcrossgfxtriangle manual testLaszlo Agocs2020-02-047-552/+782
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-2920-5/+0
|\|
| * Regenerate qsb files for auto and manual testsLaszlo Agocs2020-01-2220-5/+0
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2433-25/+1023
|\|
| * rhi: Add render-to-cubemap manual testLaszlo Agocs2020-01-1318-0/+596
| * rhi: Add manual test for RGBA16F and computeLaszlo Agocs2020-01-139-0/+402
| * RHI: new native texture APIPaul Olav Tvete2019-12-051-4/+4
| * Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-276-16/+16
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-203-5/+5
* | Convert all of tests/manualLeander Beernaert2019-11-1420-0/+780
|/
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-033-8/+12
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-304-22/+19
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-294-25/+11
* rhi: Always enable debug info printing from manual testsLaszlo Agocs2019-09-291-1/+3
* rhi: Add a --transparent option to manual testsLaszlo Agocs2019-09-2615-14/+30
* rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-264-0/+257
* Include missing shbang line in executable shell scriptEdward Welbourne2019-09-231-0/+1
* rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-121-0/+7
* rhi: d3d11: Add the device lost testing machineryLaszlo Agocs2019-09-121-1/+14
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-292-1/+7
* rhi: Fix clear value in offscreen testLaszlo Agocs2019-07-311-1/+1