summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview_drawing.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
* macOS: set layer.delegate when setting a layerMorten Johan Sørvig2019-04-101-0/+1
* macOS: Disable explicit layerContentsPlacementTor Arne Vestbø2019-04-031-0/+2
* macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+7
* macOS: Only enable layer-backed views on 10.14 if built against 10.14 SDKTor Arne Vestbø2018-11-091-10/+51
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-30/+2
* macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-091-35/+1
* macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-051-8/+5
* macOS: Make layer-backed mode the defaultTor Arne Vestbø2018-05-311-2/+2
* macOS: Minor metal support nits/cleanupsTor Arne Vestbø2018-05-301-3/+2
* macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-111-5/+9
* macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-2/+8
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+1
* Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-171-4/+2
* macOS: Add logging when delivering update requestsTor Arne Vestbø2018-04-171-1/+0
* Cocoa: Add QNSView Metal Layer supportMorten Johan Sørvig2018-04-121-2/+58
* Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-1/+1
* macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-211-0/+12
* macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]Tor Arne Vestbø2018-03-201-1/+0
* macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-201-6/+3
* macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-201-0/+162