summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qshaderdescription.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-6/+6
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-19/+314
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-091-49/+116
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-071-28/+34
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-111-1/+24
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-16/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-17/+17
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-011-14/+350
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-7/+7
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-02-091-79/+81
* Convert string tables in QShaderDescription to use string literals [1/2]Christian Strømme2022-02-051-123/+123
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-031-2/+83
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-131-0/+2
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-6/+6
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-111-210/+17
* Remove deprecated binary json featureEdward Welbourne2020-07-311-20/+0
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-7/+7
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-061-0/+2
* Use QByteArray instead of QStringJonas Karlsson2020-06-031-37/+56
* Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-051-13/+13
* rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-031-19/+23
* rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-031-1/+22
* Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-131-0/+235
* Remove QShaderDescription::toBinaryJson(), deprecated fromBinaryJson()Ulf Hermann2020-01-101-29/+8
* Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-091-2/+8
* rhi: Move to CBOR in QShader and expand the autotestLaszlo Agocs2019-10-291-2/+150
* Another load() -> loadRelaxed()Laszlo Agocs2019-09-181-1/+1
* Mark all rhi docs as internalLaszlo Agocs2019-08-271-6/+12
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-0/+29
* rhi: Remove reserved and since from the shader classesLaszlo Agocs2019-06-171-1/+0
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+1088