aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgplaintexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-6/+4
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-190/+0
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-2/+2
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-271-3/+3
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-251-2/+2
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-50/+49
* Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-161-8/+6
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-3/+3
* Add API to get the platform specific texture handlePaul Olav Tvete2019-12-171-2/+1
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+12
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* Add a createTextureFromId() alternativeLaszlo Agocs2019-08-301-0/+19
* Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-171-0/+13
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-0/+425