aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-4/+8
|\
| * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-4/+8
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-9/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-70/+26
* Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-291-133/+2
* Remove dead code in QSGRendererJocelyn Turcotte2014-07-291-221/+0
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-26/+9
* Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-2/+2
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-4/+4
* Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-2/+1
* Unify calls to profiler service event methods.Ulf Hermann2014-01-221-8/+6
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-071-1/+1
* QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-10/+5
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-16/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-1/+1
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-19/+33
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-8/+8
* Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-021-0/+1
* Added to QML_RENDERER_TIMING logic to capture most render bottlenecks.Gunnar Sletta2013-01-301-9/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* initializeGLFunctions is deprecated, replace itThiago Macieira2012-06-261-1/+1
* Simplify the depth transformation in the scene graph.Kim Motoyoshi Kalland2012-05-251-1/+1
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-211-2/+2
* Removed ### from scenegraphGunnar Sletta2012-05-161-5/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-201-22/+26
* Provide determinant accessor in render state structure.Glenn Watson2012-02-081-0/+1
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-081-0/+11
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Add lineWidth property to QSGGeometryAlex Wilson2011-12-151-0/+4
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-141-6/+9
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+743