summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* rhi: Allow null resources in srbLaszlo Agocs2020-07-133-64/+135
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-078-24/+24
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* rhi: add support for D24 / D24S8 formatsJean-Michaël Celerier2020-07-026-13/+71
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-308-39/+43
* Use QList instead of QVector in guiJarek Kobus2020-06-2911-66/+62
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-268-71/+153
* Use global share context in QRhiGles2Jüri Valdmann2020-06-221-0/+4
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-156-1/+23
* rhi: gl: Support reading back 1 byte texture formatsLaszlo Agocs2020-06-121-5/+25
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-126-2/+14
* Remove winrtOliver Wolff2020-06-061-4/+0
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-062-0/+4
* Use QByteArray instead of QStringJonas Karlsson2020-06-033-55/+73
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-2813-490/+492
* rhi: d3d11: Use qstrncpy to avoid MSVC warningLaszlo Agocs2020-05-281-4/+2
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-277-5/+80
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-256-0/+41
* Fix RHI-GL mapping of DXT3/5 compressed texture format identifiersEirik Aavitsland2020-05-251-2/+2
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-224-5/+29
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-226-26/+22
* Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-151-7/+7
* rhi: d3d11: Handle DXGI_ERROR_SDK_COMPONENT_MISSING gracefullyLaszlo Agocs2020-05-121-0/+9
* Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-122-5/+26
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-3/+6
* rhi: Correct another scissor/viewport clamping problemLaszlo Agocs2020-05-071-2/+2
* RHI: fix off-by-one clippingEirik Aavitsland2020-05-071-2/+2
* Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-052-16/+16
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-302-3/+17
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-2913-250/+332
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-237-8/+27
* Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-101-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-094-22/+22
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-77/+282
|\
| * rhi: gles2: fix uniform gathering after struct-type member in UBOsJean-Michaël Celerier2020-03-231-3/+4
| * rhi: gl: Reduce state changesLaszlo Agocs2020-03-202-74/+278
* | rhi: d3d11: Disable DXGI message queue monitoringLaszlo Agocs2020-04-061-1/+1
* | RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-302-19/+12
* | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-119-234/+423
|\|
| * rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
| * rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
| * rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-059-168/+290
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0414-132/+382
|\|
| * rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-034-0/+32
| * rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-035-23/+29
| * rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-032-1/+23
| * rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-033-18/+44
| * rhi: d3d: Use native resource binding mapping table when presentLaszlo Agocs2020-03-032-64/+215