aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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