summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qshader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QShader: add move constructor, move-assignment operator and swapAurélien Brooke2024-01-151-0/+30
* gui: use const methods moreAnton Kudryavtsev2023-09-091-1/+1
* rhi doc: Fix a repeating typoLaszlo Agocs2023-06-161-5/+5
* rhi: Add missing enum to QShader docsLaszlo Agocs2023-06-131-1/+30
* Doc: Fix documentation warnings for Qt GuiTopi Reinio2023-05-301-0/+2
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-24/+166
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-091-0/+1
* Support serializing the QShader for qsb versionKaj Grönholm2023-01-071-14/+21
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-111-0/+1
* Fix crash when resetting a QShaderEskil Abrahamsen Blomfeldt2022-11-141-1/+7
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* rhi: Add the wgsl enum value for shadersLaszlo Agocs2022-10-061-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* rhi: Optimize the default null QShaderLaszlo Agocs2022-09-221-33/+76
* rhi: QShader: Only hash the first shaderLaszlo Agocs2022-09-221-3/+4
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-011-1/+117
* RHI: Make sure to compare bindings when comparing QShadersAndy Nichols2022-08-251-2/+2
* Use consistent ordering in QShaderLaszlo Agocs2022-06-141-0/+38
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-071-11/+12
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-031-9/+104
* Add missing qHash overload for INTEGRITYKimmo Ollila2021-06-161-0/+7
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-151-11/+14
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-0/+4
* 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-3/+2
* Remove deprecated binary json featureEdward Welbourne2020-07-311-10/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-121-5/+21
* Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-051-3/+3
* 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-091-2/+2
* rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-031-1/+2
* Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-131-4/+9
* Remove QShaderDescription::toBinaryJson(), deprecated fromBinaryJson()Ulf Hermann2020-01-101-2/+11
* rhi: metal: Skip inactive resourcesLaszlo Agocs2019-12-121-0/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-3/+3
|\
| * Be explicit about QDataStream serialization: explicit casts to intThiago Macieira2019-11-141-3/+3
* | rhi: Move to CBOR in QShader and expand the autotestLaszlo Agocs2019-10-291-10/+13
|/
* Store a native resource binding map in QShaderLaszlo Agocs2019-10-241-17/+127
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-4/+4
* Mark all rhi docs as internalLaszlo Agocs2019-08-271-4/+8
* RHI: Fix deprecation warnings about QAtomicInteger::load()Friedemann Kleint2019-06-281-1/+1
* 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/+586