aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-072-3/+3
* Propegate filtering state when we extract texture from atlas.Gunnar Sletta2013-12-061-0/+1
* Fix build on iOSTor Arne Vestbø2013-11-191-1/+1
* Make use of GL_APPLE_texture_format_BGRA8888.Gunnar Sletta2013-11-182-0/+10
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-133-11/+312
* Added QSG_INFO=1 environment variable to spit out graphics infoGunnar Sletta2013-11-051-0/+3
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-316-86/+217
* Use one render loop per QQuickWindowGunnar Sletta2013-10-304-20/+38
* Prevent bogus warning message flood on nVidia driver related to mipmapsSean Harmer2013-10-291-0/+3
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-211-2/+1
* Enable profiling of materials and atlas texturesGunnar Sletta2013-10-031-8/+22
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-3024-24/+24
* Add Q_UNUSED for reserved fields.Alan Alpert2013-09-101-0/+1
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Disable the isPowerOfTwo functions that are only used with OpenGL ES 2Thiago Macieira2013-09-052-0/+4
* New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-022-0/+572
* Fix unused variable warningKai Koehne2013-08-281-1/+1
* Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
* Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-121-4/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-4/+4
| |\
| | * Remove C-style casts from public headers.Thiago Macieira2013-08-061-4/+4
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-0/+3
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-1/+0
|\|
| * Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-111-1/+1
|\|
| * Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-042-3/+16
|\|
| * Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
| * Document public members of QSGSimpleMaterialShaderGunnar Sletta2013-07-021-3/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-122-1/+3
|\|
| * Support unaligned QImage strides in QSGTextureAndrew Knight2013-06-121-0/+2
| * Fix -Wpedantic warningsAlbert Astals Cid2013-06-121-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-283-28/+46
|\|
| * Avoid redundant QColor::alphaF() calls.Gunnar Sletta2013-05-221-5/+5
| * Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-3/+3
| * QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-061-20/+38
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-30/+1
|\|
| * Remove slow and buggy sub-image codePaul Olav Tvete2013-04-161-30/+1
* | Add a way of transforming texture coordinates of a simple textured quadSean Harmer2013-04-162-4/+93
|/
* Remove the APPLE_texture_format pathGunnar Sletta2013-04-041-2/+0
* Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-041-9/+9
* Doc: Update module "Qt Declarative" -> "Qt Quick"Sze Howe Koh2013-03-302-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-142-3/+3
|\
| * Fix headers without Qt module directory name in their includesJosh Faust2013-02-252-3/+3
* | Android support: build fixesPaul Olav Tvete2013-03-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-042-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-252-4/+4
| |\|
| | * Fix warnings about shadowing membersThiago Macieira2013-02-222-4/+4