summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaglcontext.mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-151-94/+38
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-071-38/+94
* macOS: Don't make QCocoaGLContext current unless we have a drawableTor Arne Vestbø2018-08-041-3/+5
* macOS: Modernize and clean up QCocoaGLContext::updateSurfaceFormat()Tor Arne Vestbø2018-08-041-97/+76
* macOS: Add note about high-resolution workaround in QCocoaGLContext::makeCurrentTor Arne Vestbø2018-08-041-0/+2
* macOS: Simplify and clean up QCocoaGLContext constructorTor Arne Vestbø2018-08-041-27/+31
* macOS: Clean up and rename QCocoaGLContext::pixelFormatForSurfaceFormat()Tor Arne Vestbø2018-08-041-23/+26
* macOS: Disambiguate use of native handles in QCocoaGLContextTor Arne Vestbø2018-08-031-8/+3
* macOS: Remove GL defines from QCocoaGLContextTor Arne Vestbø2018-08-031-20/+0
* macOS: Don't mess with native handle for QOpenGLContextTor Arne Vestbø2018-08-031-3/+0
* macOS: Remove unneeded auto-release-pools in QCocoaGLContextTor Arne Vestbø2018-08-031-3/+0
* macOS: Add more logging to QCocoaGLContextTor Arne Vestbø2018-08-031-1/+11
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-10/+22
* macOS: Reorganize QCocoaGLContextTor Arne Vestbø2018-08-031-174/+173
* macOS: Add categorized logging to QCocoaGLContextTor Arne Vestbø2018-07-181-5/+7
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+5
|\
| * macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-1/+1
|/
* macOS: Make retina OpenGL work on VMwareMorten Johan Sørvig2017-12-151-1/+18
* macOS: Fix OpenGL context sharingMorten Johan Sørvig2017-11-161-1/+24
* 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