aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util
Commit message (Expand)AuthorAgeFilesLines
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-202-0/+12
* Dynamic GL in QuickLaszlo Agocs2014-03-184-35/+37
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-251-3/+3
* Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-212-16/+6
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-152-7/+7
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-124-17/+4
* Android: Fix crash when using images in QMLEskil Abrahamsen Blomfeldt2014-02-072-6/+8
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-242-6/+31
|\
| * Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
| * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-172-5/+30
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-222-6/+3
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-222-25/+17
|/
* 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