summaryrefslogtreecommitdiffstats
path: root/src/render/texture/texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-241-1/+1
* Add mipmaps count to QAbstracTexturePrivateJuan José Casafranca2020-11-051-0/+1
* Hide deprecated functor APIMike Krus2020-02-121-2/+2
* Remove deprecated classes and functionsPaul Lemire2020-02-111-44/+4
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+1
* Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-031-1/+1
* Fix status change on QTextureLoaderMike Krus2019-10-301-0/+2
* Fix Coverity warningsMike Krus2019-10-211-4/+4
* Update QAbstractTexture message handlingMike Krus2019-10-111-50/+9
* Update sendTextureChangesToFrontend to use direct syncPaul Lemire2019-10-071-82/+0
* Update QAbstractTexture to use direct sync modeMike Krus2019-09-181-63/+59
* Make it possible to partially update a texturePaul Lemire2019-03-201-2/+15
* Texture: update renderer to send handle and handle type on frontend texturesPaul Lemire2018-10-111-19/+35
* Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-111-0/+2
* Add QSharedGLTexturePaul Lemire2018-10-081-0/+5
* 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