summaryrefslogtreecommitdiffstats
path: root/src/render/texture/texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Texture: remove invalid property namePaul Lemire2018-08-131-3/+0
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-52/+35
* Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-201-2/+8
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-181-36/+12
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-111-3/+7
* Notify node dirty on texture downloadMike Krus2018-03-161-2/+2
* Iterate by const reference on handlesMike Krus2018-01-131-1/+1
* Send notifications from backend after loading texturesMike Krus2017-07-011-0/+67
* Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-1/+1
* Merge branch '5.9' into devSean Harmer2017-05-211-0/+10
|\
| * Verify a texture is valid before updateJuan José Casafranca2017-04-251-0/+10
* | Add support for downloading texturesMike Krus2017-05-201-0/+8
|/
* Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-261-4/+4
* Fix updating of texture generatorWieland Hagen2017-01-261-2/+2
* Properly update texture data generator from frontendWieland Hagen2016-12-211-2/+3
* Textures: properly abandon and release texture dataPaul Lemire2016-12-141-1/+8
* Texture: further refactoringPaul Lemire2016-11-141-121/+27
* Improve GLTextureManagerPaul Lemire2016-11-141-1/+4
* Texture backend refactoringWieland Hagen2016-11-141-610/+201
* Texture: use post incrementPaul Lemire2016-11-141-3/+3
* Allow setting sample count for multisample targetsMauro Persano2016-08-121-1/+25
* Add basic unit tests for texture classesMauro Persano2016-08-081-0/+20
* Fix layers update on backend Texture nodeMauro Persano2016-08-081-1/+1
* QTexture: cleanupPaul Lemire2016-05-201-3/+0
* Make QTexture use QTextureSourceGeneratorPaul Lemire2016-05-201-8/+49
* Texture: proper code alignmentPaul Lemire2016-05-201-21/+21
* render: eradicate Q_FOREACH loops [remaining low-risk, take 2]Marc Mutz2016-05-141-1/+1
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-101-2/+2
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-101-2/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeAdded/NodeRemoved ChangeFlagsSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* render: eradicate Q_FOREACH loops [remaining low-risk]Marc Mutz2016-05-051-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-29/+0
* QTexImageData to QTextureImageDataFranck Arrecot2016-05-031-5/+5
* Remove virtual QBackendNode *create(QNode *frontend) constSean Harmer2016-05-011-11/+0
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-18/+18
* Texture use new added/removed change typesSean Harmer2016-04-271-6/+10
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* Texture: use m_enabled member from base classPaul Lemire2016-04-151-0/+2
* Texture handles creationSean Harmer2016-04-101-0/+34
* QAbstractTexture: Remove unique propertyWieland Hagen2016-04-071-9/+7
* QAbstractTextureProvider property and enum changesRobert Brock2016-04-071-1/+1
* QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-061-44/+44
* TextureFunctor handles creationSean Harmer2016-03-311-0/+10
* Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-071-1/+1
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-2/+2
* QAbstractTextureImage mipmapLevel now mipLevelRobert Brock2016-02-291-2/+2
* Remove ParameterMappingPaul Lemire2016-02-261-1/+1
* Fix some -Wreorder warningsSean Harmer2016-02-261-2/+2