summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-19/+0
|\
| * Purge some unused code for the OpenGL library nameEdward Welbourne2018-11-121-19/+0
* | Be more explicit about the effects of swapBuffers() on the current contextTor Arne Vestbø2018-08-061-1/+2
* | QGLWidget: Gracefully handle failed makeCurrent during resize and paint eventTor Arne Vestbø2018-07-201-4/+13
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-6/+6
|/
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-11/+11
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+11
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+11
| |\
| | * QtOpenGl: compile with GCC 7Marc Mutz2016-10-121-0/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |
| * | OpenGL: use const (and const APIs) moreAnton Kudryavtsev2016-04-201-1/+1
* | | OGLTextureCache::insert - make sure it did not failTimur Pocheptsov2016-04-151-1/+2
|/ /
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-1/+1
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-2/+5
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-1/+7
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-2/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-0/+2
|/
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* QtOpenGL: Fix const correctness in old style castsThiago Macieira2015-03-261-1/+1
* QGLWidget: make renderText() work in high-dpi modeMorten Johan Sørvig2015-03-231-1/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * QtOpenGL: avoid crashing if creating a QGLContext sharing with the global QOp...Giuseppe D'Angelo2015-02-241-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-111-0/+29
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark the remaining QGL classes as obsoleteLaszlo Agocs2014-09-101-0/+3
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-2/+2
|\
* | Modernize the OpenGL examplesLaszlo Agocs2014-08-121-14/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-0/+2
|\|
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-011-1/+6
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-16/+2
* | qpa: Merge qgl_qpa.cpp into qgl.cppTor Arne Vestbø2014-05-151-11/+388
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-14/+26
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-13/+13
| |\
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-13/+13
| * | Avoid a double memory copy during bindTextureAllan Sandfeld Jensen2014-04-251-1/+13
| |/
* / Remove direct OpenGL calls from QtOpenGLLaszlo Agocs2014-04-281-123/+161
|/
* Avoid recreating the underlying context in QGLContext wrappersLaszlo Agocs2014-04-031-2/+3
* QNX: Fix OpenGL autotestFabian Bumberger2014-04-011-0/+5
* Fix some documentation errors.Friedemann Kleint2014-03-241-46/+1
* Fix crash: make sure functions pointer is initialized.BogDan Vatra2014-03-221-1/+1
* Resurrect QGLWidget::renderText()Laszlo Agocs2014-03-151-12/+8
* Fix compileBogDan Vatra2014-03-061-2/+1