summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qshaderdescription.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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