aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix non-integer scale factors with Text native renderingDavid Edmundson2018-03-131-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-15/+15
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-10/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-1/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+2
| |\
| | * Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-3/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-3/+20
| |\|
| | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-9/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-9/+9
| |\|
| | * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-9/+9
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-1/+2
* | | Revert "Build (and fail) Quick with -no-opengl"Laszlo Agocs2016-02-121-3/+0
* | | Build (and fail) Quick with -no-openglLaszlo Agocs2016-02-051-0/+3
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-6/+43
|\
| * Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-231-6/+43
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-131-1/+9
|\|
| * Update the shader when devicePixelRatio changesPaul Olav Tvete2015-03-271-1/+9
* | Address uninitialized scalar fieldsHolger Hans Peter Freyther2015-04-031-2/+5
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+9
|\
| * Avoid sRGB usage when targeting an incapable FBOLaszlo Agocs2015-01-261-1/+9
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Fix pixelgrid snapping of native text on retina displays.Gunnar Sletta2014-10-231-10/+18
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-221-2/+11
* Snap native glyphs to pixel grid in vertex shader.Gunnar Sletta2014-09-111-22/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-0/+1
|\
| * Fix QSGPlainTexture object leakLiang Jian2014-05-281-0/+1
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-11/+15
|/
* Glyph node: Those null coords are useful after allGabriel de Dietrich2014-02-281-2/+0
* Fix renderType: Text.NativeRendering on retina screensTor Arne Vestbø2014-02-281-12/+39
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-251-1/+1
* Update glyph cache type/format logic to match qtbase changesTor Arne Vestbø2014-02-201-35/+32
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-311-140/+19
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-0/+9
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-211-18/+18
* Be explicit about precision specifiers.Gunnar Sletta2013-10-081-1/+1
* Separate and fix 8/24-bit text mask materials.Gunnar Sletta2013-10-031-108/+176
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Fix colorization of native rendered text...Gunnar Sletta2013-09-291-26/+43
* Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-271-42/+39
* Fix sorting of QSGTextMaskMaterial (native glyph drawing).Gunnar Sletta2013-05-141-1/+1
* Fixed alpha blending for native text.Yoann Lopes2013-04-161-2/+3
* Implemented text styles for QSGDefaultGlyphNode.Yoann Lopes2013-04-051-21/+258