summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Add devicePixelRatio to QPaintedTextureImagePrivateLaszlo Agocs2018-06-112-1/+8
* 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
|\|
| * Add missing private export macrosMike Krus2017-06-163-3/+6
| * Support setting texture format on QTextureLoaderSean Harmer2017-05-302-25/+64
| * Doc: add doc to undocumented Qt3D classesNico Vertriest2017-05-221-0/+6
* | Add support for ETC2-compressed PKM texturesMauro Persano2017-06-061-20/+93
* | Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-1/+1
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-0/+1
* | Merge branch '5.9' into devSean Harmer2017-05-214-8/+17
|\|
| * Merge branch '5.9.0' into 5.9Sean Harmer2017-05-201-0/+2
| |\
| | * Renderer: prevent crash in case texture failed to be builtPaul Lemire2017-05-161-0/+2