summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Add QML doc for texturesPaul Lemire2019-10-162-0/+185
* Doc: Fix documentation issues for Qt3DRender::QTexture* classesTopi Reinio2019-09-271-2/+24
* Add doc to undocumented functions qt3dNico Vertriest2019-05-271-13/+16
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-2/+14
|\
| * Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
* | Switch export macros to standard formKai Koehne2019-04-0215-27/+27
* | QAbstractTexture: Fix \since for handle, handleTypev5.13.0-beta1Kai Koehne2019-03-071-2/+2
* | QML: Properly revision new signals and slots in 5.13Kai Koehne2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-254-4/+10
|\|
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-194-4/+4
| * QTexture: DDS handle uncompressed floating point format texturesPaul Lemire2018-12-191-0/+6
* | Texture: update renderer to send handle and handle type on frontend texturesPaul Lemire2018-10-112-20/+43
* | Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-112-0/+16
* | QAbstractTexture:: add handle and handleType propertiesPaul Lemire2018-10-103-0/+100
* | Add QSharedGLTexturePaul Lemire2018-10-086-1/+94
|/
* Texture: remove invalid property namePaul Lemire2018-08-131-3/+0
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-082-55/+38
* QTextureImage: warn user that remote urls on QTextureImage aren't yet supportedPaul Lemire2018-07-201-1/+11
* Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-206-37/+106
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-186-86/+39
* Renderer: do not lookup cleanup texturesPaul Lemire2018-07-181-3/+3
* Do not delay cleanup of backend Texture instancesPaul Lemire2018-07-112-4/+8
* Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-06-192-1/+8
|\
| * Add devicePixelRatio to QPaintedTextureImagePrivateLaszlo Agocs2018-06-112-1/+8
* | Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
|/
* Move Renderer specific classes into new folderPaul Lemire2018-03-196-1001/+2
* Notify node dirty on texture downloadMike Krus2018-03-161-2/+2
* Notify texture status changedMike Krus2018-03-161-0/+4
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-283-6/+6
* Load textures in a single framePaul Lemire2018-02-285-96/+74
* Set mip levels correctly when having only texture imagesLaszlo Agocs2018-02-271-0/+9
* Add a warning to texture loading mirrored propertyAdam Treat2018-02-222-4/+24
* Merge branch '5.10' into devSean Harmer2018-01-176-6/+8
|\
| * Iterate by const reference on handlesMike Krus2018-01-131-1/+1
| * Fix extension handlingMike Krus2018-01-131-1/+1
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-124-4/+4
| |\
| | * Fix includes of Qt classesFriedemann Kleint2017-11-234-4/+4
| * | QTexture: add warning when QImage fails to load imagePaul Lemire2017-12-181-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-131-1/+2
|\| |
| * | Silence warning output about texture dataPaul Lemire2017-11-291-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-135-5/+356
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-315-5/+356
| |\|
| | * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-205-4/+346
| | * Doc: add doc to undocumented classesNico Vertriest2017-10-203-1/+10
* | | Fix memory leakJesus Fernandez2017-10-251-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+1
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2017-09-301-0/+1
| |\|
| | * Clear TextureData flag after texture uploadWieland Hagen2017-09-151-0/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-254-12/+12