aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-131-17/+17
* Update copyright headersJani Heikkinen2015-02-1284-614/+598
* Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15
* Move VAO binding to Renderer::render()Berthold Krevert2015-02-042-12/+3
* Handle context lost in the Windows render loopLaszlo Agocs2015-02-031-2/+11
* Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-031-4/+1
* Release atlas texture's image instance once uploadedGunnar Sletta2015-02-032-14/+62
* Avoid crashes when resetting the same material or geometry.Gunnar Sletta2015-01-261-3/+3
* Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.Ulf Hermann2015-01-161-7/+28
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-163-3/+6
|\
| * Fix timing output from windows render loopLaszlo Agocs2015-01-111-1/+1
| * Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-092-2/+5
* | Clean up renderer visualization a bit.Gunnar Sletta2015-01-123-22/+18
* | Fix the vertex ordering of merged triangle stripsJocelyn Turcotte2015-01-061-3/+14
* | Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-062-11/+65
* | Remove bogus assert.Gunnar Sletta2015-01-051-2/+0
* | Traverse children correctly when reparenting.Gunnar Sletta2015-01-051-1/+1
* | Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* | Default to threaded when using opengl32Laszlo Agocs2014-12-121-1/+6
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0911-248/+222
|\|
| * Don't default to HighQualitySubPixelAntialiasing on WinRTAndrew Knight2014-12-021-1/+1
| * Add since 5.4 markersAlbert Astals Cid2014-11-281-0/+4
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-214-65/+28
| |\
| | * Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-103-62/+10
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.4.0" into refs/stagin...Jani Heikkinen2014-11-105-173/+168
| | |\
| | * | Fix not having a context when cleaning up on WindowsLaszlo Agocs2014-11-101-3/+18
| * | | Add padding to distance field glyph cacheEskil Abrahamsen Blomfeldt2014-11-112-9/+22
| | |/ | |/|
| * | Debug: Make it possible to save distance field cache on WindowsEskil Abrahamsen Blomfeldt2014-11-071-75/+67
| * | Initialize member variable QSGAnimationDriver::m_lag.Friedemann Kleint2014-11-051-0/+1
| * | Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-054-173/+175
| |/
* | Avoid inadvertent copies of the windows listRoger Maclean2014-12-081-4/+4
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-0/+1
* | Expose a getter for the QSGEnginePrivateJocelyn Turcotte2014-11-191-1/+1
* | Allow setting the source rect on QSGSimpleTextureNodeJocelyn Turcotte2014-11-192-10/+53
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-6/+12
|\|
| * Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* | Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-022-22/+140
* | Fix typo in Q_ASSERT_X warning.Gunnar Sletta2014-11-011-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-2910-39/+85
|\|
| * Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
| * Fix pixelgrid snapping of native text on retina displays.Gunnar Sletta2014-10-235-14/+26
| * Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-224-5/+14
| * Fix failing makeCurrent in basic renderloop when closing windowsLaszlo Agocs2014-10-211-3/+19
| * Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+4
| |\
| | * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
* | | Remove the "groupNode"Gunnar Sletta2014-10-172-0/+16
* | | Introduced QQuickCustomRenderStage.Gunnar Sletta2014-10-163-9/+14
* | | Use QWindow::requestUpdate in threaded renderloop.Gunnar Sletta2014-10-163-46/+13