summaryrefslogtreecommitdiffstats
path: root/src/render/texture/texture_p.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"Tarja Sundqvist2022-11-241-21/+21
* Update commercial license headersTarja Sundqvist2022-06-131-21/+21
* Fix taking pending texture data updatesJuan José Casafranca2020-11-051-1/+2
* GLTexture: change internals to use std::vectorPaul Lemire2020-07-071-2/+2
* Hide deprecated functor APIMike Krus2020-02-121-1/+1
* Remove deprecated classes and functionsPaul Lemire2020-02-111-3/+1
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+1
* Fix usages of text stream operatorsAlexandru Croitor2019-12-061-1/+1
* Update QAbstractTexture message handlingMike Krus2019-10-111-3/+0
* Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-071-1/+0
* Update QAbstractTexture to use direct sync modeMike Krus2019-09-181-0/+1
* Make it possible to partially update a texturePaul Lemire2019-03-201-6/+14
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-251-1/+1
|\
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-191-1/+1
* | Texture: update renderer to send handle and handle type on frontend texturesPaul Lemire2018-10-111-1/+8
* | Add QSharedGLTexturePaul Lemire2018-10-081-1/+4
|/
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-3/+3
* Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-201-1/+1
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-181-10/+5
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-1/+1
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-4/+4
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Send notifications from backend after loading texturesMike Krus2017-07-011-1/+4
* Merge branch '5.9' into devSean Harmer2017-05-211-0/+1
|\
| * Verify a texture is valid before updateJuan José Casafranca2017-04-251-0/+1
* | Add support for downloading texturesMike Krus2017-05-201-1/+2
|/
* Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-261-1/+1
* Fix updating of texture generatorWieland Hagen2017-01-261-1/+2
* Add some basic debug output for texture and texture image managersSean Harmer2017-01-111-0/+9
* LCOV exclusion comments squashedPaul Lemire2016-11-231-1/+1
* Texture: further refactoringPaul Lemire2016-11-141-35/+24
* Texture backend refactoringWieland Hagen2016-11-141-82/+89
* Texture: style cleanupPaul Lemire2016-10-071-1/+1
* Allow setting sample count for multisample targetsMauro Persano2016-08-121-0/+2
* Add basic unit tests for texture classesMauro Persano2016-08-081-1/+6
* Texture: add an isDirty getterPaul Lemire2016-07-041-0/+1
* Texture loading improvementPaul Lemire2016-06-301-1/+1
* Make QTexture use QTextureSourceGeneratorPaul Lemire2016-05-201-5/+7
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-2/+0
* QTexImageData to QTextureImageDataFranck Arrecot2016-05-031-3/+3
* Remove virtual QBackendNode *create(QNode *frontend) constSean Harmer2016-05-011-1/+0
* Texture handles creationSean Harmer2016-04-101-0/+2
* QAbstractTexture: Remove unique propertyWieland Hagen2016-04-071-1/+0
* QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-061-11/+11
* TextureFunctor handles creationSean Harmer2016-03-311-0/+1
* Removed unused memberSean Harmer2016-03-201-1/+0
* Force OpenGL texture reload on TextureImage updateMauro Persano2016-03-131-0/+2
* Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-071-2/+2
* Added AbstractRenderer pointer to RenderBackendNodeWieland Hagen2016-02-241-4/+5
* Dedicated QRenderBackendNodeWieland Hagen2016-02-241-5/+5