aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcontext2dtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set explicit default security level of all files with default securityJan Arve Sæther2025-09-171-0/+1
* Make more logging categories staticUlf Hermann2024-06-241-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-251-2/+9
* Remove FBO path from painternode/context2dPaul Olav Tvete2020-06-111-322/+0
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-2/+4
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-2/+2
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+1
* Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-9/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Fix compilation with -no-openglMichal Klocek2017-09-181-2/+3
* add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
* Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-071-11/+14
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-311-3/+4
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-5/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-2/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-2/+10
| |\
| | * Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
* | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-0/+1
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-6/+10
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+5
|\|
| * Fix crash when Canvas has negative width or heightMitch Curtis2016-02-051-0/+5
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | context2d: replace foreach with range-based forAnton Kudryavtsev2016-01-141-3/+3
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-301-13/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge branch '5.3' into devGunnar Sletta2014-08-071-19/+31
|\
| * More QQuickCanvas cleanup handling.Gunnar Sletta2014-08-011-19/+31
| * Make canvas cleanup work propertly...Gunnar Sletta2014-08-011-1/+2
| * Use the current context to resolve extensions.Gunnar Sletta2014-08-011-1/+1
* | Support Canvas.antialiasing without multisample support.Gunnar Sletta2014-08-011-4/+19
* | Make canvas cleanup work propertly...Gunnar Sletta2014-07-311-1/+2
* | Use the current context to resolve extensions.Gunnar Sletta2014-07-311-1/+1
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-4/+5
|/
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-251-3/+3
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-2/+0
* Improve the Canvas threading modelGunnar Sletta2013-12-031-68/+125
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
* Make Canvas respect smooth: true/falseGunnar Sletta2013-05-151-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-8/+19
* Refactor context2d thread logicCharles Yin2012-07-311-201/+73
* Introduce QQuickCanvasPixmapCharles Yin2012-06-051-1/+1
* Fix resizing of Canvas item that use FBO as renderTargets.Charles Yin2012-06-041-0/+5
* Enable threaded/immediate rendering for FBO(step 1)Charles Yin2012-05-311-0/+21