summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qabstracttexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* build system: fix unity buildsTim Blechmann2024-02-071-1/+2
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-15/+15
* Qt3DRender: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Doc: Fix documentation warningsTopi Reinio2020-11-251-5/+0
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-241-0/+25
* Add mipmaps count to QAbstracTexturePrivateJuan José Casafranca2020-11-051-0/+1
* Use QList instead of QVectorJarek Kobus2020-07-071-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-1/+2
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-1/+2
| |\
| | * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-101-1/+2
* | | Hide deprecated functor APIMike Krus2020-02-121-9/+0
* | | Remove deprecated classes and functionsPaul Lemire2020-02-111-79/+2
|/ /
* / Deprecate functor APIsMike Krus2020-01-311-1/+1
|/
* Remove redundant std::moveThiago Macieira2019-11-131-1/+1
* Doc: Fix documentation warningsTopi Reinio2019-11-131-7/+9
* Merge remote-tracking branch '5.13' into 5.14Paul Lemire2019-10-171-0/+108
|\
| * Add QML doc for texturesPaul Lemire2019-10-161-0/+108
* | Update QAbstractTexture message handlingMike Krus2019-10-111-10/+2
* | Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-071-0/+35
* | Update QAbstractTexture to use direct sync modeMike Krus2019-09-181-28/+8
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-251-13/+16
|\|
| * Add doc to undocumented functions qt3dNico Vertriest2019-05-271-13/+16
* | Fix in TextureFormat for RGB10A2Paul Lemire2019-06-051-0/+2
* | Make it possible to partially update a texturePaul Lemire2019-03-201-0/+22
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-2/+2
|\|
| * QAbstractTexture: Fix \since for handle, handleTypev5.13.0-beta1Kai Koehne2019-03-071-2/+2
* | Rework internal Texture HandlingPaul Lemire2019-03-041-6/+12
|/
* QAbstractTexture:: add handle and handleType propertiesPaul Lemire2018-10-101-0/+83
* Add QSharedGLTexturePaul Lemire2018-10-081-0/+2
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-181-2/+0
* Notify texture status changedMike Krus2018-03-161-0/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-2/+308
|\
| * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-201-2/+308
* | Send notifications from backend after loading texturesMike Krus2017-07-011-0/+35
* | Add support for downloading texturesMike Krus2017-05-201-0/+5
|/
* QTextureLoader: properly send new data functor notificationPaul Lemire2016-11-191-0/+11
* QAbstractTexture::CubeMapFace: add a new entry AllFacesPaul Lemire2016-08-261-0/+20
* Allow setting sample count for multisample targetsMauro Persano2016-08-121-0/+32
* Adding QDoc to QAbstractTextureRobert Brock2016-05-281-3/+35
* Shared node bookkeepingPaul Lemire2016-05-231-0/+4
* Make QTexture use QTextureSourceGeneratorPaul Lemire2016-05-201-1/+1
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+5
* Use QSharedPointer::create() for some change objectsSean Harmer2016-05-121-3/+3
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-101-2/+2
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-101-2/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-4/+4
* Remove QSceneChange::SenderTypeSean Harmer2016-05-101-3/+3
* Remove ChangeFlag from NodeUpdated change type ctorsSean Harmer2016-05-101-3/+3