summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-257-11/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-222-25/+38
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2017-09-122-25/+38
| |\|
| | * Make GLTexture dirty flags atomic instead of using a mutexWieland Hagen2017-09-082-21/+33
* | | Add support for HDR (Radiance RGBE) texturesLaszlo Agocs2017-09-041-7/+168
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-0/+4
|\|
| * Don't create GL textures when format is not setMauro Persano2017-08-311-0/+4
* | Don't call deprecated QImage::byteSize() functionSean Harmer2017-08-221-1/+1
* | Merge branch '5.9' into devSean Harmer2017-08-191-1/+1
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-111-1/+1
|\|
| * Match the DDS/PKM file extension case-insensitivelyGiuseppe D'Angelo2017-07-031-1/+1
* | Add renderbuffer support for FBO attachments with OpenGL ESLaszlo Agocs2017-07-055-2/+260
* | Send notifications from backend after loading texturesMike Krus2017-07-015-1/+119
* | Merge branch '5.9' into devSean Harmer2017-06-195-45/+88
|\|