summaryrefslogtreecommitdiff
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-2233-1254/+66
* Qt3D: replace qSwap with member-swap where possibleMarc Mutz2022-05-161-1/+1
* Remove uses of deprecated {QByteArray, QString}::count()Sona Kurazyan2022-04-271-1/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-2/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-221-1/+1
* Handle changes in OpenGL classesMike Krus2020-11-271-0/+4
* Doc: Fix documentation warningsTopi Reinio2020-11-252-20/+10
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-243-1/+30
* Add mipmaps count to QAbstracTexturePrivateJuan José Casafranca2020-11-053-0/+3
* Fix taking pending texture data updatesJuan José Casafranca2020-11-051-1/+2
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-48/+48
* Pass the raw data to the texture data extractorJuan José Casafranca2020-10-273-6/+7
* Expand QPaintedTextureImage documentationMichael Brasser2020-10-221-2/+15
* Allow to specify a functor to extract data from QTextureImageDataJuan Casafranca2020-09-283-0/+26
* Allow to set alignment requirement for an imageJuan Casafranca2020-09-283-0/+25
* qtextureimagedata.h: Fix include directiveFriedemann Kleint2020-09-171-5/+1
* Fix compilation with newer qtbaseFabian Kosmale2020-08-251-0/+1
* Use QList instead of QVector in renderJarek Kobus2020-07-092-7/+7
* Use QList instead of QVectorJarek Kobus2020-07-074-5/+5
* GLTexture: change internals to use std::vectorPaul Lemire2020-07-071-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-1/+1
* Fix build for Qt6Mike Krus2020-05-061-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
* | | Geometry refactoringMike Krus2020-02-275-8/+8
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-2/+6
|\ \ \ | |/ /
| * | Restore include of QOpenGLTexture for Qt 5 in public headerv5.15.0-alpha1Friedemann Kleint2020-02-101-2/+6
* | | Hide deprecated functor APIMike Krus2020-02-1211-23/+24
* | | Remove unused data structuresMike Krus2020-02-112-32/+0
* | | Remove deprecated classes and functionsPaul Lemire2020-02-1110-158/+11
|/ /
* | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* | Make the OpenGL renderer a pluginPaul Lemire2020-02-056-5/+233
* | Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-032-2/+2
* | Deprecate functor APIsMike Krus2020-01-312-2/+2
* | Fix usages of text stream operatorsAlexandru Croitor2019-12-062-2/+2
|/
* Remove redundant std::moveThiago Macieira2019-11-131-1/+1
* Doc: Fix documentation warningsTopi Reinio2019-11-133-11/+12
* Fix status change on QTextureLoaderMike Krus2019-10-302-10/+10
* Fix Coverity warningsMike Krus2019-10-211-4/+4
* Merge remote-tracking branch '5.13' into 5.14Paul Lemire2019-10-172-0/+185
|\
| * Add QML doc for texturesPaul Lemire2019-10-162-0/+185
* | QTextureLoader: reset target and format on source changePaul Lemire2019-10-161-0/+5
* | Update QAbstractTexture message handlingMike Krus2019-10-113-63/+11
* | Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-075-83/+40
* | Clean up includesMike Krus2019-10-012-2/+0
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+23
|\ \ | |/
| * Doc: Fix documentation issues for Qt3DRender::QTexture* classesTopi Reinio2019-09-271-2/+24
* | Update QAbstractTextureImage to use direct syncPaul Lemire2019-09-254-28/+37