summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaglcontext.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Add support for non-window backed offscreen surfacesTor Arne Vestbø2017-10-161-2/+7
* macOS: Move NSOpenGLPixelFormat creation back into QCocoaGLContextTor Arne Vestbø2017-08-251-4/+59
* macOS: Don't try to cast foreign windows to QNSViewTor Arne Vestbø2017-02-111-1/+2
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-1/+1
* macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-0/+5
|\
| * Update swap interval of QCocoaGLContext after creationTor Arne Vestbø2016-09-191-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+9
|\|
| * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+9
* | Simplify and speed up code resolving gl functionsLars Knoll2016-03-021-1/+2
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-5/+11
|\|
| * Cocoa: Clean up context creation.Morten Johan Sørvig2015-09-021-5/+11
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
|/
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-3/+2
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-201-0/+5
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Support adapting an existing NSOpenGLContext in cocoaLaszlo Agocs2014-06-251-1/+29
* Cocoa: Enable QQuickWidget on Mac OS X.Morten Johan Sørvig2014-03-201-1/+1
* Cocoa: Clear GL context pointer on deletion.Morten Johan Sørvig2014-02-251-0/+3
* Cocoa: Option handling.Morten Johan Sørvig2014-02-081-0/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-2/+0
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-2/+0
| |\
| | * Revert "Cocoa (OpenGL): If no view is attached, makeCurrent() should return f...Morten Johan Sørvig2013-12-041-2/+0
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+10
|\| |
| * | Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-051-0/+10
| |/
* / cocoa: Use swapInterval from QSurfaceFormatLaszlo Agocs2013-11-291-1/+1
|/
* Remove stray debug outputLars Knoll2013-11-151-1/+0
* Update QSurfaceFormat when creating a GL context in the cocoa qpaSean Harmer2013-11-141-0/+139
* Cocoa (OpenGL): If no view is attached, makeCurrent() should return falseGabriel de Dietrich2013-11-051-0/+2
* Cocoa: Fix Open GL resolution in high-dpiGabriel de Dietrich2013-05-151-12/+0
* Make toplevel transparent windows work on Mac OS XGunnar Sletta2013-02-231-0/+4
* Enforce OpenGL context creation under CocoaGiuseppe D'Angelo2013-02-231-2/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Properly release pixel format and context in QCocoaGLContext.Zeno Albisser2012-12-011-0/+7
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+12
* Cocoa: update OpenGL viewport when nsview movesRichard Moe Gustavsen2012-11-281-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Cocoa GL context: do not crash when closing windowsLaszlo Agocs2012-09-201-2/+2
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+2
* Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-251-3/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make cocoa opengl backend threadsafe.Gunnar Sletta2011-11-251-0/+1
* Respect the QSurfaceFormat when constructing a QOpenGLContext on MacGunnar Sletta2011-09-271-3/+3
* Fix missing/incorrect license headersJason McDonald2011-09-151-0/+41
* Cocoa: Make the hellowindow opengl example work.Morten Sorvig2011-08-301-1/+3