aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of compiler warningsLars Knoll2020-08-281-0/+1
* Add type safe native texture accessorsLaszlo Agocs2020-08-034-11/+10
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-181-33/+1
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-11/+0
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-156-8/+12
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-112-167/+17
* Remove the unused shadersourcebuilderLaszlo Agocs2020-06-102-491/+0
* Remove QSGDepthStencilBufferPaul Olav Tvete2020-06-102-363/+0
* Make rendercontext OpenGL cleanLaszlo Agocs2020-06-091-1/+2
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-087-1045/+2
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-024-273/+12
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-022-4/+4
* Avoid truncating in QSGMaterial::compare() implementationsLaszlo Agocs2020-05-271-2/+3
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-277-12/+12
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-262-28/+23
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-252-3/+3
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-287-90/+70
* Get rid of Q_OPENGL_ES* macrosEskil Abrahamsen Blomfeldt2020-04-172-6/+6
* Change qHash return value to size_tFabian Kosmale2020-04-162-2/+2
* Add argument to QSGTexture::removedFromAtlas()Laszlo Agocs2020-04-164-13/+5
* Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-166-14/+26
* Undeprecate (in docs) QSGSimpleRect/TextureNodeLaszlo Agocs2020-04-142-6/+6
* Implement the todo for adding anisotropy virtuals to QSGImageNodeLaszlo Agocs2020-04-143-5/+17
* Remove QSGSimpleMaterialLaszlo Agocs2020-04-072-473/+0
* Remove QSGEngine and move QSGAbstractRenderer back to privateLaszlo Agocs2020-04-075-459/+2
* Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-184-6/+6
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-273-8/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-143-176/+1
|\
| * Add API to get the platform specific texture handlePaul Olav Tvete2019-12-173-176/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-143-0/+23
|\|
| * Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-133-0/+23
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-122-4/+4
|\|
| * Fix Metal usage on iOSLaszlo Agocs2019-11-271-2/+2
| * Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-251-2/+10
|\|
| * Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-171-2/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-091-3/+4
|\|
| * Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-071-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-074-10/+10
|\|
| * Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-234-10/+10
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-058-1/+220
|\|
| * Add a createTextureFromId() alternativeLaszlo Agocs2019-08-304-0/+197
| * Add a note to QSGEngine about its incompatibility with the RHILaszlo Agocs2019-08-302-0/+6
| * Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
| * QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
* | Fix build with Qt 6Simon Hausmann2019-07-311-3/+0
|/
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0418-1092/+1444
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-202-0/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-192-0/+5
| |\
| | * Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5