aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of compiler warningsLars Knoll2020-08-281-0/+2
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-1/+1
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-151-3/+6
* Remove OpenGL dependency from QSGTextMaskMaterial & friendsEirik Aavitsland2020-06-101-42/+7
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-28/+12
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-336/+15
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix subpixel positioned text with Text.NativeRenderingEskil Abrahamsen Blomfeldt2020-05-051-5/+4
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-2/+2
* Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-031-5/+5
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-231-14/+14
* Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-291-1/+3
* Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-311-4/+4
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-6/+25
|\
| * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-191-5/+25
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-73/+417
|/
* 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