aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+2
| |\
| | * Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-1/+1
* | | QSG: Fix inconsistent use of 'override'Erik Verbruggen2016-08-101-5/+5
* | | QSGSoftwareAdaptation: Also claim the "softwarecontext" keyRobin Burchell2016-08-041-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-032-3/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-3/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-28/+5
| | |\|
| | | * Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
| | | * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-6/+29
| | |\|
| | | * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
| | | * macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
* | | | Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-024-6/+97
|/ / /
* | | Software Adaptation: Fix issue with clip node handlingAndy Nichols2016-07-271-1/+2
* | | Software Adaptation: Add threaded render loopAndy Nichols2016-07-274-2/+1124
* | | SoftwareImageNodes: Support textureFiltering and mirroringAndy Nichols2016-07-192-8/+63
* | | software: Add support for QSGRenderNodeLaszlo Agocs2016-07-1917-28/+160
* | | Make scenegraph plugin logs and warnings work in release buildsLaszlo Agocs2016-07-151-4/+0
* | | Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-154-1/+14
* | | Doc cleanup for D3D12 and SWLaszlo Agocs2016-07-142-9/+9
* | | Add QSGSpriteNode to the Scenegraph Adaptation LayerAndy Nichols2016-07-1424-4/+790
* | | Fix undefined painting of white QSGRectangleAllan Sandfeld Jensen2016-07-111-1/+1
* | | Fix reference to wrong methodsAllan Sandfeld Jensen2016-07-112-4/+4
* | | scenegraph: Port foreach to range-forRobin Burchell2016-07-095-7/+9
* | | QSG: prevent in-struct paddingErik Verbruggen2016-07-051-1/+1
* | | Fix "inconsistent use of override" warningsErik Verbruggen2016-07-052-5/+5
* | | qsgsoftwarerenderloop: Don't lie about which render loop is runningRobin Burchell2016-07-051-1/+1
* | | Export the OpenGL context and rendercontextLaszlo Agocs2016-07-052-2/+2
* | | Make QSGRenderContext::invalidate a no-opLaszlo Agocs2016-07-013-5/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-1/+1
| |\|
| | * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-231-1/+1
* | | Unify ShaderEffect property settingLaszlo Agocs2016-06-292-23/+28
* | | Add support for reading GLSL from files with ShaderEffectLaszlo Agocs2016-06-291-1/+1
* | | Add mipmapping support to QSGImageNodePaolo Angelelli2016-06-285-0/+39
* | | Cleanup some unused functions and variables with QT_NO_OPENGLAndy Nichols2016-06-284-2/+10
* | | Software Adaptation: Improve clip node handlingAndy Nichols2016-06-284-9/+25
* | | Fix up QSGRendererInterface docsLaszlo Agocs2016-06-241-3/+27
* | | Add missing deprecated tag to QSGSimple*Node.Laszlo Agocs2016-06-242-0/+4
* | | Fix rendering clipped texture and image nodesAllan Sandfeld Jensen2016-06-242-4/+4
* | | QSGEngine: Fix build with QT_NO_OPENGLAndy Nichols2016-06-241-1/+1
* | | Doc: Fix documentation warnings for QSGImageNodeTopi Reinio2016-06-241-2/+2
* | | Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-2248-263/+1706
* | | Make QSGEngine::initialize backend-independentLaszlo Agocs2016-06-224-14/+14
* | | D3D12: Support runtime threaded shader compilationLaszlo Agocs2016-06-221-2/+4
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-212-5/+8
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-212-5/+8
| |\| |