aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation after 486b7a8f8a in qtbaseMichal Klocek2021-05-211-3/+6
* Adapt to new native interface plumbingTor Arne Vestbø2021-05-191-27/+24
* doc: demystify QSGOpenGLTexture::fromNativeExternalOES()Shawn Rutledge2021-04-131-2/+3
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-141-0/+38
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-5/+9
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-3/+3
* doc: Group QSGTexture native interfacesTor Arne Vestbø2020-10-151-2/+13
* doc: Don't overwrite native interface docsTor Arne Vestbø2020-10-151-16/+0
* Declare native interfaces using helpersTor Arne Vestbø2020-10-151-18/+3
* doc: Update native interface accessor wordingTor Arne Vestbø2020-10-151-2/+2
* Adapt to platform API renameTor Arne Vestbø2020-10-091-37/+37
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-1/+1
* Switch to MTLTexture protocol in QSGTexture native accessLaszlo Agocs2020-08-041-18/+4
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-43/+335
* QSGTexture: Remove doc references to bind()Laszlo Agocs2020-07-061-9/+8
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Hide QSGTexture APIs with non-public types from the public docsLaszlo Agocs2020-06-171-5/+8
* Remove compat. leftover in QSGTexturePrivateLaszlo Agocs2020-06-101-8/+0
* Update QSGTexture docsLaszlo Agocs2020-06-081-43/+59
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-135/+2
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-1/+1
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-271-7/+5
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-251-8/+4
* Temporarily restore a QSGTexturePrivate functionLaszlo Agocs2020-04-281-0/+8
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-37/+23
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Add argument to QSGTexture::removedFromAtlas()Laszlo Agocs2020-04-161-10/+9
* Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-161-13/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-2/+6
|\
| * rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-2/+6
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
|/
* Add API to get the platform specific texture handlePaul Olav Tvete2019-12-171-0/+50
* Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* Doc: Fix documentation warningsTopi Reinio2019-11-111-2/+2
* Add some missing since and internal doc tagsLaszlo Agocs2019-09-181-0/+3
* Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-291-21/+17
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-0/+810